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