com.esri.arcgisws
Class GPVersionInfo

java.lang.Object
  extended bycom.esri.arcgisws.GPVersionInfo
All Implemented Interfaces:
java.io.Serializable

public class GPVersionInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GPVersionInfo()
           
GPVersionInfo(java.lang.String versionName, java.lang.String description, java.lang.String created, java.lang.String modified, EsriVersionAccess access, java.lang.String parentName, java.lang.String[] childrenNames, java.lang.String[] ancestorNames)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 EsriVersionAccess getAccess()
          Gets the access value for this GPVersionInfo.
 java.lang.String[] getAncestorNames()
          Gets the ancestorNames value for this GPVersionInfo.
 java.lang.String[] getChildrenNames()
          Gets the childrenNames value for this GPVersionInfo.
 java.lang.String getCreated()
          Gets the created value for this GPVersionInfo.
 java.lang.String getDescription()
          Gets the description value for this GPVersionInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getModified()
          Gets the modified value for this GPVersionInfo.
 java.lang.String getParentName()
          Gets the parentName value for this GPVersionInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersionName()
          Gets the versionName value for this GPVersionInfo.
 int hashCode()
           
 void setAccess(EsriVersionAccess access)
          Sets the access value for this GPVersionInfo.
 void setAncestorNames(java.lang.String[] ancestorNames)
          Sets the ancestorNames value for this GPVersionInfo.
 void setChildrenNames(java.lang.String[] childrenNames)
          Sets the childrenNames value for this GPVersionInfo.
 void setCreated(java.lang.String created)
          Sets the created value for this GPVersionInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this GPVersionInfo.
 void setModified(java.lang.String modified)
          Sets the modified value for this GPVersionInfo.
 void setParentName(java.lang.String parentName)
          Sets the parentName value for this GPVersionInfo.
 void setVersionName(java.lang.String versionName)
          Sets the versionName value for this GPVersionInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPVersionInfo

public GPVersionInfo()

GPVersionInfo

public GPVersionInfo(java.lang.String versionName,
                     java.lang.String description,
                     java.lang.String created,
                     java.lang.String modified,
                     EsriVersionAccess access,
                     java.lang.String parentName,
                     java.lang.String[] childrenNames,
                     java.lang.String[] ancestorNames)
Method Detail

getVersionName

public java.lang.String getVersionName()
Gets the versionName value for this GPVersionInfo.

Returns:
versionName

setVersionName

public void setVersionName(java.lang.String versionName)
Sets the versionName value for this GPVersionInfo.

Parameters:
versionName -

getDescription

public java.lang.String getDescription()
Gets the description value for this GPVersionInfo.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this GPVersionInfo.

Parameters:
description -

getCreated

public java.lang.String getCreated()
Gets the created value for this GPVersionInfo.

Returns:
created

setCreated

public void setCreated(java.lang.String created)
Sets the created value for this GPVersionInfo.

Parameters:
created -

getModified

public java.lang.String getModified()
Gets the modified value for this GPVersionInfo.

Returns:
modified

setModified

public void setModified(java.lang.String modified)
Sets the modified value for this GPVersionInfo.

Parameters:
modified -

getAccess

public EsriVersionAccess getAccess()
Gets the access value for this GPVersionInfo.

Returns:
access

setAccess

public void setAccess(EsriVersionAccess access)
Sets the access value for this GPVersionInfo.

Parameters:
access -

getParentName

public java.lang.String getParentName()
Gets the parentName value for this GPVersionInfo.

Returns:
parentName

setParentName

public void setParentName(java.lang.String parentName)
Sets the parentName value for this GPVersionInfo.

Parameters:
parentName -

getChildrenNames

public java.lang.String[] getChildrenNames()
Gets the childrenNames value for this GPVersionInfo.

Returns:
childrenNames

setChildrenNames

public void setChildrenNames(java.lang.String[] childrenNames)
Sets the childrenNames value for this GPVersionInfo.

Parameters:
childrenNames -

getAncestorNames

public java.lang.String[] getAncestorNames()
Gets the ancestorNames value for this GPVersionInfo.

Returns:
ancestorNames

setAncestorNames

public void setAncestorNames(java.lang.String[] ancestorNames)
Sets the ancestorNames value for this GPVersionInfo.

Parameters:
ancestorNames -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer