
public class LocationPropertyType extends Object
Java class for LocationPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml/3.2}AbstractGeometry"/>
<element ref="{http://www.opengis.net/gml/3.2}LocationKeyWord"/>
<element ref="{http://www.opengis.net/gml/3.2}LocationString"/>
<element ref="{http://www.opengis.net/gml/3.2}Null"/>
</choice>
</sequence>
<attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_null |
protected JAXBElement<? extends AbstractGeometryType> |
abstractGeometry |
protected ActuateType |
actuate |
protected String |
arcrole |
protected String |
href |
protected CodeType |
locationKeyWord |
protected StringOrRefType |
locationString |
protected List<String> |
nilReason |
protected String |
remoteSchema |
protected String |
role |
protected ShowType |
show |
protected String |
title |
protected TypeType |
type |
| Constructor and Description |
|---|
LocationPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractGeometryType> |
getAbstractGeometry()
Gets the value of the abstractGeometry property.
|
ActuateType |
getActuate()
Gets the value of the actuate property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getHref()
Gets the value of the href property.
|
CodeType |
getLocationKeyWord()
Gets the value of the locationKeyWord property.
|
StringOrRefType |
getLocationString()
Gets the value of the locationString property.
|
List<String> |
getNilReason()
Gets the value of the nilReason property.
|
List<String> |
getNull()
Gets the value of the null property.
|
String |
getRemoteSchema()
Gets the value of the remoteSchema property.
|
String |
getRole()
Gets the value of the role property.
|
ShowType |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
TypeType |
getType()
Gets the value of the type property.
|
void |
setAbstractGeometry(JAXBElement<? extends AbstractGeometryType> value)
Sets the value of the abstractGeometry property.
|
void |
setActuate(ActuateType value)
Sets the value of the actuate property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setLocationKeyWord(CodeType value)
Sets the value of the locationKeyWord property.
|
void |
setLocationString(StringOrRefType value)
Sets the value of the locationString property.
|
void |
setRemoteSchema(String value)
Sets the value of the remoteSchema property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(ShowType value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
protected JAXBElement<? extends AbstractGeometryType> abstractGeometry
protected CodeType locationKeyWord
protected StringOrRefType locationString
protected String remoteSchema
protected TypeType type
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
public JAXBElement<? extends AbstractGeometryType> getAbstractGeometry()
public void setAbstractGeometry(JAXBElement<? extends AbstractGeometryType> value)
value - allowed object is
JAXBElement<AbstractGeometricPrimitiveType>
JAXBElement<AbstractGeometryType>
JAXBElement<AbstractSurfaceType>
JAXBElement<PointType>
JAXBElement<AbstractCurveType>
JAXBElement<AbstractGeometricAggregateType>
JAXBElement<MultiSurfaceType>public CodeType getLocationKeyWord()
CodeTypepublic void setLocationKeyWord(CodeType value)
value - allowed object is
CodeTypepublic StringOrRefType getLocationString()
StringOrRefTypepublic void setLocationString(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic List<String> getNull()
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 null property.
For example, to add a new item, do as follows:
getNull().add(newItem);
Objects of the following type(s) are allowed in the list
String
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 String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypeCopyright © 2014–2020 B3Partners B.V.. All rights reserved.