public class AvclHeadType extends Object
Java class for avclHeadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avclHeadType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}meta" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}GeoOrigin" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GeoOriginElementType |
geoOrigin |
protected List<MetaType> |
meta |
Constructor and Description |
---|
AvclHeadType() |
Modifier and Type | Method and Description |
---|---|
GeoOriginElementType |
getGeoOrigin()
Gets the value of the geoOrigin property.
|
List<MetaType> |
getMeta()
Gets the value of the meta property.
|
void |
setGeoOrigin(GeoOriginElementType value)
Sets the value of the geoOrigin property.
|
protected GeoOriginElementType geoOrigin
public List<MetaType> getMeta()
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 meta property.
For example, to add a new item, do as follows:
getMeta().add(newItem);
Objects of the following type(s) are allowed in the list
MetaType
public GeoOriginElementType getGeoOrigin()
GeoOriginElementType
public void setGeoOrigin(GeoOriginElementType value)
value
- allowed object is
GeoOriginElementType