net.opengis.olsnav.v_1_3
Class DetermineRouteResponseType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractResponseParametersType
      extended by net.opengis.olsnav.v_1_3.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

Response for requested route summary.

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 name="RouteLinkAndCost" type="{http://www.opengis.net/ols/nav}CursorType"/>
         <element name="FirstBucket" type="{http://www.opengis.net/ols/nav}CursorFetchResponse" minOccurs="0"/>
         <element ref="{http://www.opengis.net/xls}RouteHandle" minOccurs="0"/>
         <element ref="{http://www.opengis.net/xls}RouteSummary" minOccurs="0"/>
         <element name="ConstraintRelaxed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WhichConstrainWasRelaxed" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean constraintRelaxed
           
protected  CursorFetchResponse firstBucket
           
protected  RouteHandleType routeHandle
           
protected  CursorType routeLinkAndCost
           
protected  RouteSummaryType routeSummary
           
protected  Object whichConstrainWasRelaxed
           
 
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)
           
 CursorFetchResponse getFirstBucket()
          Gets the value of the firstBucket property.
 RouteHandleType getRouteHandle()
          Gets the value of the routeHandle property.
 CursorType getRouteLinkAndCost()
          Gets the value of the routeLinkAndCost property.
 RouteSummaryType getRouteSummary()
          Gets the value of the routeSummary property.
 Object getWhichConstrainWasRelaxed()
          Gets the value of the whichConstrainWasRelaxed property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 Boolean isConstraintRelaxed()
          Gets the value of the constraintRelaxed property.
 boolean isSetConstraintRelaxed()
           
 boolean isSetFirstBucket()
           
 boolean isSetRouteHandle()
           
 boolean isSetRouteLinkAndCost()
           
 boolean isSetRouteSummary()
           
 boolean isSetWhichConstrainWasRelaxed()
           
 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 setConstraintRelaxed(Boolean value)
          Sets the value of the constraintRelaxed property.
 void setFirstBucket(CursorFetchResponse value)
          Sets the value of the firstBucket property.
 void setRouteHandle(RouteHandleType value)
          Sets the value of the routeHandle property.
 void setRouteLinkAndCost(CursorType value)
          Sets the value of the routeLinkAndCost property.
 void setRouteSummary(RouteSummaryType value)
          Sets the value of the routeSummary property.
 void setWhichConstrainWasRelaxed(Object value)
          Sets the value of the whichConstrainWasRelaxed property.
 String toString()
           
 DetermineRouteResponseType withConstraintRelaxed(Boolean value)
           
 DetermineRouteResponseType withFirstBucket(CursorFetchResponse value)
           
 DetermineRouteResponseType withRouteHandle(RouteHandleType value)
           
 DetermineRouteResponseType withRouteLinkAndCost(CursorType value)
           
 DetermineRouteResponseType withRouteSummary(RouteSummaryType value)
           
 DetermineRouteResponseType withWhichConstrainWasRelaxed(Object value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

routeLinkAndCost

protected CursorType routeLinkAndCost

firstBucket

protected CursorFetchResponse firstBucket

routeHandle

protected RouteHandleType routeHandle

routeSummary

protected RouteSummaryType routeSummary

constraintRelaxed

protected Boolean constraintRelaxed

whichConstrainWasRelaxed

protected Object whichConstrainWasRelaxed
Constructor Detail

DetermineRouteResponseType

public DetermineRouteResponseType()
Method Detail

getRouteLinkAndCost

public CursorType getRouteLinkAndCost()
Gets the value of the routeLinkAndCost property.

Returns:
possible object is CursorType

setRouteLinkAndCost

public void setRouteLinkAndCost(CursorType value)
Sets the value of the routeLinkAndCost property.

Parameters:
value - allowed object is CursorType

isSetRouteLinkAndCost

public boolean isSetRouteLinkAndCost()

getFirstBucket

public CursorFetchResponse getFirstBucket()
Gets the value of the firstBucket property.

Returns:
possible object is CursorFetchResponse

setFirstBucket

public void setFirstBucket(CursorFetchResponse value)
Sets the value of the firstBucket property.

Parameters:
value - allowed object is CursorFetchResponse

isSetFirstBucket

public boolean isSetFirstBucket()

getRouteHandle

public RouteHandleType getRouteHandle()
Gets the value of the routeHandle property.

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()
Gets the value of the routeSummary property.

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()

isConstraintRelaxed

public Boolean isConstraintRelaxed()
Gets the value of the constraintRelaxed property.

Returns:
possible object is Boolean

setConstraintRelaxed

public void setConstraintRelaxed(Boolean value)
Sets the value of the constraintRelaxed property.

Parameters:
value - allowed object is Boolean

isSetConstraintRelaxed

public boolean isSetConstraintRelaxed()

getWhichConstrainWasRelaxed

public Object getWhichConstrainWasRelaxed()
Gets the value of the whichConstrainWasRelaxed property.

Returns:
possible object is Object

setWhichConstrainWasRelaxed

public void setWhichConstrainWasRelaxed(Object value)
Sets the value of the whichConstrainWasRelaxed property.

Parameters:
value - allowed object is Object

isSetWhichConstrainWasRelaxed

public boolean isSetWhichConstrainWasRelaxed()

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

withRouteLinkAndCost

public DetermineRouteResponseType withRouteLinkAndCost(CursorType value)

withFirstBucket

public DetermineRouteResponseType withFirstBucket(CursorFetchResponse value)

withRouteHandle

public DetermineRouteResponseType withRouteHandle(RouteHandleType value)

withRouteSummary

public DetermineRouteResponseType withRouteSummary(RouteSummaryType value)

withConstraintRelaxed

public DetermineRouteResponseType withConstraintRelaxed(Boolean value)

withWhichConstrainWasRelaxed

public DetermineRouteResponseType withWhichConstrainWasRelaxed(Object value)


Copyright © 2008-2015. All Rights Reserved.