com.esri.arcgisws
Class ChangedRecordSet

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

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

See Also:
Serialized Form

Constructor Summary
ChangedRecordSet()
           
ChangedRecordSet(java.lang.Integer genNO, RecordSet insert, RecordSet update, RecordSet delete)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 RecordSet getDelete()
          Gets the delete value for this ChangedRecordSet.
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.Integer getGenNO()
          Gets the genNO value for this ChangedRecordSet.
 RecordSet getInsert()
          Gets the insert value for this ChangedRecordSet.
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
 RecordSet getUpdate()
          Gets the update value for this ChangedRecordSet.
 int hashCode()
           
 void setDelete(RecordSet delete)
          Sets the delete value for this ChangedRecordSet.
 void setGenNO(java.lang.Integer genNO)
          Sets the genNO value for this ChangedRecordSet.
 void setInsert(RecordSet insert)
          Sets the insert value for this ChangedRecordSet.
 void setUpdate(RecordSet update)
          Sets the update value for this ChangedRecordSet.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangedRecordSet

public ChangedRecordSet()

ChangedRecordSet

public ChangedRecordSet(java.lang.Integer genNO,
                        RecordSet insert,
                        RecordSet update,
                        RecordSet delete)
Method Detail

getGenNO

public java.lang.Integer getGenNO()
Gets the genNO value for this ChangedRecordSet.

Returns:
genNO

setGenNO

public void setGenNO(java.lang.Integer genNO)
Sets the genNO value for this ChangedRecordSet.

Parameters:
genNO -

getInsert

public RecordSet getInsert()
Gets the insert value for this ChangedRecordSet.

Returns:
insert

setInsert

public void setInsert(RecordSet insert)
Sets the insert value for this ChangedRecordSet.

Parameters:
insert -

getUpdate

public RecordSet getUpdate()
Gets the update value for this ChangedRecordSet.

Returns:
update

setUpdate

public void setUpdate(RecordSet update)
Sets the update value for this ChangedRecordSet.

Parameters:
update -

getDelete

public RecordSet getDelete()
Gets the delete value for this ChangedRecordSet.

Returns:
delete

setDelete

public void setDelete(RecordSet delete)
Sets the delete value for this ChangedRecordSet.

Parameters:
delete -

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