|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractFeatureType
net.opengis.gml.ObservationType
public class ObservationType
Classe Java pour ObservationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ObservationType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<element ref="{http://www.opengis.net/gml}validTime"/>
<element ref="{http://www.opengis.net/gml}using" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}target" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}resultOf"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AssociationType |
resultOf
|
protected JAXBElement<TargetPropertyType> |
target
|
protected FeaturePropertyType |
using
|
protected TimePrimitivePropertyType |
validTime
|
| Fields inherited from class net.opengis.gml.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
ObservationType()
|
|
| Method Summary | |
|---|---|
AssociationType |
getResultOf()
Obtient la valeur de la propriété resultOf. |
JAXBElement<TargetPropertyType> |
getTarget()
Obtient la valeur de la propriété target. |
FeaturePropertyType |
getUsing()
Obtient la valeur de la propriété using. |
TimePrimitivePropertyType |
getValidTime()
Obtient la valeur de la propriété validTime. |
boolean |
isSetResultOf()
|
boolean |
isSetTarget()
|
boolean |
isSetUsing()
|
boolean |
isSetValidTime()
|
void |
setResultOf(AssociationType value)
Définit la valeur de la propriété resultOf. |
void |
setTarget(JAXBElement<TargetPropertyType> value)
Définit la valeur de la propriété target. |
void |
setUsing(FeaturePropertyType value)
Définit la valeur de la propriété using. |
void |
setValidTime(TimePrimitivePropertyType value)
Définit la valeur de la propriété validTime. |
| Methods inherited from class net.opengis.gml.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation |
| 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 |
|---|
protected TimePrimitivePropertyType validTime
protected FeaturePropertyType using
protected JAXBElement<TargetPropertyType> target
protected AssociationType resultOf
| Constructor Detail |
|---|
public ObservationType()
| Method Detail |
|---|
public TimePrimitivePropertyType getValidTime()
TimePrimitivePropertyTypepublic void setValidTime(TimePrimitivePropertyType value)
value - allowed object is
TimePrimitivePropertyTypepublic boolean isSetValidTime()
public FeaturePropertyType getUsing()
FeaturePropertyTypepublic void setUsing(FeaturePropertyType value)
value - allowed object is
FeaturePropertyTypepublic boolean isSetUsing()
public JAXBElement<TargetPropertyType> getTarget()
JAXBElement<TargetPropertyType>
JAXBElement<TargetPropertyType>public void setTarget(JAXBElement<TargetPropertyType> value)
value - allowed object is
JAXBElement<TargetPropertyType>
JAXBElement<TargetPropertyType>public boolean isSetTarget()
public AssociationType getResultOf()
AssociationTypepublic void setResultOf(AssociationType value)
value - allowed object is
AssociationTypepublic boolean isSetResultOf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||