|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAStreetDirectionEvent
public class NAStreetDirectionEvent
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>
| 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 |
|---|
@Deprecated
public NAStreetDirectionEvent(javax.xml.datatype.XMLGregorianCalendar eta,
Point point,
String[] strings,
EsriDirectionsStringType[] stringTypes)
public NAStreetDirectionEvent()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getETA()
XMLGregorianCalendar public void setETA(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public Point getPoint()
Pointpublic void setPoint(Point value)
value - allowed object is
Pointpublic String[] getStrings()
[] public void setStrings(String[] value)
value - allowed object is
[] public EsriDirectionsStringType[] getStringTypes()
[] public void setStringTypes(EsriDirectionsStringType[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||