com.esri.arcgisws
Class Shields

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

public class Shields
extends Object
implements Serializable

A container for describing how driving directions are refined using shields.

Java class for Shields complex type.

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

 <complexType name="Shields">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TypeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="NumberFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CombinedFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="UseCombinedField" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ArrayOfShield" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfShield"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A container for describing how driving directions are refined using shields.

See Also:
Serialized Form

Constructor Summary
Shields()
          Shields default constructor.
Shields(String typeFieldName, String numberFieldName, String combinedFieldName, boolean useCombinedField, Shield[] arrayOfShield)
          Deprecated. 
 
Method Summary
 Shield[] getArrayOfShield()
          Gets the value of the arrayOfShield property.
 String getCombinedFieldName()
          The field name whose values contain the whole address description.
 String getNumberFieldName()
          The field name whose values contain the house number.
 String getTypeFieldName()
          The field name whose values contain the street type.
 boolean isUseCombinedField()
          Indicates if the combined field should be used for directions.
 void setArrayOfShield(Shield[] value)
          Sets the value of the arrayOfShield property.
 void setCombinedFieldName(String value)
          The field name whose values contain the whole address description.
 void setNumberFieldName(String value)
          The field name whose values contain the house number.
 void setTypeFieldName(String value)
          The field name whose values contain the street type.
 void setUseCombinedField(boolean value)
          Indicates if the combined field should be used for directions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shields

@Deprecated
public Shields(String typeFieldName,
                          String numberFieldName,
                          String combinedFieldName,
                          boolean useCombinedField,
                          Shield[] arrayOfShield)
Deprecated. 

Shields constructor.


Shields

public Shields()
Shields default constructor.

Method Detail

getTypeFieldName

public String getTypeFieldName()
The field name whose values contain the street type. Gets the value of the typeFieldName property.

Returns:
possible object is String

setTypeFieldName

public void setTypeFieldName(String value)
The field name whose values contain the street type. Sets the value of the typeFieldName property.

Parameters:
value - allowed object is String

getNumberFieldName

public String getNumberFieldName()
The field name whose values contain the house number. Gets the value of the numberFieldName property.

Returns:
possible object is String

setNumberFieldName

public void setNumberFieldName(String value)
The field name whose values contain the house number. Sets the value of the numberFieldName property.

Parameters:
value - allowed object is String

getCombinedFieldName

public String getCombinedFieldName()
The field name whose values contain the whole address description. Gets the value of the combinedFieldName property.

Returns:
possible object is String

setCombinedFieldName

public void setCombinedFieldName(String value)
The field name whose values contain the whole address description. Sets the value of the combinedFieldName property.

Parameters:
value - allowed object is String

isUseCombinedField

public boolean isUseCombinedField()
Indicates if the combined field should be used for directions. Gets the value of the useCombinedField property.


setUseCombinedField

public void setUseCombinedField(boolean value)
Indicates if the combined field should be used for directions. Sets the value of the useCombinedField property.


getArrayOfShield

public Shield[] getArrayOfShield()
Gets the value of the arrayOfShield property.

Returns:
possible object is []

setArrayOfShield

public void setArrayOfShield(Shield[] value)
Sets the value of the arrayOfShield property.

Parameters:
value - allowed object is []