org.sdmx.resources.sdmxml.schemas.v2_0.common
Class ReleaseCalendarType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.common.ReleaseCalendarType

public class ReleaseCalendarType
extends Object

The ReleaseCalendar holds information about the timing of releases of the constrained data. Periodicity is the period between releases of the data set. Offset is the interval between January first and the first release of data within the year. Tolerance is the period after which the release of data may be deemed late. All of these values use the standard "P7D"-style format.

Java class for ReleaseCalendarType complex type.

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

 <complexType name="ReleaseCalendarType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Periodicity" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String offset
           
protected  String periodicity
           
protected  String tolerance
           
 
Constructor Summary
ReleaseCalendarType()
           
 
Method Summary
 String getOffset()
          Gets the value of the offset property.
 String getPeriodicity()
          Gets the value of the periodicity property.
 String getTolerance()
          Gets the value of the tolerance property.
 void setOffset(String value)
          Sets the value of the offset property.
 void setPeriodicity(String value)
          Sets the value of the periodicity property.
 void setTolerance(String value)
          Sets the value of the tolerance property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

periodicity

protected String periodicity

offset

protected String offset

tolerance

protected String tolerance
Constructor Detail

ReleaseCalendarType

public ReleaseCalendarType()
Method Detail

getPeriodicity

public String getPeriodicity()
Gets the value of the periodicity property.

Returns:
possible object is String

setPeriodicity

public void setPeriodicity(String value)
Sets the value of the periodicity property.

Parameters:
value - allowed object is String

getOffset

public String getOffset()
Gets the value of the offset property.

Returns:
possible object is String

setOffset

public void setOffset(String value)
Sets the value of the offset property.

Parameters:
value - allowed object is String

getTolerance

public String getTolerance()
Gets the value of the tolerance property.

Returns:
possible object is String

setTolerance

public void setTolerance(String value)
Sets the value of the tolerance property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.