org.citygml4j.jaxb.gml._3_1_1
Class RelatedTimeType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.TimePrimitivePropertyType
      extended by org.citygml4j.jaxb.gml._3_1_1.RelatedTimeType

public class RelatedTimeType
extends TimePrimitivePropertyType

Java class for RelatedTimeType complex type.

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

 <complexType name="RelatedTimeType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}TimePrimitivePropertyType">
       <attribute name="relativePosition">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="Before"/>
             <enumeration value="After"/>
             <enumeration value="Begins"/>
             <enumeration value="Ends"/>
             <enumeration value="During"/>
             <enumeration value="Equals"/>
             <enumeration value="Contains"/>
             <enumeration value="Overlaps"/>
             <enumeration value="Meets"/>
             <enumeration value="OverlappedBy"/>
             <enumeration value="MetBy"/>
             <enumeration value="BegunBy"/>
             <enumeration value="EndedBy"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
RelatedTimeType()
           
 
Method Summary
 java.lang.String getRelativePosition()
          Gets the value of the relativePosition property.
 boolean isSetRelativePosition()
           
 void setRelativePosition(java.lang.String value)
          Sets the value of the relativePosition property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.TimePrimitivePropertyType
get_TimePrimitive, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_TimePrimitive, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_TimePrimitive, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedTimeType

public RelatedTimeType()
Method Detail

getRelativePosition

public java.lang.String getRelativePosition()
Gets the value of the relativePosition property.

Returns:
possible object is String

setRelativePosition

public void setRelativePosition(java.lang.String value)
Sets the value of the relativePosition property.

Parameters:
value - allowed object is String

isSetRelativePosition

public boolean isSetRelativePosition()