org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeObjectType

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

public abstract class AbstractTimeObjectType
extends AbstractGMLType

The abstract supertype for temporal objects.

Java class for AbstractTimeObjectType complex type.

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

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


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

AbstractTimeObjectType

public AbstractTimeObjectType()