gov.nih.nci.cagrid.gridgrouper.stubs
Class AddChildGroupRequest

java.lang.Object
  extended by gov.nih.nci.cagrid.gridgrouper.stubs.AddChildGroupRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AddChildGroupRequest()
           
AddChildGroupRequest(java.lang.String displayExtension, java.lang.String extension, AddChildGroupRequestStem stem)
           
 
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 getDisplayExtension()
          Gets the displayExtension value for this AddChildGroupRequest.
 java.lang.String getExtension()
          Gets the extension value for this AddChildGroupRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 AddChildGroupRequestStem getStem()
          Gets the stem value for this AddChildGroupRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisplayExtension(java.lang.String displayExtension)
          Sets the displayExtension value for this AddChildGroupRequest.
 void setExtension(java.lang.String extension)
          Sets the extension value for this AddChildGroupRequest.
 void setStem(AddChildGroupRequestStem stem)
          Sets the stem value for this AddChildGroupRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddChildGroupRequest

public AddChildGroupRequest()

AddChildGroupRequest

public AddChildGroupRequest(java.lang.String displayExtension,
                            java.lang.String extension,
                            AddChildGroupRequestStem stem)
Method Detail

getStem

public AddChildGroupRequestStem getStem()
Gets the stem value for this AddChildGroupRequest.

Returns:
stem

setStem

public void setStem(AddChildGroupRequestStem stem)
Sets the stem value for this AddChildGroupRequest.

Parameters:
stem -

getExtension

public java.lang.String getExtension()
Gets the extension value for this AddChildGroupRequest.

Returns:
extension

setExtension

public void setExtension(java.lang.String extension)
Sets the extension value for this AddChildGroupRequest.

Parameters:
extension -

getDisplayExtension

public java.lang.String getDisplayExtension()
Gets the displayExtension value for this AddChildGroupRequest.

Returns:
displayExtension

setDisplayExtension

public void setDisplayExtension(java.lang.String displayExtension)
Sets the displayExtension value for this AddChildGroupRequest.

Parameters:
displayExtension -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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