net.opengis.ols.v_1_2
Class DetermineRouteResponseType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractResponseParametersType
      extended by net.opengis.ols.v_1_2.DetermineRouteResponseType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class DetermineRouteResponseType
extends AbstractResponseParametersType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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

routeHandle

protected RouteHandleType routeHandle

routeSummary

protected RouteSummaryType routeSummary

routeGeometry

protected RouteGeometryType routeGeometry

routeInstructionsList

protected RouteInstructionsListType routeInstructionsList

routeMap

protected List<RouteMapType> routeMap
Constructor Detail

DetermineRouteResponseType

public DetermineRouteResponseType()
Method Detail

getRouteHandle

public RouteHandleType getRouteHandle()
Reference to the route stored at the Route Determination Service server.

Returns:
possible object is RouteHandleType

setRouteHandle

public void setRouteHandle(RouteHandleType value)
Sets the value of the routeHandle property.

Parameters:
value - allowed object is RouteHandleType

isSetRouteHandle

public boolean isSetRouteHandle()

getRouteSummary

public RouteSummaryType getRouteSummary()
Response for requested route summary.

Returns:
possible object is RouteSummaryType

setRouteSummary

public void setRouteSummary(RouteSummaryType value)
Sets the value of the routeSummary property.

Parameters:
value - allowed object is RouteSummaryType

isSetRouteSummary

public boolean isSetRouteSummary()

getRouteGeometry

public RouteGeometryType getRouteGeometry()
Response for requested route geometry.

Returns:
possible object is RouteGeometryType

setRouteGeometry

public void setRouteGeometry(RouteGeometryType value)
Sets the value of the routeGeometry property.

Parameters:
value - allowed object is RouteGeometryType

isSetRouteGeometry

public boolean isSetRouteGeometry()

getRouteInstructionsList

public RouteInstructionsListType getRouteInstructionsList()
Response for requested route instructions.

Returns:
possible object is RouteInstructionsListType

setRouteInstructionsList

public void setRouteInstructionsList(RouteInstructionsListType value)
Sets the value of the routeInstructionsList property.

Parameters:
value - allowed object is RouteInstructionsListType

isSetRouteInstructionsList

public boolean isSetRouteInstructionsList()

getRouteMap

public List<RouteMapType> getRouteMap()
Response list for requested route maps.Gets the value of the routeMap property.

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


isSetRouteMap

public boolean isSetRouteMap()

unsetRouteMap

public void unsetRouteMap()

toString

public String toString()
Overrides:
toString in class AbstractResponseParametersType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractResponseParametersType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractResponseParametersType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractResponseParametersType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractResponseParametersType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractResponseParametersType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractResponseParametersType

clone

public Object clone()
Overrides:
clone in class AbstractResponseParametersType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractResponseParametersType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractResponseParametersType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractResponseParametersType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractResponseParametersType

setRouteMap

public void setRouteMap(List<RouteMapType> value)

withRouteHandle

public DetermineRouteResponseType withRouteHandle(RouteHandleType value)

withRouteSummary

public DetermineRouteResponseType withRouteSummary(RouteSummaryType value)

withRouteGeometry

public DetermineRouteResponseType withRouteGeometry(RouteGeometryType value)

withRouteInstructionsList

public DetermineRouteResponseType withRouteInstructionsList(RouteInstructionsListType value)

withRouteMap

public DetermineRouteResponseType withRouteMap(RouteMapType... values)

withRouteMap

public DetermineRouteResponseType withRouteMap(Collection<RouteMapType> values)

withRouteMap

public DetermineRouteResponseType withRouteMap(List<RouteMapType> value)


Copyright © 2008-2015. All Rights Reserved.