Package nl.b3p.topnl.top10nl
Class MultiSurfaceType
java.lang.Object
nl.b3p.topnl.top10nl.AbstractGMLType
nl.b3p.topnl.top10nl.AbstractGeometryType
nl.b3p.topnl.top10nl.AbstractGeometricAggregateType
nl.b3p.topnl.top10nl.MultiSurfaceType
Java class for MultiSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiSurfaceType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricAggregateType"> <sequence> <element ref="{http://www.opengis.net/gml/3.2}surfaceMember" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml/3.2}surfaceMembers" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<SurfacePropertyType>
protected SurfaceArrayPropertyType
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGeometricAggregateType
aggregationType
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGeometryType
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the surfaceMember property.Gets the value of the surfaceMembers property.void
Sets the value of the surfaceMembers property.Methods inherited from class nl.b3p.topnl.top10nl.AbstractGeometricAggregateType
getAggregationType, setAggregationType
Methods inherited from class nl.b3p.topnl.top10nl.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsName
Methods inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
surfaceMember
-
surfaceMembers
-
-
Constructor Details
-
MultiSurfaceType
public MultiSurfaceType()
-
-
Method Details
-
getSurfaceMember
Gets the value of the surfaceMember property.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 surfaceMember property.For example, to add a new item, do as follows:
getSurfaceMember().add(newItem);
Objects of the following type(s) are allowed in the list
SurfacePropertyType
-
getSurfaceMembers
Gets the value of the surfaceMembers property.- Returns:
- possible object is
SurfaceArrayPropertyType
-
setSurfaceMembers
Sets the value of the surfaceMembers property.- Parameters:
value
- allowed object isSurfaceArrayPropertyType
-