net.opengis.gml
Class TimeInstantType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTimeObjectType
          extended by net.opengis.gml.AbstractTimePrimitiveType
              extended by net.opengis.gml.AbstractTimeGeometricPrimitiveType
                  extended by net.opengis.gml.TimeInstantType

public class TimeInstantType
extends AbstractTimeGeometricPrimitiveType

Omit back-pointers begunBy, endedBy.

Classe Java pour TimeInstantType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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 net.opengis.gml.AbstractTimeGeometricPrimitiveType
frame
 
Fields inherited from class net.opengis.gml.AbstractTimePrimitiveType
relatedTime
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
TimeInstantType()
           
 
Method Summary
 TimePositionType getTimePosition()
          Obtient la valeur de la propriété timePosition.
 boolean isSetTimePosition()
           
 void setTimePosition(TimePositionType value)
          Définit la valeur de la propriété timePosition.
 
Methods inherited from class net.opengis.gml.AbstractTimeGeometricPrimitiveType
getFrame, isSetFrame, setFrame
 
Methods inherited from class net.opengis.gml.AbstractTimePrimitiveType
getRelatedTime, isSetRelatedTime, unsetRelatedTime
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
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()
Obtient la valeur de la propriété timePosition.

Returns:
possible object is TimePositionType

setTimePosition

public void setTimePosition(TimePositionType value)
Définit la valeur de la propriété timePosition.

Parameters:
value - allowed object is TimePositionType

isSetTimePosition

public boolean isSetTimePosition()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.