org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeTopologyPrimitiveType

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.AbstractTimePrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTimeTopologyPrimitiveType
Direct Known Subclasses:
TimeEdgeType, TimeNodeType

public abstract class AbstractTimeTopologyPrimitiveType
extends AbstractTimePrimitiveType

The element "complex" carries a reference to the complex containing this primitive.

Java class for AbstractTimeTopologyPrimitiveType complex type.

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

 <complexType name="AbstractTimeTopologyPrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimePrimitiveType">
       <sequence>
         <element name="complex" type="{http://www.opengis.net/gml}ReferenceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractTimeTopologyPrimitiveType()
           
 
Method Summary
 ReferenceType getComplex()
          Gets the value of the complex property.
 boolean isSetComplex()
           
 void setComplex(ReferenceType value)
          Sets the value of the complex property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, setRelatedTime, unsetRelatedTime
 
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

AbstractTimeTopologyPrimitiveType

public AbstractTimeTopologyPrimitiveType()
Method Detail

getComplex

public ReferenceType getComplex()
Gets the value of the complex property.

Returns:
possible object is ReferenceType

setComplex

public void setComplex(ReferenceType value)
Sets the value of the complex property.

Parameters:
value - allowed object is ReferenceType

isSetComplex

public boolean isSetComplex()