|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractBodyType
net.opengis.ols.v_1_2.RequestType
public class RequestType
Defines the core information of a service request message.
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractBodyType">
<sequence>
<element ref="{http://www.opengis.net/xls}_RequestParameters" minOccurs="0"/>
</sequence>
<attribute name="methodName" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="requestID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maximumResponses" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
maximumResponses
|
protected String |
methodName
|
protected String |
requestID
|
protected JAXBElement<? extends AbstractRequestParametersType> |
requestParameters
|
protected String |
version
|
| Constructor Summary | |
|---|---|
RequestType()
|
|
| 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)
|
BigInteger |
getMaximumResponses()
Gets the value of the maximumResponses property. |
String |
getMethodName()
Gets the value of the methodName property. |
String |
getRequestID()
Gets the value of the requestID property. |
JAXBElement<? extends AbstractRequestParametersType> |
getRequestParameters()
Gets the value of the requestParameters property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetMaximumResponses()
|
boolean |
isSetMethodName()
|
boolean |
isSetRequestID()
|
boolean |
isSetRequestParameters()
|
boolean |
isSetVersion()
|
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 |
setMaximumResponses(BigInteger value)
Sets the value of the maximumResponses property. |
void |
setMethodName(String value)
Sets the value of the methodName property. |
void |
setRequestID(String value)
Sets the value of the requestID property. |
void |
setRequestParameters(JAXBElement<? extends AbstractRequestParametersType> value)
Sets the value of the requestParameters property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
RequestType |
withMaximumResponses(BigInteger value)
|
RequestType |
withMethodName(String value)
|
RequestType |
withRequestID(String value)
|
RequestType |
withRequestParameters(JAXBElement<? extends AbstractRequestParametersType> value)
|
RequestType |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<? extends AbstractRequestParametersType> requestParameters
protected String methodName
protected String version
protected String requestID
protected BigInteger maximumResponses
| Constructor Detail |
|---|
public RequestType()
| Method Detail |
|---|
public JAXBElement<? extends AbstractRequestParametersType> getRequestParameters()
JAXBElement<DetermineRouteRequestType>
JAXBElement<PortrayMapRequestType>
JAXBElement<SLIRType>
JAXBElement<ReverseGeocodeRequestType>
JAXBElement<GeocodeRequestType>
JAXBElement<AbstractRequestParametersType>
JAXBElement<DirectoryRequestType>
JAXBElement<GetPortrayMapCapabilitiesRequestType>public void setRequestParameters(JAXBElement<? extends AbstractRequestParametersType> value)
value - allowed object is
JAXBElement<DetermineRouteRequestType>
JAXBElement<PortrayMapRequestType>
JAXBElement<SLIRType>
JAXBElement<ReverseGeocodeRequestType>
JAXBElement<GeocodeRequestType>
JAXBElement<AbstractRequestParametersType>
JAXBElement<DirectoryRequestType>
JAXBElement<GetPortrayMapCapabilitiesRequestType>public boolean isSetRequestParameters()
public String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic boolean isSetMethodName()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic boolean isSetRequestID()
public BigInteger getMaximumResponses()
BigIntegerpublic void setMaximumResponses(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetMaximumResponses()
public String toString()
toString in class AbstractBodyType
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 AbstractBodyType
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 AbstractBodyType
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 AbstractBodyTypepublic boolean equals(Object object)
equals in class AbstractBodyType
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 AbstractBodyTypepublic int hashCode()
hashCode in class AbstractBodyTypepublic Object clone()
clone in class AbstractBodyTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractBodyType
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 AbstractBodyTypepublic 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 AbstractBodyType
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 AbstractBodyTypepublic RequestType withRequestParameters(JAXBElement<? extends AbstractRequestParametersType> value)
public RequestType withMethodName(String value)
public RequestType withVersion(String value)
public RequestType withRequestID(String value)
public RequestType withMaximumResponses(BigInteger value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||