org.citygml4j.jaxb.gml._3_1_1
Class CountPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.ValuePropertyType
      extended by org.citygml4j.jaxb.gml._3_1_1.CountPropertyType

public class CountPropertyType
extends ValuePropertyType

Property whose content is a Count.

Java class for CountPropertyType complex type.

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

 <complexType name="CountPropertyType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}ValuePropertyType">
       <sequence minOccurs="0">
         <element ref="{http://www.opengis.net/gml}Count"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CountPropertyType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.ValuePropertyType
get_ADEComponent, get_GML, getActuate, getArcrole, getBooleanList, getCategory, getCategoryExtent, getCategoryList, getCompositeValue, getCount, getCountExtent, getCountList, getHref, getNull, getQuantity, getQuantityExtent, getQuantityList, getRemoteSchema, getRole, getShow, getTitle, getType, isBoolean, isSet_ADEComponent, isSet_GML, isSetActuate, isSetArcrole, isSetBoolean, isSetBooleanList, isSetCategory, isSetCategoryExtent, isSetCategoryList, isSetCompositeValue, isSetCount, isSetCountExtent, isSetCountList, isSetHref, isSetNull, isSetQuantity, isSetQuantityExtent, isSetQuantityList, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_GML, setActuate, setArcrole, setBoolean, setBooleanList, setCategory, setCategoryExtent, setCategoryList, setCompositeValue, setCount, setCountExtent, setCountList, setHref, setNull, setQuantity, setQuantityExtent, setQuantityList, setRemoteSchema, setRole, setShow, setTitle, setType, unsetBooleanList, unsetCountExtent, unsetCountList, unsetNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountPropertyType

public CountPropertyType()