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