gov.nih.nci.cagrid.tests.core.beans.validation
Class ServiceDescription

java.lang.Object
  extended by gov.nih.nci.cagrid.tests.core.beans.validation.ServiceDescription
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceDescription()
           
ServiceDescription(java.lang.String serviceName, java.lang.String serviceType, org.apache.axis.types.URI serviceUrl)
           
 
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 getServiceName()
          Gets the serviceName value for this ServiceDescription.
 java.lang.String getServiceType()
          Gets the serviceType value for this ServiceDescription.
 org.apache.axis.types.URI getServiceUrl()
          Gets the serviceUrl value for this ServiceDescription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setServiceName(java.lang.String serviceName)
          Sets the serviceName value for this ServiceDescription.
 void setServiceType(java.lang.String serviceType)
          Sets the serviceType value for this ServiceDescription.
 void setServiceUrl(org.apache.axis.types.URI serviceUrl)
          Sets the serviceUrl value for this ServiceDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription()

ServiceDescription

public ServiceDescription(java.lang.String serviceName,
                          java.lang.String serviceType,
                          org.apache.axis.types.URI serviceUrl)
Method Detail

getServiceName

public java.lang.String getServiceName()
Gets the serviceName value for this ServiceDescription.

Returns:
serviceName

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the serviceName value for this ServiceDescription.

Parameters:
serviceName -

getServiceUrl

public org.apache.axis.types.URI getServiceUrl()
Gets the serviceUrl value for this ServiceDescription.

Returns:
serviceUrl

setServiceUrl

public void setServiceUrl(org.apache.axis.types.URI serviceUrl)
Sets the serviceUrl value for this ServiceDescription.

Parameters:
serviceUrl -

getServiceType

public java.lang.String getServiceType()
Gets the serviceType value for this ServiceDescription.

Returns:
serviceType

setServiceType

public void setServiceType(java.lang.String serviceType)
Sets the serviceType value for this ServiceDescription.

Parameters:
serviceType -

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