org.globus.rendezvous.generated
Class RegisterInput

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

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

The rank must be -1 or a non negative number. If the desired rank is -1, the rank will be automatically assigned (in order of registration). If a registration has already been made with the same rank being assigned, a fault will be thrown.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  byte[] data
           
private  int rank
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
RegisterInput()
           
RegisterInput(byte[] data, int rank)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getData()
          Gets the data value for this RegisterInput.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getRank()
          Gets the rank value for this RegisterInput.
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 setData(byte[] data)
          Sets the data value for this RegisterInput.
 void setRank(int rank)
          Sets the rank value for this RegisterInput.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private byte[] data

rank

private int rank

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

RegisterInput

public RegisterInput()

RegisterInput

public RegisterInput(byte[] data,
                     int rank)
Method Detail

getData

public byte[] getData()
Gets the data value for this RegisterInput.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this RegisterInput.

Parameters:
data -

getRank

public int getRank()
Gets the rank value for this RegisterInput.

Returns:
rank

setRank

public void setRank(int rank)
Sets the rank value for this RegisterInput.

Parameters:
rank -

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