|
|||||||||
| 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.ResponseType
public class ResponseType
Defines the response information returned from a service response.
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractBodyType">
<sequence>
<element ref="{http://www.opengis.net/xls}ErrorList" minOccurs="0"/>
<element ref="{http://www.opengis.net/xls}_ResponseParameters" minOccurs="0"/>
</sequence>
<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="numberOfResponses" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ErrorListType |
errorList
|
protected BigInteger |
numberOfResponses
|
protected String |
requestID
|
protected JAXBElement<? extends AbstractResponseParametersType> |
responseParameters
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ResponseType()
|
|
| 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)
|
ErrorListType |
getErrorList()
Gets the value of the errorList property. |
BigInteger |
getNumberOfResponses()
Gets the value of the numberOfResponses property. |
String |
getRequestID()
Gets the value of the requestID property. |
JAXBElement<? extends AbstractResponseParametersType> |
getResponseParameters()
Gets the value of the responseParameters 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 |
isSetErrorList()
|
boolean |
isSetNumberOfResponses()
|
boolean |
isSetRequestID()
|
boolean |
isSetResponseParameters()
|
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 |
setErrorList(ErrorListType value)
Sets the value of the errorList property. |
void |
setNumberOfResponses(BigInteger value)
Sets the value of the numberOfResponses property. |
void |
setRequestID(String value)
Sets the value of the requestID property. |
void |
setResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)
Sets the value of the responseParameters property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
ResponseType |
withErrorList(ErrorListType value)
|
ResponseType |
withNumberOfResponses(BigInteger value)
|
ResponseType |
withRequestID(String value)
|
ResponseType |
withResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)
|
ResponseType |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ErrorListType errorList
protected JAXBElement<? extends AbstractResponseParametersType> responseParameters
protected String version
protected String requestID
protected BigInteger numberOfResponses
| Constructor Detail |
|---|
public ResponseType()
| Method Detail |
|---|
public ErrorListType getErrorList()
ErrorListTypepublic void setErrorList(ErrorListType value)
value - allowed object is
ErrorListTypepublic boolean isSetErrorList()
public JAXBElement<? extends AbstractResponseParametersType> getResponseParameters()
JAXBElement<DetermineRouteResponseType>
JAXBElement<PortrayMapResponseType>
JAXBElement<DirectoryResponseType>
JAXBElement<AbstractResponseParametersType>
JAXBElement<GetPortrayMapCapabilitiesResponseType>
JAXBElement<GeocodeResponseType>
JAXBElement<ReverseGeocodeResponseType>
JAXBElement<SLIAType>public void setResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)
value - allowed object is
JAXBElement<DetermineRouteResponseType>
JAXBElement<PortrayMapResponseType>
JAXBElement<DirectoryResponseType>
JAXBElement<AbstractResponseParametersType>
JAXBElement<GetPortrayMapCapabilitiesResponseType>
JAXBElement<GeocodeResponseType>
JAXBElement<ReverseGeocodeResponseType>
JAXBElement<SLIAType>public boolean isSetResponseParameters()
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 getNumberOfResponses()
BigIntegerpublic void setNumberOfResponses(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumberOfResponses()
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 ResponseType withErrorList(ErrorListType value)
public ResponseType withResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)
public ResponseType withVersion(String value)
public ResponseType withRequestID(String value)
public ResponseType withNumberOfResponses(BigInteger value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||