org.spase.parser200
Class TimeSpan

java.lang.Object
  extended by org.spase.parser200.TimeSpan

public class TimeSpan
extends java.lang.Object

The duration of an interval in time.

Java class for TimeSpan complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimeSpan">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}StartDate"/>
         <element ref="{http://www.spase-group.org/data/schema}StopDateEntity"/>
         <element ref="{http://www.spase-group.org/data/schema}Note" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> note
           
protected  javax.xml.datatype.XMLGregorianCalendar startDate
           
protected  javax.xml.bind.JAXBElement<?> stopDateEntity
           
 
Constructor Summary
TimeSpan()
           
 
Method Summary
 java.util.List<java.lang.String> getNote()
          Gets the value of the note property.
 javax.xml.datatype.XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 javax.xml.bind.JAXBElement<?> getStopDateEntity()
          Gets the value of the stopDateEntity property.
 void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setStopDateEntity(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the stopDateEntity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startDate

protected javax.xml.datatype.XMLGregorianCalendar startDate

stopDateEntity

protected javax.xml.bind.JAXBElement<?> stopDateEntity

note

protected java.util.List<java.lang.String> note
Constructor Detail

TimeSpan

public TimeSpan()
Method Detail

getStartDate

public javax.xml.datatype.XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getStopDateEntity

public javax.xml.bind.JAXBElement<?> getStopDateEntity()
Gets the value of the stopDateEntity property.

Returns:
possible object is JAXBElement<Object> JAXBElement<XMLGregorianCalendar> JAXBElement<Duration>

setStopDateEntity

public void setStopDateEntity(javax.xml.bind.JAXBElement<?> value)
Sets the value of the stopDateEntity property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<XMLGregorianCalendar> JAXBElement<Duration>

getNote

public java.util.List<java.lang.String> getNote()
Gets the value of the note 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 note property.

For example, to add a new item, do as follows:

    getNote().add(newItem);
 

Objects of the following type(s) are allowed in the list String