com.esri.arcgisws
Class ServiceDescription

java.lang.Object
  extended by com.esri.arcgisws.ServiceDescription
All Implemented Interfaces:
Serializable

public class ServiceDescription
extends Object
implements Serializable

Java class for ServiceDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ParentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Capabilities" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ServiceDescription()
          ServiceDescription default constructor.
ServiceDescription(String name, String type, String url, String parentType, String capabilities, String description)
          Deprecated. 
 
Method Summary
 String getCapabilities()
          Gets the value of the capabilities property.
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 String getParentType()
          Gets the value of the parentType property.
 String getType()
          Gets the value of the type property.
 String getUrl()
          Gets the value of the url property.
 void setCapabilities(String value)
          Sets the value of the capabilities property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setParentType(String value)
          Sets the value of the parentType property.
 void setType(String value)
          Sets the value of the type property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

@Deprecated
public ServiceDescription(String name,
                                     String type,
                                     String url,
                                     String parentType,
                                     String capabilities,
                                     String description)
Deprecated. 

ServiceDescription constructor.


ServiceDescription

public ServiceDescription()
ServiceDescription default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getParentType

public String getParentType()
Gets the value of the parentType property.

Returns:
possible object is String

setParentType

public void setParentType(String value)
Sets the value of the parentType property.

Parameters:
value - allowed object is String

getCapabilities

public String getCapabilities()
Gets the value of the capabilities property.

Returns:
possible object is String

setCapabilities

public void setCapabilities(String value)
Sets the value of the capabilities property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String