|
||||||||||
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.UnitDefinitionType
org.citygml4j.jaxb.gml._3_1_1.ConventionalUnitType
public class ConventionalUnitType
Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.
Java class for ConventionalUnitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConventionalUnitType"> <complexContent> <extension base="{http://www.opengis.net/gml}UnitDefinitionType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml}conversionToPreferredUnit"/> <element ref="{http://www.opengis.net/gml}roughConversionToPreferredUnit"/> </choice> <element ref="{http://www.opengis.net/gml}derivationUnitTerm" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConventionalUnitType()
|
Method Summary | |
---|---|
ConversionToPreferredUnitType |
getConversionToPreferredUnit()
Gets the value of the conversionToPreferredUnit property. |
java.util.List<DerivationUnitTermType> |
getDerivationUnitTerm()
Gets the value of the derivationUnitTerm property. |
ConversionToPreferredUnitType |
getRoughConversionToPreferredUnit()
Gets the value of the roughConversionToPreferredUnit property. |
boolean |
isSetConversionToPreferredUnit()
|
boolean |
isSetDerivationUnitTerm()
|
boolean |
isSetRoughConversionToPreferredUnit()
|
void |
setConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the conversionToPreferredUnit property. |
void |
setDerivationUnitTerm(java.util.List<DerivationUnitTermType> derivationUnitTerm)
Sets the value of the derivationUnitTerm property. |
void |
setRoughConversionToPreferredUnit(ConversionToPreferredUnitType value)
Sets the value of the roughConversionToPreferredUnit property. |
void |
unsetDerivationUnitTerm()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.UnitDefinitionType |
---|
getCatalogSymbol, getQuantityType, isSetCatalogSymbol, isSetQuantityType, setCatalogSymbol, setQuantityType |
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 ConventionalUnitType()
Method Detail |
---|
public ConversionToPreferredUnitType getConversionToPreferredUnit()
ConversionToPreferredUnitType
public void setConversionToPreferredUnit(ConversionToPreferredUnitType value)
value
- allowed object is
ConversionToPreferredUnitType
public boolean isSetConversionToPreferredUnit()
public ConversionToPreferredUnitType getRoughConversionToPreferredUnit()
ConversionToPreferredUnitType
public void setRoughConversionToPreferredUnit(ConversionToPreferredUnitType value)
value
- allowed object is
ConversionToPreferredUnitType
public boolean isSetRoughConversionToPreferredUnit()
public java.util.List<DerivationUnitTermType> getDerivationUnitTerm()
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 derivationUnitTerm property.
For example, to add a new item, do as follows:
getDerivationUnitTerm().add(newItem);
Objects of the following type(s) are allowed in the list
DerivationUnitTermType
public boolean isSetDerivationUnitTerm()
public void unsetDerivationUnitTerm()
public void setDerivationUnitTerm(java.util.List<DerivationUnitTermType> derivationUnitTerm)
derivationUnitTerm
- allowed object is
DerivationUnitTermType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |