org.globus.cas.types
Class CASRPSet

java.lang.Object
  extended byorg.globus.cas.types.CASRPSet
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String serverDN
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String VODescription
           
 
Constructor Summary
CASRPSet()
           
CASRPSet(java.lang.String VODescription, java.lang.String serverDN)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServerDN()
          Gets the serverDN value for this CASRPSet.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVODescription()
          Gets the VODescription value for this CASRPSet.
 int hashCode()
           
 void setServerDN(java.lang.String serverDN)
          Sets the serverDN value for this CASRPSet.
 void setVODescription(java.lang.String VODescription)
          Sets the VODescription value for this CASRPSet.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverDN

private java.lang.String serverDN

VODescription

private java.lang.String VODescription

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CASRPSet

public CASRPSet()

CASRPSet

public CASRPSet(java.lang.String VODescription,
                java.lang.String serverDN)
Method Detail

getServerDN

public java.lang.String getServerDN()
Gets the serverDN value for this CASRPSet.

Returns:
serverDN

setServerDN

public void setServerDN(java.lang.String serverDN)
Sets the serverDN value for this CASRPSet.

Parameters:
serverDN -

getVODescription

public java.lang.String getVODescription()
Gets the VODescription value for this CASRPSet.

Returns:
VODescription

setVODescription

public void setVODescription(java.lang.String VODescription)
Sets the VODescription value for this CASRPSet.

Parameters:
VODescription -

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