public class GeometryArrayPropertyType extends Object
Java class for GeometryArrayPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryArrayPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.opengis.net/gml/3.2}AbstractGeometry"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractGeometryType>> |
abstractGeometry |
protected Boolean |
owns |
| Constructor and Description |
|---|
GeometryArrayPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractGeometryType>> |
getAbstractGeometry()
Gets the value of the abstractGeometry property.
|
boolean |
isOwns()
Gets the value of the owns property.
|
void |
setOwns(Boolean value)
Sets the value of the owns property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
GeometryArrayPropertyType |
withAbstractGeometry(Collection<JAXBElement<? extends AbstractGeometryType>> values) |
GeometryArrayPropertyType |
withAbstractGeometry(JAXBElement<? extends AbstractGeometryType>... values) |
GeometryArrayPropertyType |
withOwns(Boolean value) |
protected List<JAXBElement<? extends AbstractGeometryType>> abstractGeometry
protected Boolean owns
public List<JAXBElement<? extends AbstractGeometryType>> getAbstractGeometry()
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 abstractGeometry property.
For example, to add a new item, do as follows:
getAbstractGeometry().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AbstractSurfaceType>
JAXBElement<PolygonType>
JAXBElement<AbstractCurveType>
JAXBElement<PointType>
JAXBElement<AbstractGeometricPrimitiveType>
JAXBElement<AbstractGeometryType>
JAXBElement<LineStringType>
public boolean isOwns()
Booleanpublic void setOwns(Boolean value)
value - allowed object is
Booleanpublic GeometryArrayPropertyType withAbstractGeometry(JAXBElement<? extends AbstractGeometryType>... values)
public GeometryArrayPropertyType withAbstractGeometry(Collection<JAXBElement<? extends AbstractGeometryType>> values)
public GeometryArrayPropertyType withOwns(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.