com.esri.arcgisws
Class ChangedDatasetDefinition

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

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

See Also:
Serialized Form

Constructor Summary
ChangedDatasetDefinition()
           
ChangedDatasetDefinition(java.lang.String datasetName, EsriDatasetType datasetType, java.lang.String parentDB, java.lang.String parentOwner)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDatasetName()
          Gets the datasetName value for this ChangedDatasetDefinition.
 EsriDatasetType getDatasetType()
          Gets the datasetType value for this ChangedDatasetDefinition.
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 getParentDB()
          Gets the parentDB value for this ChangedDatasetDefinition.
 java.lang.String getParentOwner()
          Gets the parentOwner value for this ChangedDatasetDefinition.
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
 int hashCode()
           
 void setDatasetName(java.lang.String datasetName)
          Sets the datasetName value for this ChangedDatasetDefinition.
 void setDatasetType(EsriDatasetType datasetType)
          Sets the datasetType value for this ChangedDatasetDefinition.
 void setParentDB(java.lang.String parentDB)
          Sets the parentDB value for this ChangedDatasetDefinition.
 void setParentOwner(java.lang.String parentOwner)
          Sets the parentOwner value for this ChangedDatasetDefinition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangedDatasetDefinition

public ChangedDatasetDefinition()

ChangedDatasetDefinition

public ChangedDatasetDefinition(java.lang.String datasetName,
                                EsriDatasetType datasetType,
                                java.lang.String parentDB,
                                java.lang.String parentOwner)
Method Detail

getDatasetName

public java.lang.String getDatasetName()
Gets the datasetName value for this ChangedDatasetDefinition.

Returns:
datasetName

setDatasetName

public void setDatasetName(java.lang.String datasetName)
Sets the datasetName value for this ChangedDatasetDefinition.

Parameters:
datasetName -

getDatasetType

public EsriDatasetType getDatasetType()
Gets the datasetType value for this ChangedDatasetDefinition.

Returns:
datasetType

setDatasetType

public void setDatasetType(EsriDatasetType datasetType)
Sets the datasetType value for this ChangedDatasetDefinition.

Parameters:
datasetType -

getParentDB

public java.lang.String getParentDB()
Gets the parentDB value for this ChangedDatasetDefinition.

Returns:
parentDB

setParentDB

public void setParentDB(java.lang.String parentDB)
Sets the parentDB value for this ChangedDatasetDefinition.

Parameters:
parentDB -

getParentOwner

public java.lang.String getParentOwner()
Gets the parentOwner value for this ChangedDatasetDefinition.

Returns:
parentOwner

setParentOwner

public void setParentOwner(java.lang.String parentOwner)
Sets the parentOwner value for this ChangedDatasetDefinition.

Parameters:
parentOwner -

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