|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.CoordinateSystemAxisBaseType
org.citygml4j.jaxb.gml._3_1_1.CoordinateSystemAxisType
public class CoordinateSystemAxisType
Definition of a coordinate system axis.
Java class for CoordinateSystemAxisType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinateSystemAxisType"> <complexContent> <extension base="{http://www.opengis.net/gml}CoordinateSystemAxisBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}axisID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}axisAbbrev"/> <element ref="{http://www.opengis.net/gml}axisDirection"/> </sequence> <attribute ref="{http://www.opengis.net/gml}uom use="required""/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CoordinateSystemAxisType()
|
Method Summary | |
---|---|
CodeType |
getAxisAbbrev()
Gets the value of the axisAbbrev property. |
CodeType |
getAxisDirection()
Gets the value of the axisDirection property. |
java.util.List<IdentifierType> |
getAxisID()
Set of alternative identifications of this coordinate system axis. |
StringOrRefType |
getRemarks()
Comments on or information about this coordinate system axis, including data source information. |
java.lang.String |
getUom()
Gets the value of the uom property. |
boolean |
isSetAxisAbbrev()
|
boolean |
isSetAxisDirection()
|
boolean |
isSetAxisID()
|
boolean |
isSetRemarks()
|
boolean |
isSetUom()
|
void |
setAxisAbbrev(CodeType value)
Sets the value of the axisAbbrev property. |
void |
setAxisDirection(CodeType value)
Sets the value of the axisDirection property. |
void |
setAxisID(java.util.List<IdentifierType> axisID)
Set of alternative identifications of this coordinate system axis. |
void |
setRemarks(StringOrRefType value)
Sets the value of the remarks property. |
void |
setUom(java.lang.String value)
Sets the value of the uom property. |
void |
unsetAxisID()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinateSystemAxisType()
Method Detail |
---|
public java.util.List<IdentifierType> getAxisID()
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 axisID property.
For example, to add a new item, do as follows:
getAxisID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetAxisID()
public void unsetAxisID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public CodeType getAxisAbbrev()
CodeType
public void setAxisAbbrev(CodeType value)
value
- allowed object is
CodeType
public boolean isSetAxisAbbrev()
public CodeType getAxisDirection()
CodeType
public void setAxisDirection(CodeType value)
value
- allowed object is
CodeType
public boolean isSetAxisDirection()
public java.lang.String getUom()
String
public void setUom(java.lang.String value)
value
- allowed object is
String
public boolean isSetUom()
public void setAxisID(java.util.List<IdentifierType> axisID)
axisID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |