com.esri.arcgisws
Class ServiceDescription

java.lang.Object
  extended bycom.esri.arcgisws.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 name, java.lang.String type, java.lang.String url, java.lang.String parentType, java.lang.String capabilities)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCapabilities()
          Gets the capabilities value for this ServiceDescription.
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 getName()
          Gets the name value for this ServiceDescription.
 java.lang.String getParentType()
          Gets the parentType value for this ServiceDescription.
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 getType()
          Gets the type value for this ServiceDescription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this ServiceDescription.
 int hashCode()
           
 void setCapabilities(java.lang.String capabilities)
          Sets the capabilities value for this ServiceDescription.
 void setName(java.lang.String name)
          Sets the name value for this ServiceDescription.
 void setParentType(java.lang.String parentType)
          Sets the parentType value for this ServiceDescription.
 void setType(java.lang.String type)
          Sets the type value for this ServiceDescription.
 void setUrl(java.lang.String url)
          Sets the url 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 name,
                          java.lang.String type,
                          java.lang.String url,
                          java.lang.String parentType,
                          java.lang.String capabilities)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this ServiceDescription.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ServiceDescription.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this ServiceDescription.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ServiceDescription.

Parameters:
type -

getUrl

public java.lang.String getUrl()
Gets the url value for this ServiceDescription.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this ServiceDescription.

Parameters:
url -

getParentType

public java.lang.String getParentType()
Gets the parentType value for this ServiceDescription.

Returns:
parentType

setParentType

public void setParentType(java.lang.String parentType)
Sets the parentType value for this ServiceDescription.

Parameters:
parentType -

getCapabilities

public java.lang.String getCapabilities()
Gets the capabilities value for this ServiceDescription.

Returns:
capabilities

setCapabilities

public void setCapabilities(java.lang.String capabilities)
Sets the capabilities value for this ServiceDescription.

Parameters:
capabilities -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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