org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ReportingYearStartDayRepresentationType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureRepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.SimpleDataStructureRepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingYearStartDayRepresentationType
public class ReportingYearStartDayRepresentationType
- extends SimpleDataStructureRepresentationType
ReportingYearStartDayRepresentationType defines the representation for the reporting year start day attribute. Enumerated values are not allowed and the text format is fixed to be a day and month in the ISO 8601 format of '--MM-DD'.
Java class for ReportingYearStartDayRepresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportingYearStartDayRepresentationType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}SimpleDataStructureRepresentationType">
<sequence>
<element name="TextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportingYearStartDayTextFormatType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportingYearStartDayRepresentationType
public ReportingYearStartDayRepresentationType()
Copyright © 2012. All Rights Reserved.