org.citygml4j.jaxb.gml._3_1_1
Class HistoryPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.HistoryPropertyType
Direct Known Subclasses:
TrackType

public class HistoryPropertyType
extends java.lang.Object

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

HistoryPropertyType

public HistoryPropertyType()
Method Detail

get_TimeSlice

public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> get_TimeSlice()
Gets the value of the timeSlice property.

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>


isSet_TimeSlice

public boolean isSet_TimeSlice()

unset_TimeSlice

public void unset_TimeSlice()

set_TimeSlice

public void set_TimeSlice(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractTimeSliceType>> timeSlice)
Sets the value of the _TimeSlice property.

Parameters:
timeSlice - allowed object is JAXBElement<AbstractTimeSliceType> JAXBElement<MovingObjectStatusType>