org.citygml4j.jaxb.gml._3_1_1
Class QuantityExtentType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.MeasureOrNullListType
      extended by org.citygml4j.jaxb.gml._3_1_1.QuantityExtentType

public class QuantityExtentType
extends MeasureOrNullListType

Restriction of list type to store a 2-point range of numeric values. If one member is a null, then this is a single ended interval.

Java class for QuantityExtentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuantityExtentType">
   <simpleContent>
     <restriction base="<http://www.opengis.net/gml>MeasureOrNullListType">
     </restriction>
   </simpleContent>
 </complexType>
 


Constructor Summary
QuantityExtentType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.MeasureOrNullListType
getUom, getValue, isSetUom, isSetValue, setUom, setValue, unsetValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuantityExtentType

public QuantityExtentType()