org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeComplexType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeComplexType
Direct Known Subclasses:
TimeTopologyComplexType

public abstract class AbstractTimeComplexType
extends AbstractTimeObjectType

The abstract supertype for temporal complexes.

Java-Klasse für AbstractTimeComplexType complex type.

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

 <complexType name="AbstractTimeComplexType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeObjectType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractTimeComplexType()
           
 
Method Summary
 
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

AbstractTimeComplexType

public AbstractTimeComplexType()