com.esri.arcgisws
Class StreetNameFields

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

public class StreetNameFields
extends Object
implements Serializable

A container for describing street name fields used to generate driving directions.

Java class for StreetNameFields complex type.

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

 <complexType name="StreetNameFields">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PrefixDirectionFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PrefixTypeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StreetNameFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SuffixDirectionsFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SuffixTypeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="HighwayDirectionFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LanguageFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FullNameFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A container for describing street name fields used to generate driving directions.

See Also:
Serialized Form

Constructor Summary
StreetNameFields()
          StreetNameFields default constructor.
StreetNameFields(String prefixDirectionFieldName, String prefixTypeFieldName, String streetNameFieldName, String suffixDirectionsFieldName, String suffixTypeFieldName, int priority, String highwayDirectionFieldName, String languageFieldName, String fullNameFieldName)
          Deprecated. 
 
Method Summary
 String getFullNameFieldName()
          The field name used to store the full street name.
 String getHighwayDirectionFieldName()
          The field name used for highway direction.
 String getLanguageFieldName()
          The field name used for the language of the street.
 String getPrefixDirectionFieldName()
          The field name used for prefix direction.
 String getPrefixTypeFieldName()
          The field name used for prefix type.
 int getPriority()
          The priority for when these street name fields are used.
 String getStreetNameFieldName()
          The field name used for street name.
 String getSuffixDirectionsFieldName()
          The field name used for suffix direction.
 String getSuffixTypeFieldName()
          The field name used for suffix type.
 void setFullNameFieldName(String value)
          The field name used to store the full street name.
 void setHighwayDirectionFieldName(String value)
          The field name used for highway direction.
 void setLanguageFieldName(String value)
          The field name used for the language of the street.
 void setPrefixDirectionFieldName(String value)
          The field name used for prefix direction.
 void setPrefixTypeFieldName(String value)
          The field name used for prefix type.
 void setPriority(int value)
          The priority for when these street name fields are used.
 void setStreetNameFieldName(String value)
          The field name used for street name.
 void setSuffixDirectionsFieldName(String value)
          The field name used for suffix direction.
 void setSuffixTypeFieldName(String value)
          The field name used for suffix type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetNameFields

@Deprecated
public StreetNameFields(String prefixDirectionFieldName,
                                   String prefixTypeFieldName,
                                   String streetNameFieldName,
                                   String suffixDirectionsFieldName,
                                   String suffixTypeFieldName,
                                   int priority,
                                   String highwayDirectionFieldName,
                                   String languageFieldName,
                                   String fullNameFieldName)
Deprecated. 

StreetNameFields constructor.


StreetNameFields

public StreetNameFields()
StreetNameFields default constructor.

Method Detail

getPrefixDirectionFieldName

public String getPrefixDirectionFieldName()
The field name used for prefix direction. Gets the value of the prefixDirectionFieldName property.

Returns:
possible object is String

setPrefixDirectionFieldName

public void setPrefixDirectionFieldName(String value)
The field name used for prefix direction. Sets the value of the prefixDirectionFieldName property.

Parameters:
value - allowed object is String

getPrefixTypeFieldName

public String getPrefixTypeFieldName()
The field name used for prefix type. Gets the value of the prefixTypeFieldName property.

Returns:
possible object is String

setPrefixTypeFieldName

public void setPrefixTypeFieldName(String value)
The field name used for prefix type. Sets the value of the prefixTypeFieldName property.

Parameters:
value - allowed object is String

getStreetNameFieldName

public String getStreetNameFieldName()
The field name used for street name. Gets the value of the streetNameFieldName property.

Returns:
possible object is String

setStreetNameFieldName

public void setStreetNameFieldName(String value)
The field name used for street name. Sets the value of the streetNameFieldName property.

Parameters:
value - allowed object is String

getSuffixDirectionsFieldName

public String getSuffixDirectionsFieldName()
The field name used for suffix direction. Gets the value of the suffixDirectionsFieldName property.

Returns:
possible object is String

setSuffixDirectionsFieldName

public void setSuffixDirectionsFieldName(String value)
The field name used for suffix direction. Sets the value of the suffixDirectionsFieldName property.

Parameters:
value - allowed object is String

getSuffixTypeFieldName

public String getSuffixTypeFieldName()
The field name used for suffix type. Gets the value of the suffixTypeFieldName property.

Returns:
possible object is String

setSuffixTypeFieldName

public void setSuffixTypeFieldName(String value)
The field name used for suffix type. Sets the value of the suffixTypeFieldName property.

Parameters:
value - allowed object is String

getPriority

public int getPriority()
The priority for when these street name fields are used. Gets the value of the priority property.


setPriority

public void setPriority(int value)
The priority for when these street name fields are used. Sets the value of the priority property.


getHighwayDirectionFieldName

public String getHighwayDirectionFieldName()
The field name used for highway direction. Gets the value of the highwayDirectionFieldName property.

Returns:
possible object is String

setHighwayDirectionFieldName

public void setHighwayDirectionFieldName(String value)
The field name used for highway direction. Sets the value of the highwayDirectionFieldName property.

Parameters:
value - allowed object is String

getLanguageFieldName

public String getLanguageFieldName()
The field name used for the language of the street. Gets the value of the languageFieldName property.

Returns:
possible object is String

setLanguageFieldName

public void setLanguageFieldName(String value)
The field name used for the language of the street. Sets the value of the languageFieldName property.

Parameters:
value - allowed object is String

getFullNameFieldName

public String getFullNameFieldName()
The field name used to store the full street name. Gets the value of the fullNameFieldName property.

Returns:
possible object is String

setFullNameFieldName

public void setFullNameFieldName(String value)
The field name used to store the full street name. Sets the value of the fullNameFieldName property.

Parameters:
value - allowed object is String