org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class ValidityPeriodType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.ValidityPeriodType

public class ValidityPeriodType
extends Object

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

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate
Constructor Detail

ValidityPeriodType

public ValidityPeriodType()
Method Detail

getStartDate

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

Returns:
possible object is XMLGregorianCalendar

setStartDate

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

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012. All Rights Reserved.