|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Shield
public class Shield
Java class for Shield complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Shield">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShieldType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShieldDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Shield()
Shield default constructor. |
|
Shield(String shieldType,
String shieldDescription)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getShieldDescription()
Gets the value of the shieldDescription property. |
String |
getShieldType()
Gets the value of the shieldType property. |
void |
setShieldDescription(String value)
Sets the value of the shieldDescription property. |
void |
setShieldType(String value)
Sets the value of the shieldType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Shield(String shieldType,
String shieldDescription)
public Shield()
| Method Detail |
|---|
public String getShieldType()
Stringpublic void setShieldType(String value)
value - allowed object is
Stringpublic String getShieldDescription()
Stringpublic void setShieldDescription(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||