org.citygml4j.jaxb.gml._3_1_1
Class AbstractTimeGeometricPrimitiveType

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.AbstractTimeGeometricPrimitiveType
Direct Known Subclasses:
TimeInstantType, TimePeriodType

public abstract class AbstractTimeGeometricPrimitiveType
extends AbstractTimePrimitiveType

The abstract supertype for temporal geometric primitives. A temporal geometry must be associated with a temporal reference system via URI. The Gregorian calendar with UTC is the default reference system, following ISO 8601. Other reference systems in common use include the GPS calendar and the Julian calendar.

Java class for AbstractTimeGeometricPrimitiveType complex type.

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

 <complexType name="AbstractTimeGeometricPrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimePrimitiveType">
       <attribute name="frame" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="#ISO-8601" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractTimeGeometricPrimitiveType()
           
 
Method Summary
 java.lang.String getFrame()
          Gets the value of the frame property.
 boolean isSetFrame()
           
 void setFrame(java.lang.String value)
          Sets the value of the frame 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

AbstractTimeGeometricPrimitiveType

public AbstractTimeGeometricPrimitiveType()
Method Detail

getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String

isSetFrame

public boolean isSetFrame()