public class LocationRequestType extends BaseRequestType
Java class for locationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="locationRequestType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:geopriv:held}baseRequestType">
<sequence>
<element name="locationType" type="{urn:ietf:params:xml:ns:geopriv:held}locationTypeType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected LocationTypeType |
locationType |
responseTime| Constructor and Description |
|---|
LocationRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
LocationTypeType |
getLocationType()
Gets the value of the locationType property.
|
void |
setLocationType(LocationTypeType value)
Sets the value of the locationType property.
|
getOtherAttributes, getResponseTime, setResponseTimeprotected LocationTypeType locationType
public LocationTypeType getLocationType()
LocationTypeTypepublic void setLocationType(LocationTypeType value)
value - allowed object is
LocationTypeTypepublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
Copyright © 2018. All rights reserved.