it.cnr.imaa.essi.ncml.binding.gml
Class TimeInstantType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeObjectType
          extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
              extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeGeometricPrimitiveType
                  extended by it.cnr.imaa.essi.ncml.binding.gml.TimeInstantType

public class TimeInstantType
extends AbstractTimeGeometricPrimitiveType

Omit back-pointers begunBy, endedBy.

Java class for TimeInstantType complex type.

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

 <complexType name="TimeInstantType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}timePosition"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TimePositionType timePosition
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeGeometricPrimitiveType
frame
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
relatedTime
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TimeInstantType()
           
 
Method Summary
 TimePositionType getTimePosition()
          Gets the value of the timePosition property.
 void setTimePosition(TimePositionType value)
          Sets the value of the timePosition property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimeGeometricPrimitiveType
getFrame, setFrame
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractTimePrimitiveType
getRelatedTime
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timePosition

protected TimePositionType timePosition
Constructor Detail

TimeInstantType

public TimeInstantType()
Method Detail

getTimePosition

public TimePositionType getTimePosition()
Gets the value of the timePosition property.

Returns:
possible object is TimePositionType

setTimePosition

public void setTimePosition(TimePositionType value)
Sets the value of the timePosition property.

Parameters:
value - allowed object is TimePositionType


Copyright © 2007. All Rights Reserved.