gov.nih.nci.cagrid.workflow.stubs.types
Class WSDLReferences

java.lang.Object
  extended by gov.nih.nci.cagrid.workflow.stubs.types.WSDLReferences
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WSDLReferences()
           
WSDLReferences(java.lang.String partnerLinkType, org.apache.axis.types.URI serviceUrl, java.lang.String wsdlLocation, org.apache.axis.types.URI wsdlNamespace)
           
 
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 getPartnerLinkType()
          Gets the partnerLinkType value for this WSDLReferences.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.URI getServiceUrl()
          Gets the serviceUrl value for this WSDLReferences.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWsdlLocation()
          Gets the wsdlLocation value for this WSDLReferences.
 org.apache.axis.types.URI getWsdlNamespace()
          Gets the wsdlNamespace value for this WSDLReferences.
 int hashCode()
           
 void setPartnerLinkType(java.lang.String partnerLinkType)
          Sets the partnerLinkType value for this WSDLReferences.
 void setServiceUrl(org.apache.axis.types.URI serviceUrl)
          Sets the serviceUrl value for this WSDLReferences.
 void setWsdlLocation(java.lang.String wsdlLocation)
          Sets the wsdlLocation value for this WSDLReferences.
 void setWsdlNamespace(org.apache.axis.types.URI wsdlNamespace)
          Sets the wsdlNamespace value for this WSDLReferences.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLReferences

public WSDLReferences()

WSDLReferences

public WSDLReferences(java.lang.String partnerLinkType,
                      org.apache.axis.types.URI serviceUrl,
                      java.lang.String wsdlLocation,
                      org.apache.axis.types.URI wsdlNamespace)
Method Detail

getPartnerLinkType

public java.lang.String getPartnerLinkType()
Gets the partnerLinkType value for this WSDLReferences.

Returns:
partnerLinkType

setPartnerLinkType

public void setPartnerLinkType(java.lang.String partnerLinkType)
Sets the partnerLinkType value for this WSDLReferences.

Parameters:
partnerLinkType -

getWsdlNamespace

public org.apache.axis.types.URI getWsdlNamespace()
Gets the wsdlNamespace value for this WSDLReferences.

Returns:
wsdlNamespace

setWsdlNamespace

public void setWsdlNamespace(org.apache.axis.types.URI wsdlNamespace)
Sets the wsdlNamespace value for this WSDLReferences.

Parameters:
wsdlNamespace -

getWsdlLocation

public java.lang.String getWsdlLocation()
Gets the wsdlLocation value for this WSDLReferences.

Returns:
wsdlLocation

setWsdlLocation

public void setWsdlLocation(java.lang.String wsdlLocation)
Sets the wsdlLocation value for this WSDLReferences.

Parameters:
wsdlLocation -

getServiceUrl

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

Returns:
serviceUrl

setServiceUrl

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

Parameters:
serviceUrl -

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