|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.HistoryPropertyType
public class HistoryPropertyType
The history relationship associates a feature with a sequence of TimeSlice instances.
Java class for HistoryPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoryPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element ref="{http://www.opengis.net/gml}_TimeSlice"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
HistoryPropertyType()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> |
get_TimeSlice()
Gets the value of the timeSlice property. |
boolean |
isSet_TimeSlice()
|
void |
set_TimeSlice(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> timeSlice)
Sets the value of the _TimeSlice property. |
void |
unset_TimeSlice()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryPropertyType()
Method Detail |
---|
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> get_TimeSlice()
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 timeSlice property.
For example, to add a new item, do as follows:
get_TimeSlice().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractTimeSliceType
>
JAXBElement
<
MovingObjectStatusType
>
public boolean isSet_TimeSlice()
public void unset_TimeSlice()
public void set_TimeSlice(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> timeSlice)
timeSlice
- allowed object is
JAXBElement
<
AbstractTimeSliceType
>
JAXBElement
<
MovingObjectStatusType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |