|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractResponseParametersType
net.opengis.ols.v_1_2.DetermineRouteResponseType
public class DetermineRouteResponseType
Defines the Determine Route response parameters.
Java class for DetermineRouteResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetermineRouteResponseType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractResponseParametersType">
<sequence>
<element ref="{http://www.opengis.net/xls}RouteHandle" minOccurs="0"/>
<element ref="{http://www.opengis.net/xls}RouteSummary"/>
<element ref="{http://www.opengis.net/xls}RouteGeometry" minOccurs="0"/>
<element ref="{http://www.opengis.net/xls}RouteInstructionsList" minOccurs="0"/>
<element ref="{http://www.opengis.net/xls}RouteMap" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected RouteGeometryType |
routeGeometry
|
protected RouteHandleType |
routeHandle
|
protected RouteInstructionsListType |
routeInstructionsList
|
protected List<RouteMapType> |
routeMap
|
protected RouteSummaryType |
routeSummary
|
| Constructor Summary | |
|---|---|
DetermineRouteResponseType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
RouteGeometryType |
getRouteGeometry()
Response for requested route geometry. |
RouteHandleType |
getRouteHandle()
Reference to the route stored at the Route Determination Service server. |
RouteInstructionsListType |
getRouteInstructionsList()
Response for requested route instructions. |
List<RouteMapType> |
getRouteMap()
Response list for requested route maps.Gets the value of the routeMap property. |
RouteSummaryType |
getRouteSummary()
Response for requested route summary. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetRouteGeometry()
|
boolean |
isSetRouteHandle()
|
boolean |
isSetRouteInstructionsList()
|
boolean |
isSetRouteMap()
|
boolean |
isSetRouteSummary()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setRouteGeometry(RouteGeometryType value)
Sets the value of the routeGeometry property. |
void |
setRouteHandle(RouteHandleType value)
Sets the value of the routeHandle property. |
void |
setRouteInstructionsList(RouteInstructionsListType value)
Sets the value of the routeInstructionsList property. |
void |
setRouteMap(List<RouteMapType> value)
|
void |
setRouteSummary(RouteSummaryType value)
Sets the value of the routeSummary property. |
String |
toString()
|
void |
unsetRouteMap()
|
DetermineRouteResponseType |
withRouteGeometry(RouteGeometryType value)
|
DetermineRouteResponseType |
withRouteHandle(RouteHandleType value)
|
DetermineRouteResponseType |
withRouteInstructionsList(RouteInstructionsListType value)
|
DetermineRouteResponseType |
withRouteMap(Collection<RouteMapType> values)
|
DetermineRouteResponseType |
withRouteMap(List<RouteMapType> value)
|
DetermineRouteResponseType |
withRouteMap(RouteMapType... values)
|
DetermineRouteResponseType |
withRouteSummary(RouteSummaryType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected RouteHandleType routeHandle
protected RouteSummaryType routeSummary
protected RouteGeometryType routeGeometry
protected RouteInstructionsListType routeInstructionsList
protected List<RouteMapType> routeMap
| Constructor Detail |
|---|
public DetermineRouteResponseType()
| Method Detail |
|---|
public RouteHandleType getRouteHandle()
RouteHandleTypepublic void setRouteHandle(RouteHandleType value)
value - allowed object is
RouteHandleTypepublic boolean isSetRouteHandle()
public RouteSummaryType getRouteSummary()
RouteSummaryTypepublic void setRouteSummary(RouteSummaryType value)
value - allowed object is
RouteSummaryTypepublic boolean isSetRouteSummary()
public RouteGeometryType getRouteGeometry()
RouteGeometryTypepublic void setRouteGeometry(RouteGeometryType value)
value - allowed object is
RouteGeometryTypepublic boolean isSetRouteGeometry()
public RouteInstructionsListType getRouteInstructionsList()
RouteInstructionsListTypepublic void setRouteInstructionsList(RouteInstructionsListType value)
value - allowed object is
RouteInstructionsListTypepublic boolean isSetRouteInstructionsList()
public List<RouteMapType> getRouteMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the routeMap property.
For example, to add a new item, do as follows:
getRouteMap().add(newItem);
Objects of the following type(s) are allowed in the list
RouteMapType
public boolean isSetRouteMap()
public void unsetRouteMap()
public String toString()
toString in class AbstractResponseParametersType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractResponseParametersType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractResponseParametersType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractResponseParametersTypepublic boolean equals(Object object)
equals in class AbstractResponseParametersType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractResponseParametersTypepublic int hashCode()
hashCode in class AbstractResponseParametersTypepublic Object clone()
clone in class AbstractResponseParametersTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractResponseParametersType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractResponseParametersTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractResponseParametersType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractResponseParametersTypepublic void setRouteMap(List<RouteMapType> value)
public DetermineRouteResponseType withRouteHandle(RouteHandleType value)
public DetermineRouteResponseType withRouteSummary(RouteSummaryType value)
public DetermineRouteResponseType withRouteGeometry(RouteGeometryType value)
public DetermineRouteResponseType withRouteInstructionsList(RouteInstructionsListType value)
public DetermineRouteResponseType withRouteMap(RouteMapType... values)
public DetermineRouteResponseType withRouteMap(Collection<RouteMapType> values)
public DetermineRouteResponseType withRouteMap(List<RouteMapType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||