Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MeasureOrNullListType

Packages that use MeasureOrNullListType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MeasureOrNullListType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MeasureOrNullListType
 MeasureOrNullListType GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MeasureOrNullListType
 void GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src, MeasureOrNullListType dest)
           
 

Uses of MeasureOrNullListType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MeasureOrNullListType
 MeasureOrNullList GMLUnmarshaller.unmarshalMeasureOrNullList(MeasureOrNullListType src)
           
 void GMLUnmarshaller.unmarshalMeasureOrNullList(MeasureOrNullListType src, MeasureOrNullList dest)
           
 

Uses of MeasureOrNullListType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return MeasureOrNullListType
 MeasureOrNullListType _AbstractBuildingType.getStoreyHeightsAboveGround()
          Gets the value of the storeyHeightsAboveGround property.
 MeasureOrNullListType _AbstractBuildingType.getStoreyHeightsBelowGround()
          Gets the value of the storeyHeightsBelowGround property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type MeasureOrNullListType
 void _AbstractBuildingType.setStoreyHeightsAboveGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsAboveGround property.
 void _AbstractBuildingType.setStoreyHeightsBelowGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsBelowGround property.
 

Uses of MeasureOrNullListType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return MeasureOrNullListType
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsAboveGround()
          Gets the value of the storeyHeightsAboveGround property.
 MeasureOrNullListType AbstractBuildingType.getStoreyHeightsBelowGround()
          Gets the value of the storeyHeightsBelowGround property.
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type MeasureOrNullListType
 void AbstractBuildingType.setStoreyHeightsAboveGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsAboveGround property.
 void AbstractBuildingType.setStoreyHeightsBelowGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsBelowGround property.
 

Uses of MeasureOrNullListType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of MeasureOrNullListType in org.citygml4j.jaxb.gml._3_1_1
 class QuantityExtentType
          Restriction of list type to store a 2-point range of numeric values.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MeasureOrNullListType
 MeasureOrNullListType ObjectFactory.createMeasureOrNullListType()
          Create an instance of MeasureOrNullListType
 MeasureOrNullListType ValuePropertyType.getQuantityList()
          Gets the value of the quantityList property.
 MeasureOrNullListType RangeParametersType.getQuantityList()
          Gets the value of the quantityList property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MeasureOrNullListType
 javax.xml.bind.JAXBElement<MeasureOrNullListType> ObjectFactory.createQuantityList(MeasureOrNullListType value)
          Create an instance of JAXBElement<MeasureOrNullListType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MeasureOrNullListType
 javax.xml.bind.JAXBElement<MeasureOrNullListType> ObjectFactory.createQuantityList(MeasureOrNullListType value)
          Create an instance of JAXBElement<MeasureOrNullListType>}
 void ValuePropertyType.setQuantityList(MeasureOrNullListType value)
          Sets the value of the quantityList property.
 void RangeParametersType.setQuantityList(MeasureOrNullListType value)
          Sets the value of the quantityList property.