org.globus.rendezvous.generated
Class RendezvousDataType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  byte[][] internalRegistrantData
           
private  int tally
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
RendezvousDataType()
           
RendezvousDataType(byte[][] internalRegistrantData, int tally)
           
 
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[][] getInternalRegistrantData()
          Gets the internalRegistrantData value for this RendezvousDataType.
 byte[] getInternalRegistrantData(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTally()
          Gets the tally value for this RendezvousDataType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInternalRegistrantData(byte[][] internalRegistrantData)
          Sets the internalRegistrantData value for this RendezvousDataType.
 void setInternalRegistrantData(int i, byte[] _value)
           
 void setTally(int tally)
          Sets the tally value for this RendezvousDataType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tally

private int tally

internalRegistrantData

private byte[][] internalRegistrantData

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

RendezvousDataType

public RendezvousDataType()

RendezvousDataType

public RendezvousDataType(byte[][] internalRegistrantData,
                          int tally)
Method Detail

getTally

public int getTally()
Gets the tally value for this RendezvousDataType.

Returns:
tally

setTally

public void setTally(int tally)
Sets the tally value for this RendezvousDataType.

Parameters:
tally -

getInternalRegistrantData

public byte[][] getInternalRegistrantData()
Gets the internalRegistrantData value for this RendezvousDataType.

Returns:
internalRegistrantData

setInternalRegistrantData

public void setInternalRegistrantData(byte[][] internalRegistrantData)
Sets the internalRegistrantData value for this RendezvousDataType.

Parameters:
internalRegistrantData -

getInternalRegistrantData

public byte[] getInternalRegistrantData(int i)

setInternalRegistrantData

public void setInternalRegistrantData(int i,
                                      byte[] _value)

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