public class ArrayAssociationType extends Object
Java class for ArrayAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayAssociationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}_Object" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
object |
| Constructor and Description |
|---|
ArrayAssociationType()
Default no-arg constructor
|
ArrayAssociationType(List<JAXBElement<?>> object)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getObject()
Gets the value of the object property.
|
protected List<JAXBElement<?>> object
public ArrayAssociationType()
public ArrayAssociationType(List<JAXBElement<?>> object)
public List<JAXBElement<?>> getObject()
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 object property.
For example, to add a new item, do as follows:
getObject().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Curve
AbstractGeometry
Array
GML
Solid
TriangulatedSurface
OrientableSurface
Polygon
BaseUnit
GeometricPrimitive
GenericMetaData
DefinitionCollection
LineString
ConventionalUnit
DefinitionProxy
MultiPoint
MultiSurface
Point
AbstractCurve
Surface
Bag
Dictionary
MultiLineString
DerivedUnit
MultiSolid
UnitDefinition
MultiGeometry
AbstractSurface
LinearRing
OrientableCurve
PolyhedralSurface
MetaData
Definition
Tin
AbstractRing
MultiCurve
AbstractSolid
Ring
MultiPolygon
GeometricAggregate
Copyright © 2021 B3Partners B.V.. All rights reserved.