com.esri.arcgisws
Class CompareReplicaSchema

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

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

See Also:
Serialized Form

Constructor Summary
CompareReplicaSchema()
           
CompareReplicaSchema(GDSData relativeReplicaSchemaDoc, EsriGDSTransportType transportType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GDSData getRelativeReplicaSchemaDoc()
          Gets the relativeReplicaSchemaDoc value for this CompareReplicaSchema.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 EsriGDSTransportType getTransportType()
          Gets the transportType value for this CompareReplicaSchema.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRelativeReplicaSchemaDoc(GDSData relativeReplicaSchemaDoc)
          Sets the relativeReplicaSchemaDoc value for this CompareReplicaSchema.
 void setTransportType(EsriGDSTransportType transportType)
          Sets the transportType value for this CompareReplicaSchema.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareReplicaSchema

public CompareReplicaSchema()

CompareReplicaSchema

public CompareReplicaSchema(GDSData relativeReplicaSchemaDoc,
                            EsriGDSTransportType transportType)
Method Detail

getRelativeReplicaSchemaDoc

public GDSData getRelativeReplicaSchemaDoc()
Gets the relativeReplicaSchemaDoc value for this CompareReplicaSchema.

Returns:
relativeReplicaSchemaDoc

setRelativeReplicaSchemaDoc

public void setRelativeReplicaSchemaDoc(GDSData relativeReplicaSchemaDoc)
Sets the relativeReplicaSchemaDoc value for this CompareReplicaSchema.

Parameters:
relativeReplicaSchemaDoc -

getTransportType

public EsriGDSTransportType getTransportType()
Gets the transportType value for this CompareReplicaSchema.

Returns:
transportType

setTransportType

public void setTransportType(EsriGDSTransportType transportType)
Sets the transportType value for this CompareReplicaSchema.

Parameters:
transportType -

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