|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.registry.ValidityPeriodType
public class ValidityPeriodType
Specifies inclusive start and end-dates for the subscription period.
Java class for ValidityPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidityPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
endDate
|
protected XMLGregorianCalendar |
startDate
|
| Constructor Summary | |
|---|---|
ValidityPeriodType()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setStartDate(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 XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
| Constructor Detail |
|---|
public ValidityPeriodType()
| Method Detail |
|---|
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||