|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.TimeSpan
public class TimeSpan
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 |
|---|
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.bind.JAXBElement<?> stopDateEntity
protected java.util.List<java.lang.String> note
| Constructor Detail |
|---|
public TimeSpan()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.bind.JAXBElement<?> getStopDateEntity()
JAXBElement<Object>
JAXBElement<XMLGregorianCalendar>
JAXBElement<Duration>public void setStopDateEntity(javax.xml.bind.JAXBElement<?> value)
value - allowed object is
JAXBElement<Object>
JAXBElement<XMLGregorianCalendar>
JAXBElement<Duration>public java.util.List<java.lang.String> getNote()
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||