org.citygml4j.jaxb.citygml.tun._2
Class AbstractOpeningType

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.citygml.core._2.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.tun._2.AbstractOpeningType
Direct Known Subclasses:
DoorType, WindowType

public abstract class AbstractOpeningType
extends AbstractCityObjectType

Type for openings (doors, windows) in boundary surfaces. Used in LOD3 and LOD4 only. As subclass of _CityObject, an _Opening inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

Java-Klasse für AbstractOpeningType complex type.

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

 <complexType name="AbstractOpeningType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
       <sequence>
         <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod3ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
         <element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfOpening" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractOpeningType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfOpening()
          Gets the value of the genericApplicationPropertyOfOpening property.
 ImplicitRepresentationPropertyType getLod3ImplicitRepresentation()
          Ruft den Wert der lod3ImplicitRepresentation-Eigenschaft ab.
 MultiSurfacePropertyType getLod3MultiSurface()
          Ruft den Wert der lod3MultiSurface-Eigenschaft ab.
 ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
          Ruft den Wert der lod4ImplicitRepresentation-Eigenschaft ab.
 MultiSurfacePropertyType getLod4MultiSurface()
          Ruft den Wert der lod4MultiSurface-Eigenschaft ab.
 boolean isSet_GenericApplicationPropertyOfOpening()
           
 boolean isSetLod3ImplicitRepresentation()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod4ImplicitRepresentation()
           
 boolean isSetLod4MultiSurface()
           
 void set_GenericApplicationPropertyOfOpening(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfOpening)
          Sets the value of the _GenericApplicationPropertyOfOpening property.
 void setLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
          Legt den Wert der lod3ImplicitRepresentation-Eigenschaft fest.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod3MultiSurface-Eigenschaft fest.
 void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
          Legt den Wert der lod4ImplicitRepresentation-Eigenschaft fest.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Legt den Wert der lod4MultiSurface-Eigenschaft fest.
 void unset_GenericApplicationPropertyOfOpening()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._2.AbstractCityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unset_GenericApplicationPropertyOfCityObject, unset_GenericAttribute, unsetAppearance, unsetExternalReference, unsetGeneralizesTo
 
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

AbstractOpeningType

public AbstractOpeningType()
Method Detail

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Ruft den Wert der lod3MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod3MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Ruft den Wert der lod4MultiSurface-Eigenschaft ab.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Legt den Wert der lod4MultiSurface-Eigenschaft fest.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod3ImplicitRepresentation

public ImplicitRepresentationPropertyType getLod3ImplicitRepresentation()
Ruft den Wert der lod3ImplicitRepresentation-Eigenschaft ab.

Returns:
possible object is ImplicitRepresentationPropertyType

setLod3ImplicitRepresentation

public void setLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
Legt den Wert der lod3ImplicitRepresentation-Eigenschaft fest.

Parameters:
value - allowed object is ImplicitRepresentationPropertyType

isSetLod3ImplicitRepresentation

public boolean isSetLod3ImplicitRepresentation()

getLod4ImplicitRepresentation

public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
Ruft den Wert der lod4ImplicitRepresentation-Eigenschaft ab.

Returns:
possible object is ImplicitRepresentationPropertyType

setLod4ImplicitRepresentation

public void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
Legt den Wert der lod4ImplicitRepresentation-Eigenschaft fest.

Parameters:
value - allowed object is ImplicitRepresentationPropertyType

isSetLod4ImplicitRepresentation

public boolean isSetLod4ImplicitRepresentation()

get_GenericApplicationPropertyOfOpening

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfOpening()
Gets the value of the genericApplicationPropertyOfOpening 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 genericApplicationPropertyOfOpening property.

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

    get_GenericApplicationPropertyOfOpening().add(newItem);
 

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


isSet_GenericApplicationPropertyOfOpening

public boolean isSet_GenericApplicationPropertyOfOpening()

unset_GenericApplicationPropertyOfOpening

public void unset_GenericApplicationPropertyOfOpening()

set_GenericApplicationPropertyOfOpening

public void set_GenericApplicationPropertyOfOpening(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfOpening)
Sets the value of the _GenericApplicationPropertyOfOpening property.

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