gov.nih.nci.cagrid.gts.stubs
Class RemoveAuthorityRequest

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

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

See Also:
Serialized Form

Constructor Summary
RemoveAuthorityRequest()
           
RemoveAuthorityRequest(java.lang.String serviceURI)
           
 
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 getServiceURI()
          Gets the serviceURI value for this RemoveAuthorityRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setServiceURI(java.lang.String serviceURI)
          Sets the serviceURI value for this RemoveAuthorityRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAuthorityRequest

public RemoveAuthorityRequest()

RemoveAuthorityRequest

public RemoveAuthorityRequest(java.lang.String serviceURI)
Method Detail

getServiceURI

public java.lang.String getServiceURI()
Gets the serviceURI value for this RemoveAuthorityRequest.

Returns:
serviceURI

setServiceURI

public void setServiceURI(java.lang.String serviceURI)
Sets the serviceURI value for this RemoveAuthorityRequest.

Parameters:
serviceURI -

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