|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.CreateReplica
public class CreateReplica
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ParentVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReplicaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ReplicaDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPReplicaDescription"/>
<element name="ReplicaOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GPReplicaOptions"/>
<element name="ExportOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GDSExportOptions"/>
<element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGDSTransportType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreateReplica()
CreateReplica default constructor. |
|
CreateReplica(String parentVersion,
String replicaName,
GPReplicaDescription replicaDescription,
GPReplicaOptions replicaOptions,
GDSExportOptions exportOptions,
EsriGDSTransportType transportType)
Deprecated. |
|
| Method Summary | |
|---|---|
GDSExportOptions |
getExportOptions()
Gets the value of the exportOptions property. |
String |
getParentVersion()
Gets the value of the parentVersion property. |
GPReplicaDescription |
getReplicaDescription()
Gets the value of the replicaDescription property. |
String |
getReplicaName()
Gets the value of the replicaName property. |
GPReplicaOptions |
getReplicaOptions()
Gets the value of the replicaOptions property. |
EsriGDSTransportType |
getTransportType()
Gets the value of the transportType property. |
void |
setExportOptions(GDSExportOptions value)
Sets the value of the exportOptions property. |
void |
setParentVersion(String value)
Sets the value of the parentVersion property. |
void |
setReplicaDescription(GPReplicaDescription value)
Sets the value of the replicaDescription property. |
void |
setReplicaName(String value)
Sets the value of the replicaName property. |
void |
setReplicaOptions(GPReplicaOptions value)
Sets the value of the replicaOptions property. |
void |
setTransportType(EsriGDSTransportType value)
Sets the value of the transportType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public CreateReplica(String parentVersion,
String replicaName,
GPReplicaDescription replicaDescription,
GPReplicaOptions replicaOptions,
GDSExportOptions exportOptions,
EsriGDSTransportType transportType)
public CreateReplica()
| Method Detail |
|---|
public String getParentVersion()
Stringpublic void setParentVersion(String value)
value - allowed object is
Stringpublic String getReplicaName()
Stringpublic void setReplicaName(String value)
value - allowed object is
Stringpublic GPReplicaDescription getReplicaDescription()
GPReplicaDescriptionpublic void setReplicaDescription(GPReplicaDescription value)
value - allowed object is
GPReplicaDescriptionpublic GPReplicaOptions getReplicaOptions()
GPReplicaOptionspublic void setReplicaOptions(GPReplicaOptions value)
value - allowed object is
GPReplicaOptionspublic GDSExportOptions getExportOptions()
GDSExportOptionspublic void setExportOptions(GDSExportOptions value)
value - allowed object is
GDSExportOptionspublic EsriGDSTransportType getTransportType()
EsriGDSTransportTypepublic void setTransportType(EsriGDSTransportType value)
value - allowed object is
EsriGDSTransportType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||