public class SolidType extends AbstractSolidType
Java class for SolidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SolidType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractSolidType">
<sequence>
<element name="exterior" type="{http://www.opengis.net/gml}SurfacePropertyType" minOccurs="0"/>
<element name="interior" type="{http://www.opengis.net/gml}SurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SurfacePropertyType |
exterior |
protected List<SurfacePropertyType> |
interior |
axisLabels, gid, srsDimension, srsName, uomLabelsdescription, id, metaDataProperty, name| Constructor and Description |
|---|
SolidType()
Default no-arg constructor
|
SolidType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
String gid,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels,
SurfacePropertyType exterior,
List<SurfacePropertyType> interior)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
SurfacePropertyType |
getExterior()
Gets the value of the exterior property.
|
List<SurfacePropertyType> |
getInterior()
Gets the value of the interior property.
|
void |
setExterior(SurfacePropertyType value)
Sets the value of the exterior property.
|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, setGid, setSrsDimension, setSrsNamegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected SurfacePropertyType exterior
protected List<SurfacePropertyType> interior
public SolidType()
public SolidType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, SurfacePropertyType exterior, List<SurfacePropertyType> interior)
public SurfacePropertyType getExterior()
SurfacePropertyTypepublic void setExterior(SurfacePropertyType value)
value - allowed object is
SurfacePropertyTypepublic List<SurfacePropertyType> getInterior()
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 interior property.
For example, to add a new item, do as follows:
getInterior().add(newItem);
Objects of the following type(s) are allowed in the list
SurfacePropertyType
Copyright © 2019 B3Partners B.V.. All rights reserved.