|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ServiceDescription
public class ServiceDescription
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>
| Constructor Summary | |
|---|---|
ServiceDescription()
ServiceDescription default constructor. |
|
ServiceDescription(java.lang.String name,
java.lang.String type,
java.lang.String url,
java.lang.String parentType,
java.lang.String capabilities,
java.lang.String description)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCapabilities()
Gets the value of the capabilities property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getParentType()
Gets the value of the parentType property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setCapabilities(java.lang.String value)
Sets the value of the capabilities property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParentType(java.lang.String value)
Sets the value of the parentType property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setUrl(java.lang.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 |
|---|
@Deprecated
public ServiceDescription(java.lang.String name,
java.lang.String type,
java.lang.String url,
java.lang.String parentType,
java.lang.String capabilities,
java.lang.String description)
public ServiceDescription()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentType()
Stringpublic void setParentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCapabilities()
Stringpublic void setCapabilities(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||