org.citygml4j.jaxb.citygml._0_4
Class IntBuildingInstallationPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AssociationType
      extended by org.citygml4j.jaxb.citygml._0_4.IntBuildingInstallationPropertyType

public class IntBuildingInstallationPropertyType
extends AssociationType

Denotes the relation of an AbstractBuilding or a room to its interior building installations. The gml:AssociationType attribute group for enabling the use of refs is not repeated in the restriction and thus omitted. The building installation has to be given inline, i.e. explicitely in this property. The reason for this inline definition is that no installation of a building is used by more than one building, thus the use or references to building installations defined elsewhere is prohibited.

Java class for IntBuildingInstallationPropertyType complex type.

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

 <complexType name="IntBuildingInstallationPropertyType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AssociationType">
       <sequence>
         <element ref="{http://www.citygml.org/citygml/1/0/0}IntBuildingInstallation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
IntBuildingInstallationPropertyType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AssociationType
get_ADEComponent, get_Object, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Object, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Object, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntBuildingInstallationPropertyType

public IntBuildingInstallationPropertyType()