org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeTopologyPrimitiveType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimeObjectType
org.citygml4j.jaxb.gml._3_1_1.AbstractTimePrimitiveType
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>
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 |
AbstractTimeTopologyPrimitiveType
public AbstractTimeTopologyPrimitiveType()
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()