com.esri.arcgisws
Class GPVersionInfo

java.lang.Object
  extended by com.esri.arcgisws.GPVersionInfo
All Implemented Interfaces:
Serializable

public class GPVersionInfo
extends Object
implements Serializable

The (GP) VersionInfo Object.

Java class for GPVersionInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GPVersionInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VersionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Created" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Modified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Access" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriVersionAccess"/>
         <element name="ParentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ChildrenNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}Names"/>
         <element name="AncestorNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}Names"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
The (GP) VersionInfo Object.

See Also:
Serialized Form

Constructor Summary
GPVersionInfo()
          GPVersionInfo default constructor.
GPVersionInfo(String versionName, String description, String created, String modified, EsriVersionAccess access, String parentName, String[] childrenNames, String[] ancestorNames)
          Deprecated. 
 
Method Summary
 EsriVersionAccess getAccess()
          The version's access permission.
 String[] getAncestorNames()
          The names of the ancestor versions.
 String[] getChildrenNames()
          The names of the child versions.
 String getCreated()
          The date and time the version was created.
 String getDescription()
          The version's description.
 String getModified()
          The date and time the version was last modified.
 String getParentName()
          The name of the parent version.
 String getVersionName()
          The version's name.
 void setAccess(EsriVersionAccess value)
          The version's access permission.
 void setAncestorNames(String[] value)
          The names of the ancestor versions.
 void setChildrenNames(String[] value)
          The names of the child versions.
 void setCreated(String value)
          The date and time the version was created.
 void setDescription(String value)
          The version's description.
 void setModified(String value)
          The date and time the version was last modified.
 void setParentName(String value)
          The name of the parent version.
 void setVersionName(String value)
          The version's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPVersionInfo

@Deprecated
public GPVersionInfo(String versionName,
                                String description,
                                String created,
                                String modified,
                                EsriVersionAccess access,
                                String parentName,
                                String[] childrenNames,
                                String[] ancestorNames)
Deprecated. 

GPVersionInfo constructor.


GPVersionInfo

public GPVersionInfo()
GPVersionInfo default constructor.

Method Detail

getVersionName

public String getVersionName()
The version's name. Gets the value of the versionName property.

Returns:
possible object is String

setVersionName

public void setVersionName(String value)
The version's name. Sets the value of the versionName property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
The version's description. Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
The version's description. Sets the value of the description property.

Parameters:
value - allowed object is String

getCreated

public String getCreated()
The date and time the version was created. Gets the value of the created property.

Returns:
possible object is String

setCreated

public void setCreated(String value)
The date and time the version was created. Sets the value of the created property.

Parameters:
value - allowed object is String

getModified

public String getModified()
The date and time the version was last modified. Gets the value of the modified property.

Returns:
possible object is String

setModified

public void setModified(String value)
The date and time the version was last modified. Sets the value of the modified property.

Parameters:
value - allowed object is String

getAccess

public EsriVersionAccess getAccess()
The version's access permission. Gets the value of the access property.

Returns:
possible object is EsriVersionAccess

setAccess

public void setAccess(EsriVersionAccess value)
The version's access permission. Sets the value of the access property.

Parameters:
value - allowed object is EsriVersionAccess

getParentName

public String getParentName()
The name of the parent version. Gets the value of the parentName property.

Returns:
possible object is String

setParentName

public void setParentName(String value)
The name of the parent version. Sets the value of the parentName property.

Parameters:
value - allowed object is String

getChildrenNames

public String[] getChildrenNames()
The names of the child versions. Gets the value of the childrenNames property.

Returns:
possible object is []

setChildrenNames

public void setChildrenNames(String[] value)
The names of the child versions. Sets the value of the childrenNames property.

Parameters:
value - allowed object is []

getAncestorNames

public String[] getAncestorNames()
The names of the ancestor versions. Gets the value of the ancestorNames property.

Returns:
possible object is []

setAncestorNames

public void setAncestorNames(String[] value)
The names of the ancestor versions. Sets the value of the ancestorNames property.

Parameters:
value - allowed object is []