| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.VersionInfo |
Java class for VersionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identity" type="{http://core.datamodel.fs.documentum.emc.com/}ObjectIdentity"/>
<element name="SymbolicLabels" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="isCurrent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NextMajorVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NextMinorVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NextBranchVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| identity | |||||||||||
| isCurrent | |||||||||||
| nextBranchVersion | |||||||||||
| nextMajorVersion | |||||||||||
| nextMinorVersion | |||||||||||
| symbolicLabels | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the identity property.
| |||||||||||
Gets the value of the nextBranchVersion property.
| |||||||||||
Gets the value of the nextMajorVersion property.
| |||||||||||
Gets the value of the nextMinorVersion property.
| |||||||||||
Gets the value of the symbolicLabels property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the isCurrent property.
| |||||||||||
Sets the value of the identity property.
| |||||||||||
Sets the value of the isCurrent property.
| |||||||||||
Sets the value of the nextBranchVersion property.
| |||||||||||
Sets the value of the nextMajorVersion property.
| |||||||||||
Sets the value of the nextMinorVersion property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the identity property.
ObjectIdentity
Gets the value of the nextBranchVersion property.
Gets the value of the nextMajorVersion property.
Gets the value of the nextMinorVersion property.
Gets the value of the symbolicLabels property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the symbolicLabels property.
For example, to add a new item, do as follows:
getSymbolicLabels().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the version property.
Gets the value of the isCurrent property.
Sets the value of the identity property.
| value | Allowed object is
ObjectIdentity
|
|---|
Sets the value of the isCurrent property.
| value |
|---|
Sets the value of the nextBranchVersion property.
| value | Allowed object is String |
|---|
Sets the value of the nextMajorVersion property.
| value | Allowed object is String |
|---|
Sets the value of the nextMinorVersion property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|