|
|||||||||
| 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.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.
| 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 |
|---|
@Deprecated
public GPVersionInfo(String versionName,
String description,
String created,
String modified,
EsriVersionAccess access,
String parentName,
String[] childrenNames,
String[] ancestorNames)
public GPVersionInfo()
| Method Detail |
|---|
public String getVersionName()
Stringpublic void setVersionName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCreated()
Stringpublic void setCreated(String value)
value - allowed object is
Stringpublic String getModified()
Stringpublic void setModified(String value)
value - allowed object is
Stringpublic EsriVersionAccess getAccess()
EsriVersionAccesspublic void setAccess(EsriVersionAccess value)
value - allowed object is
EsriVersionAccesspublic String getParentName()
Stringpublic void setParentName(String value)
value - allowed object is
Stringpublic String[] getChildrenNames()
[] public void setChildrenNames(String[] value)
value - allowed object is
[] public String[] getAncestorNames()
[] public void setAncestorNames(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||