org.globus.rendezvous.generated
Class StateChangeNotificationMessageType

java.lang.Object
  extended byorg.globus.rendezvous.generated.StateChangeNotificationMessageType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  byte[] registrantData
           
private  boolean rendezvousCompleted
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
StateChangeNotificationMessageType()
           
StateChangeNotificationMessageType(byte[] registrantData, boolean rendezvousCompleted)
           
 
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
 byte[] getRegistrantData()
          Gets the registrantData value for this StateChangeNotificationMessageType.
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()
           
 boolean isRendezvousCompleted()
          Gets the rendezvousCompleted value for this StateChangeNotificationMessageType.
 void setRegistrantData(byte[] registrantData)
          Sets the registrantData value for this StateChangeNotificationMessageType.
 void setRendezvousCompleted(boolean rendezvousCompleted)
          Sets the rendezvousCompleted value for this StateChangeNotificationMessageType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rendezvousCompleted

private boolean rendezvousCompleted

registrantData

private byte[] registrantData

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

StateChangeNotificationMessageType

public StateChangeNotificationMessageType()

StateChangeNotificationMessageType

public StateChangeNotificationMessageType(byte[] registrantData,
                                          boolean rendezvousCompleted)
Method Detail

isRendezvousCompleted

public boolean isRendezvousCompleted()
Gets the rendezvousCompleted value for this StateChangeNotificationMessageType.

Returns:
rendezvousCompleted

setRendezvousCompleted

public void setRendezvousCompleted(boolean rendezvousCompleted)
Sets the rendezvousCompleted value for this StateChangeNotificationMessageType.

Parameters:
rendezvousCompleted -

getRegistrantData

public byte[] getRegistrantData()
Gets the registrantData value for this StateChangeNotificationMessageType.

Returns:
registrantData

setRegistrantData

public void setRegistrantData(byte[] registrantData)
Sets the registrantData value for this StateChangeNotificationMessageType.

Parameters:
registrantData -

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