|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Shields
public class Shields
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.
| 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 |
|---|
@Deprecated
public Shields(String typeFieldName,
String numberFieldName,
String combinedFieldName,
boolean useCombinedField,
Shield[] arrayOfShield)
public Shields()
| Method Detail |
|---|
public String getTypeFieldName()
Stringpublic void setTypeFieldName(String value)
value - allowed object is
Stringpublic String getNumberFieldName()
Stringpublic void setNumberFieldName(String value)
value - allowed object is
Stringpublic String getCombinedFieldName()
Stringpublic void setCombinedFieldName(String value)
value - allowed object is
Stringpublic boolean isUseCombinedField()
public void setUseCombinedField(boolean value)
public Shield[] getArrayOfShield()
[] public void setArrayOfShield(Shield[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||