|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.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}EndDate" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}RelativeEndDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
endDate
|
protected javax.xml.datatype.Duration |
relativeEndDate
|
protected javax.xml.datatype.XMLGregorianCalendar |
startDate
|
| Constructor Summary | |
|---|---|
TimeSpan()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
javax.xml.datatype.Duration |
getRelativeEndDate()
Gets the value of the relativeEndDate property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setRelativeEndDate(javax.xml.datatype.Duration value)
Sets the value of the relativeEndDate property. |
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate 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.datatype.XMLGregorianCalendar endDate
protected javax.xml.datatype.Duration relativeEndDate
| 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.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.Duration getRelativeEndDate()
Durationpublic void setRelativeEndDate(javax.xml.datatype.Duration value)
value - allowed object is
Duration
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||