com.esri.arcgisws
Class Shield

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

public class Shield
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Shield

@Deprecated
public Shield(String shieldType,
                         String shieldDescription)
Deprecated. 

Shield constructor.


Shield

public Shield()
Shield default constructor.

Method Detail

getShieldType

public String getShieldType()
Gets the value of the shieldType property.

Returns:
possible object is String

setShieldType

public void setShieldType(String value)
Sets the value of the shieldType property.

Parameters:
value - allowed object is String

getShieldDescription

public String getShieldDescription()
Gets the value of the shieldDescription property.

Returns:
possible object is String

setShieldDescription

public void setShieldDescription(String value)
Sets the value of the shieldDescription property.

Parameters:
value - allowed object is String