public class LocationTypeType extends Object
Java-Klasse für locationTypeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="locationTypeType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:geopriv:held>locationTypeBase">
<attribute name="exact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
exact |
protected List<String> |
value |
| Constructor and Description |
|---|
LocationTypeType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValue()
Gets the value of the value property.
|
boolean |
isExact()
Ruft den Wert der exact-Eigenschaft ab.
|
void |
setExact(Boolean value)
Legt den Wert der exact-Eigenschaft fest.
|
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isExact()
BooleanCopyright © 2018. All rights reserved.