org.citygml4j.jaxb.gml._3_1_1
Class CategoryExtentType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.CodeOrNullListType
      extended by org.citygml4j.jaxb.gml._3_1_1.CategoryExtentType

public class CategoryExtentType
extends CodeOrNullListType

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

Java-Klasse für CategoryExtentType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
CategoryExtentType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.CodeOrNullListType
getCodeSpace, getValue, isSetCodeSpace, isSetValue, setCodeSpace, setValue, unsetValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryExtentType

public CategoryExtentType()