org.globus.cas.types
Class ObjectGroupData

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

public class ObjectGroupData
extends CasObjectData
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String groupName
           
private  ArrayOfString objectSpecs
           
private  ArrayOfString objectSpecsDesc
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ObjectGroupData()
           
ObjectGroupData(java.lang.String groupName, ArrayOfString objectSpecs, ArrayOfString objectSpecsDesc)
           
 
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
 java.lang.String getGroupName()
          Gets the groupName value for this ObjectGroupData.
 ArrayOfString getObjectSpecs()
          Gets the objectSpecs value for this ObjectGroupData.
 ArrayOfString getObjectSpecsDesc()
          Gets the objectSpecsDesc value for this ObjectGroupData.
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 setGroupName(java.lang.String groupName)
          Sets the groupName value for this ObjectGroupData.
 void setObjectSpecs(ArrayOfString objectSpecs)
          Sets the objectSpecs value for this ObjectGroupData.
 void setObjectSpecsDesc(ArrayOfString objectSpecsDesc)
          Sets the objectSpecsDesc value for this ObjectGroupData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectSpecsDesc

private ArrayOfString objectSpecsDesc

objectSpecs

private ArrayOfString objectSpecs

groupName

private java.lang.String groupName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ObjectGroupData

public ObjectGroupData()

ObjectGroupData

public ObjectGroupData(java.lang.String groupName,
                       ArrayOfString objectSpecs,
                       ArrayOfString objectSpecsDesc)
Method Detail

getObjectSpecsDesc

public ArrayOfString getObjectSpecsDesc()
Gets the objectSpecsDesc value for this ObjectGroupData.

Returns:
objectSpecsDesc

setObjectSpecsDesc

public void setObjectSpecsDesc(ArrayOfString objectSpecsDesc)
Sets the objectSpecsDesc value for this ObjectGroupData.

Parameters:
objectSpecsDesc -

getObjectSpecs

public ArrayOfString getObjectSpecs()
Gets the objectSpecs value for this ObjectGroupData.

Returns:
objectSpecs

setObjectSpecs

public void setObjectSpecs(ArrayOfString objectSpecs)
Sets the objectSpecs value for this ObjectGroupData.

Parameters:
objectSpecs -

getGroupName

public java.lang.String getGroupName()
Gets the groupName value for this ObjectGroupData.

Returns:
groupName

setGroupName

public void setGroupName(java.lang.String groupName)
Sets the groupName value for this ObjectGroupData.

Parameters:
groupName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CasObjectData

hashCode

public int hashCode()
Overrides:
hashCode in class CasObjectData

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