|
||||||||||
| 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.AbstractTimeObjectType
net.opengis.gml.AbstractTimePrimitiveType
net.opengis.gml.AbstractTimeGeometricPrimitiveType
net.opengis.gml.TimePeriodType
public class TimePeriodType
Classe Java pour TimePeriodType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TimePeriodType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractTimeGeometricPrimitiveType">
<sequence>
<choice>
<element name="beginPosition" type="{http://www.opengis.net/gml}TimePositionType"/>
<element name="begin" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/>
</choice>
<choice>
<element name="endPosition" type="{http://www.opengis.net/gml}TimePositionType"/>
<element name="end" type="{http://www.opengis.net/gml}TimeInstantPropertyType"/>
</choice>
<group ref="{http://www.opengis.net/gml}timeLength" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TimeInstantPropertyType |
begin
|
protected TimePositionType |
beginPosition
|
protected Duration |
duration
|
protected TimeInstantPropertyType |
end
|
protected TimePositionType |
endPosition
|
protected TimeIntervalLengthType |
timeInterval
|
| 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 | |
|---|---|
TimePeriodType()
|
|
| Method Summary | |
|---|---|
TimeInstantPropertyType |
getBegin()
Obtient la valeur de la propriété begin. |
TimePositionType |
getBeginPosition()
Obtient la valeur de la propriété beginPosition. |
Duration |
getDuration()
Obtient la valeur de la propriété duration. |
TimeInstantPropertyType |
getEnd()
Obtient la valeur de la propriété end. |
TimePositionType |
getEndPosition()
Obtient la valeur de la propriété endPosition. |
TimeIntervalLengthType |
getTimeInterval()
Obtient la valeur de la propriété timeInterval. |
boolean |
isSetBegin()
|
boolean |
isSetBeginPosition()
|
boolean |
isSetDuration()
|
boolean |
isSetEnd()
|
boolean |
isSetEndPosition()
|
boolean |
isSetTimeInterval()
|
void |
setBegin(TimeInstantPropertyType value)
Définit la valeur de la propriété begin. |
void |
setBeginPosition(TimePositionType value)
Définit la valeur de la propriété beginPosition. |
void |
setDuration(Duration value)
Définit la valeur de la propriété duration. |
void |
setEnd(TimeInstantPropertyType value)
Définit la valeur de la propriété end. |
void |
setEndPosition(TimePositionType value)
Définit la valeur de la propriété endPosition. |
void |
setTimeInterval(TimeIntervalLengthType value)
Définit la valeur de la propriété timeInterval. |
| 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 |
|---|
protected TimePositionType beginPosition
protected TimeInstantPropertyType begin
protected TimePositionType endPosition
protected TimeInstantPropertyType end
protected Duration duration
protected TimeIntervalLengthType timeInterval
| Constructor Detail |
|---|
public TimePeriodType()
| Method Detail |
|---|
public TimePositionType getBeginPosition()
TimePositionTypepublic void setBeginPosition(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetBeginPosition()
public TimeInstantPropertyType getBegin()
TimeInstantPropertyTypepublic void setBegin(TimeInstantPropertyType value)
value - allowed object is
TimeInstantPropertyTypepublic boolean isSetBegin()
public TimePositionType getEndPosition()
TimePositionTypepublic void setEndPosition(TimePositionType value)
value - allowed object is
TimePositionTypepublic boolean isSetEndPosition()
public TimeInstantPropertyType getEnd()
TimeInstantPropertyTypepublic void setEnd(TimeInstantPropertyType value)
value - allowed object is
TimeInstantPropertyTypepublic boolean isSetEnd()
public Duration getDuration()
Durationpublic void setDuration(Duration value)
value - allowed object is
Durationpublic boolean isSetDuration()
public TimeIntervalLengthType getTimeInterval()
TimeIntervalLengthTypepublic void setTimeInterval(TimeIntervalLengthType value)
value - allowed object is
TimeIntervalLengthTypepublic boolean isSetTimeInterval()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||