|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.structure.ReleaseCalendarType
public class ReleaseCalendarType
ReleaseCalendarType describes information about the timing of releases of the constrained data. 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 |
|---|
protected String periodicity
protected String offset
protected String tolerance
| Constructor Detail |
|---|
public ReleaseCalendarType()
| Method Detail |
|---|
public String getPeriodicity()
Stringpublic void setPeriodicity(String value)
value - allowed object is
Stringpublic String getOffset()
Stringpublic void setOffset(String value)
value - allowed object is
Stringpublic String getTolerance()
Stringpublic void setTolerance(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||