com.esri.arcgisws
Class NAServerNetworkDirections

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

public class NAServerNetworkDirections
extends Object
implements Serializable

Java class for NAServerNetworkDirections complex type.

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

 <complexType name="NAServerNetworkDirections">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AvailableStyleNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="SupportedLanguages" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkDirections()
          NAServerNetworkDirections default constructor.
NAServerNetworkDirections(String[] availableStyleNames, String[] supportedLanguages)
          Deprecated. 
 
Method Summary
 String[] getAvailableStyleNames()
          Gets the value of the availableStyleNames property.
 String[] getSupportedLanguages()
          Gets the value of the supportedLanguages property.
 void setAvailableStyleNames(String[] value)
          Sets the value of the availableStyleNames property.
 void setSupportedLanguages(String[] value)
          Sets the value of the supportedLanguages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkDirections

@Deprecated
public NAServerNetworkDirections(String[] availableStyleNames,
                                            String[] supportedLanguages)
Deprecated. 

NAServerNetworkDirections constructor.


NAServerNetworkDirections

public NAServerNetworkDirections()
NAServerNetworkDirections default constructor.

Method Detail

getAvailableStyleNames

public String[] getAvailableStyleNames()
Gets the value of the availableStyleNames property.

Returns:
possible object is []

setAvailableStyleNames

public void setAvailableStyleNames(String[] value)
Sets the value of the availableStyleNames property.

Parameters:
value - allowed object is []

getSupportedLanguages

public String[] getSupportedLanguages()
Gets the value of the supportedLanguages property.

Returns:
possible object is []

setSupportedLanguages

public void setSupportedLanguages(String[] value)
Sets the value of the supportedLanguages property.

Parameters:
value - allowed object is []