org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ReportingYearStartDayTextFormatType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.TextFormatType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.BasicComponentTextFormatType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.SimpleComponentTextFormatType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NonFacetedTextFormatType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingYearStartDayTextFormatType

public class ReportingYearStartDayTextFormatType
extends NonFacetedTextFormatType

ReportingYearStartDayTextFormatType is a restricted version of the NonFacetedTextFormatType that fixes the value of the text type to be DayMonth. This type exists solely for the purpose of fixing the representation of the reporting year start day attribute.

Java class for ReportingYearStartDayTextFormatType complex type.

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

 <complexType name="ReportingYearStartDayTextFormatType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}NonFacetedTextFormatType">
       <attribute name="textType" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleDataType" fixed="MonthDay" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.TextFormatType
decimals, endTime, endValue, interval, isMultiLingual, isSequence, maxLength, maxValue, minLength, minValue, pattern, startTime, startValue, textType, timeInterval
 
Constructor Summary
ReportingYearStartDayTextFormatType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.TextFormatType
getDecimals, getEndTime, getEndValue, getInterval, getMaxLength, getMaxValue, getMinLength, getMinValue, getPattern, getStartTime, getStartValue, getTextType, getTimeInterval, isIsMultiLingual, isIsSequence, setDecimals, setEndValue, setInterval, setIsMultiLingual, setIsSequence, setMaxLength, setMaxValue, setMinLength, setMinValue, setPattern, setStartValue, setTextType, setTimeInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingYearStartDayTextFormatType

public ReportingYearStartDayTextFormatType()


Copyright © 2012. All Rights Reserved.