Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType

Packages that use AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractTimeObjectType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractTimeObjectType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractTimeComplexType
          The abstract supertype for temporal complexes.
 class AbstractTimeGeometricPrimitiveType
          The abstract supertype for temporal geometric primitives.
 class AbstractTimePrimitiveType
          The abstract supertype for temporal primitives.
 class AbstractTimeTopologyPrimitiveType
          The element "complex" carries a reference to the complex containing this primitive.
 class TimeEdgeType
          Type declaration of the element "TimeEdge".
 class TimeInstantType
          Omit back-pointers begunBy, endedBy.
 class TimeNodeType
          Type declaration of the element "TimeNode".
 class TimePeriodType
          Java class for TimePeriodType complex type.
 class TimeTopologyComplexType
          A temporal topology complex.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractTimeObjectType
 javax.xml.bind.JAXBElement<AbstractTimeObjectType> ObjectFactory.create_TimeObject(AbstractTimeObjectType value)
          Create an instance of JAXBElement<AbstractTimeObjectType>}
 javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> DomainSetType.get_TimeObject()
          Gets the value of the _TimeObject property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractTimeObjectType
 javax.xml.bind.JAXBElement<AbstractTimeObjectType> ObjectFactory.create_TimeObject(AbstractTimeObjectType value)
          Create an instance of JAXBElement<AbstractTimeObjectType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractTimeObjectType
 void DomainSetType.set_TimeObject(javax.xml.bind.JAXBElement<? extends AbstractTimeObjectType> value)
          Sets the value of the _TimeObject property.