com.esri.arcgisws
Class NAStreetDirectionEvent

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

public class NAStreetDirectionEvent
extends Object
implements Serializable

Java class for NAStreetDirectionEvent complex type.

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

 <complexType name="NAStreetDirectionEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ETA" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Point" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="Strings" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString"/>
         <element name="StringTypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDirectionsStringType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAStreetDirectionEvent()
          NAStreetDirectionEvent default constructor.
NAStreetDirectionEvent(javax.xml.datatype.XMLGregorianCalendar eta, Point point, String[] strings, EsriDirectionsStringType[] stringTypes)
          Deprecated. 
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getETA()
          Gets the value of the eta property.
 Point getPoint()
          Gets the value of the point property.
 String[] getStrings()
          Gets the value of the strings property.
 EsriDirectionsStringType[] getStringTypes()
          Gets the value of the stringTypes property.
 void setETA(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the eta property.
 void setPoint(Point value)
          Sets the value of the point property.
 void setStrings(String[] value)
          Sets the value of the strings property.
 void setStringTypes(EsriDirectionsStringType[] value)
          Sets the value of the stringTypes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAStreetDirectionEvent

@Deprecated
public NAStreetDirectionEvent(javax.xml.datatype.XMLGregorianCalendar eta,
                                         Point point,
                                         String[] strings,
                                         EsriDirectionsStringType[] stringTypes)
Deprecated. 

NAStreetDirectionEvent constructor.


NAStreetDirectionEvent

public NAStreetDirectionEvent()
NAStreetDirectionEvent default constructor.

Method Detail

getETA

public javax.xml.datatype.XMLGregorianCalendar getETA()
Gets the value of the eta property.

Returns:
possible object is XMLGregorianCalendar

setETA

public void setETA(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eta property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPoint

public Point getPoint()
Gets the value of the point property.

Returns:
possible object is Point

setPoint

public void setPoint(Point value)
Sets the value of the point property.

Parameters:
value - allowed object is Point

getStrings

public String[] getStrings()
Gets the value of the strings property.

Returns:
possible object is []

setStrings

public void setStrings(String[] value)
Sets the value of the strings property.

Parameters:
value - allowed object is []

getStringTypes

public EsriDirectionsStringType[] getStringTypes()
Gets the value of the stringTypes property.

Returns:
possible object is []

setStringTypes

public void setStringTypes(EsriDirectionsStringType[] value)
Sets the value of the stringTypes property.

Parameters:
value - allowed object is []