|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.tests.core.beans.validation.ServiceDescription
public class ServiceDescription
| 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 |
|---|
public ServiceDescription()
public ServiceDescription(java.lang.String serviceName,
java.lang.String serviceType,
org.apache.axis.types.URI serviceUrl)
| Method Detail |
|---|
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
serviceName - public org.apache.axis.types.URI getServiceUrl()
public void setServiceUrl(org.apache.axis.types.URI serviceUrl)
serviceUrl - public java.lang.String getServiceType()
public void setServiceType(java.lang.String serviceType)
serviceType - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||