|
|||||||||
| 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.ols.v_1_2.GeocodeRequestType
public class GeocodeRequestType
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 |
|---|
protected List<AddressType> address
protected Boolean returnFreeForm
| Constructor Detail |
|---|
public GeocodeRequestType()
| Method Detail |
|---|
public List<AddressType> getAddress()
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
public boolean isSetAddress()
public void unsetAddress()
public boolean isReturnFreeForm()
Booleanpublic void setReturnFreeForm(boolean value)
value - allowed object is
Booleanpublic boolean isSetReturnFreeForm()
public void unsetReturnFreeForm()
public String toString()
toString in class AbstractRequestParametersType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractRequestParametersType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class AbstractRequestParametersType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractRequestParametersTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractRequestParametersTypepublic void setAddress(List<AddressType> value)
public GeocodeRequestType withAddress(AddressType... values)
public GeocodeRequestType withAddress(Collection<AddressType> values)
public GeocodeRequestType withReturnFreeForm(boolean value)
public GeocodeRequestType withAddress(List<AddressType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||