org.citygml4j.jaxb.citygml.core._1
Class CityModelType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureCollectionType
              extended by org.citygml4j.jaxb.citygml.core._1.CityModelType

public class CityModelType
extends AbstractFeatureCollectionType

Type describing the "root" element of any city model file. It is a collection whose members are restricted to be features of a city model. All features are included as cityObjectMember.

Java class for CityModelType complex type.

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

 <complexType name="CityModelType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureCollectionType">
       <sequence>
         <element ref="{http://www.opengis.net/citygml/1.0}_GenericApplicationPropertyOfCityModel" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
CityModelType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfCityModel()
          Gets the value of the genericApplicationPropertyOfCityModel property.
 boolean isSet_GenericApplicationPropertyOfCityModel()
           
 void set_GenericApplicationPropertyOfCityModel(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfCityModel)
          Sets the value of the _GenericApplicationPropertyOfCityModel property.
 void unset_GenericApplicationPropertyOfCityModel()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureCollectionType
getFeatureMember, getFeatureMembers, isSetFeatureMember, isSetFeatureMembers, setFeatureMember, setFeatureMembers, unsetFeatureMember
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
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

CityModelType

public CityModelType()
Method Detail

get_GenericApplicationPropertyOfCityModel

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfCityModel()
Gets the value of the genericApplicationPropertyOfCityModel property.

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 genericApplicationPropertyOfCityModel property.

For example, to add a new item, do as follows:

    get_GenericApplicationPropertyOfCityModel().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Object>


isSet_GenericApplicationPropertyOfCityModel

public boolean isSet_GenericApplicationPropertyOfCityModel()

unset_GenericApplicationPropertyOfCityModel

public void unset_GenericApplicationPropertyOfCityModel()

set_GenericApplicationPropertyOfCityModel

public void set_GenericApplicationPropertyOfCityModel(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfCityModel)
Sets the value of the _GenericApplicationPropertyOfCityModel property.

Parameters:
genericApplicationPropertyOfCityModel - allowed object is JAXBElement<Object> JAXBElement<Object>