|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractRequestParametersType
net.opengis.olsnav.v_1_3.GetNearbyMapObjRequestType
public class GetNearbyMapObjRequestType
Java class for GetNearbyMapObjRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetNearbyMapObjRequestType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractRequestParametersType">
<sequence>
<element name="CurrentPosition" type="{http://www.opengis.net/xls}PositionType"/>
<element name="Delta" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="GetFirstBucket" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="priority" use="required" type="{http://www.opengis.net/ols/nav}PriorityType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PositionType |
currentPosition
|
protected BigInteger |
delta
|
protected BigInteger |
getFirstBucket
|
protected int |
priority
|
| Constructor Summary | |
|---|---|
GetNearbyMapObjRequestType()
|
|
| 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)
|
PositionType |
getCurrentPosition()
Gets the value of the currentPosition property. |
BigInteger |
getDelta()
Gets the value of the delta property. |
BigInteger |
getGetFirstBucket()
Gets the value of the getFirstBucket property. |
int |
getPriority()
Gets the value of the priority property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetCurrentPosition()
|
boolean |
isSetDelta()
|
boolean |
isSetGetFirstBucket()
|
boolean |
isSetPriority()
|
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 |
setCurrentPosition(PositionType value)
Sets the value of the currentPosition property. |
void |
setDelta(BigInteger value)
Sets the value of the delta property. |
void |
setGetFirstBucket(BigInteger value)
Sets the value of the getFirstBucket property. |
void |
setPriority(int value)
Sets the value of the priority property. |
String |
toString()
|
GetNearbyMapObjRequestType |
withCurrentPosition(PositionType value)
|
GetNearbyMapObjRequestType |
withDelta(BigInteger value)
|
GetNearbyMapObjRequestType |
withGetFirstBucket(BigInteger value)
|
GetNearbyMapObjRequestType |
withPriority(int value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PositionType currentPosition
protected BigInteger delta
protected BigInteger getFirstBucket
protected int priority
| Constructor Detail |
|---|
public GetNearbyMapObjRequestType()
| Method Detail |
|---|
public PositionType getCurrentPosition()
PositionTypepublic void setCurrentPosition(PositionType value)
value - allowed object is
PositionTypepublic boolean isSetCurrentPosition()
public BigInteger getDelta()
BigIntegerpublic void setDelta(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetDelta()
public BigInteger getGetFirstBucket()
BigIntegerpublic void setGetFirstBucket(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetGetFirstBucket()
public int getPriority()
public void setPriority(int value)
public boolean isSetPriority()
public String toString()
toString in class AbstractRequestParametersType
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 AbstractRequestParametersType
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 AbstractRequestParametersType
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 AbstractRequestParametersTypepublic boolean equals(Object object)
equals in class AbstractRequestParametersType
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 AbstractRequestParametersTypepublic int hashCode()
hashCode in class AbstractRequestParametersTypepublic Object clone()
clone in class AbstractRequestParametersTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractRequestParametersType
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 AbstractRequestParametersTypepublic 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 AbstractRequestParametersType
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 AbstractRequestParametersTypepublic GetNearbyMapObjRequestType withCurrentPosition(PositionType value)
public GetNearbyMapObjRequestType withDelta(BigInteger value)
public GetNearbyMapObjRequestType withGetFirstBucket(BigInteger value)
public GetNearbyMapObjRequestType withPriority(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||