net.opengis.ols.v_1_2
Class ResponseType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractBodyType
      extended by net.opengis.ols.v_1_2.ResponseType
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 ResponseType
extends AbstractBodyType
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

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

errorList

protected ErrorListType errorList

responseParameters

protected JAXBElement<? extends AbstractResponseParametersType> responseParameters

version

protected String version

requestID

protected String requestID

numberOfResponses

protected BigInteger numberOfResponses
Constructor Detail

ResponseType

public ResponseType()
Method Detail

getErrorList

public ErrorListType getErrorList()
Gets the value of the errorList property.

Returns:
possible object is ErrorListType

setErrorList

public void setErrorList(ErrorListType value)
Sets the value of the errorList property.

Parameters:
value - allowed object is ErrorListType

isSetErrorList

public boolean isSetErrorList()

getResponseParameters

public JAXBElement<? extends AbstractResponseParametersType> getResponseParameters()
Gets the value of the responseParameters property.

Returns:
possible object is JAXBElement<DirectoryResponseType> JAXBElement<GetPortrayMapCapabilitiesResponseType> JAXBElement<ReverseGeocodeResponseType> JAXBElement<PortrayMapResponseType> JAXBElement<DetermineRouteResponseType> JAXBElement<GeocodeResponseType> JAXBElement<SLIAType> JAXBElement<AbstractResponseParametersType>

setResponseParameters

public void setResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)
Sets the value of the responseParameters property.

Parameters:
value - allowed object is JAXBElement<DirectoryResponseType> JAXBElement<GetPortrayMapCapabilitiesResponseType> JAXBElement<ReverseGeocodeResponseType> JAXBElement<PortrayMapResponseType> JAXBElement<DetermineRouteResponseType> JAXBElement<GeocodeResponseType> JAXBElement<SLIAType> JAXBElement<AbstractResponseParametersType>

isSetResponseParameters

public boolean isSetResponseParameters()

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getRequestID

public String getRequestID()
Gets the value of the requestID property.

Returns:
possible object is String

setRequestID

public void setRequestID(String value)
Sets the value of the requestID property.

Parameters:
value - allowed object is String

isSetRequestID

public boolean isSetRequestID()

getNumberOfResponses

public BigInteger getNumberOfResponses()
Gets the value of the numberOfResponses property.

Returns:
possible object is BigInteger

setNumberOfResponses

public void setNumberOfResponses(BigInteger value)
Sets the value of the numberOfResponses property.

Parameters:
value - allowed object is BigInteger

isSetNumberOfResponses

public boolean isSetNumberOfResponses()

toString

public String toString()
Overrides:
toString in class AbstractBodyType

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 AbstractBodyType

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 AbstractBodyType

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 AbstractBodyType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractBodyType

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 AbstractBodyType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractBodyType

clone

public Object clone()
Overrides:
clone in class AbstractBodyType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractBodyType

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 AbstractBodyType

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 AbstractBodyType

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 AbstractBodyType

withErrorList

public ResponseType withErrorList(ErrorListType value)

withResponseParameters

public ResponseType withResponseParameters(JAXBElement<? extends AbstractResponseParametersType> value)

withVersion

public ResponseType withVersion(String value)

withRequestID

public ResponseType withRequestID(String value)

withNumberOfResponses

public ResponseType withNumberOfResponses(BigInteger value)


Copyright © 2008-2015. All Rights Reserved.