|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPVersionInfo
public class GPVersionInfo
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.3}esriVersionAccess"/>
<element name="ParentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ChildrenNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}Names"/>
<element name="AncestorNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}Names"/>
</sequence>
</restriction>
</complexContent>
</complexType>
The (GP) VersionInfo Object.
| Constructor Summary | |
|---|---|
GPVersionInfo()
GPVersionInfo default constructor. |
|
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)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriVersionAccess |
getAccess()
The version's access permission. |
java.lang.String[] |
getAncestorNames()
The names of the ancestor versions. |
java.lang.String[] |
getChildrenNames()
The names of the child versions. |
java.lang.String |
getCreated()
The date and time the version was created. |
java.lang.String |
getDescription()
The version's description. |
java.lang.String |
getModified()
The date and time the version was last modified. |
java.lang.String |
getParentName()
The name of the parent version. |
java.lang.String |
getVersionName()
The version's name. |
void |
setAccess(EsriVersionAccess value)
The version's access permission. |
void |
setAncestorNames(java.lang.String[] value)
The names of the ancestor versions. |
void |
setChildrenNames(java.lang.String[] value)
The names of the child versions. |
void |
setCreated(java.lang.String value)
The date and time the version was created. |
void |
setDescription(java.lang.String value)
The version's description. |
void |
setModified(java.lang.String value)
The date and time the version was last modified. |
void |
setParentName(java.lang.String value)
The name of the parent version. |
void |
setVersionName(java.lang.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 |
|---|
@Deprecated
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)
public GPVersionInfo()
| Method Detail |
|---|
public java.lang.String getVersionName()
Stringpublic void setVersionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreated()
Stringpublic void setCreated(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModified()
Stringpublic void setModified(java.lang.String value)
value - allowed object is
Stringpublic EsriVersionAccess getAccess()
EsriVersionAccesspublic void setAccess(EsriVersionAccess value)
value - allowed object is
EsriVersionAccesspublic java.lang.String getParentName()
Stringpublic void setParentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String[] getChildrenNames()
[] public void setChildrenNames(java.lang.String[] value)
value - allowed object is
[] public java.lang.String[] getAncestorNames()
[] public void setAncestorNames(java.lang.String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||