| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.content.ProgressInfo |
Java class for ProgressInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgressInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="providerName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maximum" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="minimum" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="progress" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="stepName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stepNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="indeterminate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fileName | |||||||||||
| indeterminate | |||||||||||
| maximum | |||||||||||
| minimum | |||||||||||
| progress | |||||||||||
| providerName | |||||||||||
| stepName | |||||||||||
| stepNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fileName property.
| |||||||||||
Gets the value of the maximum property.
| |||||||||||
Gets the value of the minimum property.
| |||||||||||
Gets the value of the progress property.
| |||||||||||
Gets the value of the providerName property.
| |||||||||||
Gets the value of the stepName property.
| |||||||||||
Gets the value of the stepNumber property.
| |||||||||||
Gets the value of the indeterminate property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the indeterminate property.
| |||||||||||
Sets the value of the maximum property.
| |||||||||||
Sets the value of the minimum property.
| |||||||||||
Sets the value of the progress property.
| |||||||||||
Sets the value of the providerName property.
| |||||||||||
Sets the value of the stepName property.
| |||||||||||
Sets the value of the stepNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fileName property.
Gets the value of the maximum property.
Gets the value of the minimum property.
Gets the value of the progress property.
Gets the value of the providerName property.
Gets the value of the stepName property.
Gets the value of the stepNumber property.
Gets the value of the indeterminate property.
Sets the value of the fileName property.
| value | Allowed object is String |
|---|
Sets the value of the indeterminate property.
| value |
|---|
Sets the value of the maximum property.
| value |
|---|
Sets the value of the minimum property.
| value |
|---|
Sets the value of the progress property.
| value |
|---|
Sets the value of the providerName property.
| value | Allowed object is String |
|---|
Sets the value of the stepName property.
| value | Allowed object is String |
|---|
Sets the value of the stepNumber property.
| value |
|---|