|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.AbstractTimePrimitiveType
net.opengis.kml._2_2_0.TimeSpanType
public class TimeSpanType
Classe Java pour TimeSpanType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TimeSpanType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractTimePrimitiveType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}begin" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}end" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TimeSpanSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}TimeSpanObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
begin
|
protected String |
end
|
protected List<AbstractObjectType> |
timeSpanObjectExtensionGroup
|
protected List<Object> |
timeSpanSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractTimePrimitiveType |
|---|
abstractTimePrimitiveObjectExtensionGroup, abstractTimePrimitiveSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
TimeSpanType()
|
|
| Method Summary | |
|---|---|
String |
getBegin()
Obtient la valeur de la propriété begin. |
String |
getEnd()
Obtient la valeur de la propriété end. |
List<AbstractObjectType> |
getTimeSpanObjectExtensionGroup()
Gets the value of the timeSpanObjectExtensionGroup property. |
List<Object> |
getTimeSpanSimpleExtensionGroup()
Gets the value of the timeSpanSimpleExtensionGroup property. |
boolean |
isSetBegin()
|
boolean |
isSetEnd()
|
boolean |
isSetTimeSpanObjectExtensionGroup()
|
boolean |
isSetTimeSpanSimpleExtensionGroup()
|
void |
setBegin(String value)
Définit la valeur de la propriété begin. |
void |
setEnd(String value)
Définit la valeur de la propriété end. |
void |
unsetTimeSpanObjectExtensionGroup()
|
void |
unsetTimeSpanSimpleExtensionGroup()
|
| Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String begin
protected String end
protected List<Object> timeSpanSimpleExtensionGroup
protected List<AbstractObjectType> timeSpanObjectExtensionGroup
| Constructor Detail |
|---|
public TimeSpanType()
| Method Detail |
|---|
public String getBegin()
Stringpublic void setBegin(String value)
value - allowed object is
Stringpublic boolean isSetBegin()
public String getEnd()
Stringpublic void setEnd(String value)
value - allowed object is
Stringpublic boolean isSetEnd()
public List<Object> getTimeSpanSimpleExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timeSpanSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getTimeSpanSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetTimeSpanSimpleExtensionGroup()
public void unsetTimeSpanSimpleExtensionGroup()
public List<AbstractObjectType> getTimeSpanObjectExtensionGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timeSpanObjectExtensionGroup property.
For example, to add a new item, do as follows:
getTimeSpanObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetTimeSpanObjectExtensionGroup()
public void unsetTimeSpanObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||