|
|||||||||
| 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.olsnav.v_1_3.DetermineRouteResponseType
public class DetermineRouteResponseType
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.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.MergeStrategy2 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 |
|---|
protected CursorType routeLinkAndCost
protected CursorFetchResponse firstBucket
protected RouteHandleType routeHandle
protected RouteSummaryType routeSummary
protected Boolean constraintRelaxed
protected Object whichConstrainWasRelaxed
| Constructor Detail |
|---|
public DetermineRouteResponseType()
| Method Detail |
|---|
public CursorType getRouteLinkAndCost()
CursorTypepublic void setRouteLinkAndCost(CursorType value)
value - allowed object is
CursorTypepublic boolean isSetRouteLinkAndCost()
public CursorFetchResponse getFirstBucket()
CursorFetchResponsepublic void setFirstBucket(CursorFetchResponse value)
value - allowed object is
CursorFetchResponsepublic boolean isSetFirstBucket()
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 Boolean isConstraintRelaxed()
Booleanpublic void setConstraintRelaxed(Boolean value)
value - allowed object is
Booleanpublic boolean isSetConstraintRelaxed()
public Object getWhichConstrainWasRelaxed()
Objectpublic void setWhichConstrainWasRelaxed(Object value)
value - allowed object is
Objectpublic boolean isSetWhichConstrainWasRelaxed()
public String toString()
toString in class AbstractResponseParametersType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractResponseParametersType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class AbstractResponseParametersType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractResponseParametersTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractResponseParametersTypepublic DetermineRouteResponseType withRouteLinkAndCost(CursorType value)
public DetermineRouteResponseType withFirstBucket(CursorFetchResponse value)
public DetermineRouteResponseType withRouteHandle(RouteHandleType value)
public DetermineRouteResponseType withRouteSummary(RouteSummaryType value)
public DetermineRouteResponseType withConstraintRelaxed(Boolean value)
public DetermineRouteResponseType withWhichConstrainWasRelaxed(Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||