public class PointPropertyType extends Object
Java class for PointPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/gml/3.2}Point"/>
</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 List<String> |
nilReason |
protected Boolean |
owns |
protected PointType |
point |
| Constructor and Description |
|---|
PointPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNilReason()
Gets the value of the nilReason property.
|
PointType |
getPoint()
Gets the value of the point property.
|
boolean |
isOwns()
Gets the value of the owns property.
|
void |
setOwns(Boolean value)
Sets the value of the owns property.
|
void |
setPoint(PointType value)
Sets the value of the point property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PointPropertyType |
withNilReason(Collection<String> values) |
PointPropertyType |
withNilReason(String... values) |
PointPropertyType |
withOwns(Boolean value) |
PointPropertyType |
withPoint(PointType value) |
public PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic 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 PointPropertyType withPoint(PointType value)
public PointPropertyType withNilReason(String... values)
public PointPropertyType withNilReason(Collection<String> values)
public PointPropertyType withOwns(Boolean value)
Copyright © 2018 Entur AS. All rights reserved.