public class

VersionInfo

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.VersionInfo

Class Overview

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>
 

Summary

Fields
protected ObjectIdentity identity
protected boolean isCurrent
protected String nextBranchVersion
protected String nextMajorVersion
protected String nextMinorVersion
protected List<String> symbolicLabels
protected String version
Public Constructors
VersionInfo()
Public Methods
ObjectIdentity getIdentity()
Gets the value of the identity property.
String getNextBranchVersion()
Gets the value of the nextBranchVersion property.
String getNextMajorVersion()
Gets the value of the nextMajorVersion property.
String getNextMinorVersion()
Gets the value of the nextMinorVersion property.
List<String> getSymbolicLabels()
Gets the value of the symbolicLabels property.
String getVersion()
Gets the value of the version property.
boolean isIsCurrent()
Gets the value of the isCurrent property.
void setIdentity(ObjectIdentity value)
Sets the value of the identity property.
void setIsCurrent(boolean value)
Sets the value of the isCurrent property.
void setNextBranchVersion(String value)
Sets the value of the nextBranchVersion property.
void setNextMajorVersion(String value)
Sets the value of the nextMajorVersion property.
void setNextMinorVersion(String value)
Sets the value of the nextMinorVersion property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ObjectIdentity identity

protected boolean isCurrent

protected String nextBranchVersion

protected String nextMajorVersion

protected String nextMinorVersion

protected List<String> symbolicLabels

protected String version

Public Constructors

public VersionInfo ()

Public Methods

public ObjectIdentity getIdentity ()

Gets the value of the identity property.

Returns

public String getNextBranchVersion ()

Gets the value of the nextBranchVersion property.

Returns
  • possible object is String

public String getNextMajorVersion ()

Gets the value of the nextMajorVersion property.

Returns
  • possible object is String

public String getNextMinorVersion ()

Gets the value of the nextMinorVersion property.

Returns
  • possible object is String

public List<String> getSymbolicLabels ()

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

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public boolean isIsCurrent ()

Gets the value of the isCurrent property.

public void setIdentity (ObjectIdentity value)

Sets the value of the identity property.

Parameters
value Allowed object is ObjectIdentity

public void setIsCurrent (boolean value)

Sets the value of the isCurrent property.

Parameters
value

public void setNextBranchVersion (String value)

Sets the value of the nextBranchVersion property.

Parameters
value Allowed object is String

public void setNextMajorVersion (String value)

Sets the value of the nextMajorVersion property.

Parameters
value Allowed object is String

public void setNextMinorVersion (String value)

Sets the value of the nextMinorVersion property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String