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

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.CodededTextFormatType

public class CodededTextFormatType
extends SimpleComponentTextFormatType

CodededTextFormatType is a restricted version of the SimpleComponentTextFormatType that only allows factets and text types applicable to codes. Although the time facets permit any value, an actual code identifier does not support the necessary characters for time. Therefore these facets should not contain time in their values.

Java class for CodededTextFormatType complex type.

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

 <complexType name="CodededTextFormatType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}SimpleComponentTextFormatType">
       <attribute name="textType" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodeDataType" />
       <attribute name="isSequence" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="startValue" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="endValue" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="timeInterval" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="startTime" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StandardTimePeriodType" />
       <attribute name="endTime" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StandardTimePeriodType" />
       <attribute name="minLength" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="maxLength" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="minValue" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="maxValue" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
     </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
CodededTextFormatType()
           
 
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

CodededTextFormatType

public CodededTextFormatType()


Copyright © 2012. All Rights Reserved.