net.opengis.ols.v_1_2
Class GeocodeRequestType

java.lang.Object
  extended by net.opengis.ols.v_1_2.AbstractRequestParametersType
      extended by net.opengis.ols.v_1_2.GeocodeRequestType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class GeocodeRequestType
extends AbstractRequestParametersType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Geocode Request.

Java class for GeocodeRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeocodeRequestType">
   <complexContent>
     <extension base="{http://www.opengis.net/xls}AbstractRequestParametersType">
       <sequence>
         <element ref="{http://www.opengis.net/xls}Address" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="returnFreeForm" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AddressType> address
           
protected  Boolean returnFreeForm
           
 
Constructor Summary
GeocodeRequestType()
           
 
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)
           
 List<AddressType> getAddress()
          Gets the value of the address property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isReturnFreeForm()
          Gets the value of the returnFreeForm property.
 boolean isSetAddress()
           
 boolean isSetReturnFreeForm()
           
 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 setAddress(List<AddressType> value)
           
 void setReturnFreeForm(boolean value)
          Sets the value of the returnFreeForm property.
 String toString()
           
 void unsetAddress()
           
 void unsetReturnFreeForm()
           
 GeocodeRequestType withAddress(AddressType... values)
           
 GeocodeRequestType withAddress(Collection<AddressType> values)
           
 GeocodeRequestType withAddress(List<AddressType> value)
           
 GeocodeRequestType withReturnFreeForm(boolean value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

address

protected List<AddressType> address

returnFreeForm

protected Boolean returnFreeForm
Constructor Detail

GeocodeRequestType

public GeocodeRequestType()
Method Detail

getAddress

public List<AddressType> getAddress()
Gets the value of the address property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the address property.

For example, to add a new item, do as follows:

    getAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list AddressType


isSetAddress

public boolean isSetAddress()

unsetAddress

public void unsetAddress()

isReturnFreeForm

public boolean isReturnFreeForm()
Gets the value of the returnFreeForm property.

Returns:
possible object is Boolean

setReturnFreeForm

public void setReturnFreeForm(boolean value)
Sets the value of the returnFreeForm property.

Parameters:
value - allowed object is Boolean

isSetReturnFreeForm

public boolean isSetReturnFreeForm()

unsetReturnFreeForm

public void unsetReturnFreeForm()

toString

public String toString()
Overrides:
toString in class AbstractRequestParametersType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class AbstractRequestParametersType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class AbstractRequestParametersType

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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class AbstractRequestParametersType

equals

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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class AbstractRequestParametersType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRequestParametersType

clone

public Object clone()
Overrides:
clone in class AbstractRequestParametersType

copyTo

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

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class AbstractRequestParametersType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractRequestParametersType

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class AbstractRequestParametersType

setAddress

public void setAddress(List<AddressType> value)

withAddress

public GeocodeRequestType withAddress(AddressType... values)

withAddress

public GeocodeRequestType withAddress(Collection<AddressType> values)

withReturnFreeForm

public GeocodeRequestType withReturnFreeForm(boolean value)

withAddress

public GeocodeRequestType withAddress(List<AddressType> value)


Copyright © 2008-2016. All Rights Reserved.