org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class SimpleComponentTextFormatType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.TextFormatType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.BasicComponentTextFormatType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.SimpleComponentTextFormatType
- Direct Known Subclasses:
- CodededTextFormatType, CodingTextFormatType, NonFacetedTextFormatType, TimeTextFormatType
public class SimpleComponentTextFormatType
- extends BasicComponentTextFormatType
SimpleComponentTextFormatType is a restricted version of the BasicComponentTextFormatType that does not allow for multi-lingual values.
Java class for SimpleComponentTextFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleComponentTextFormatType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}BasicComponentTextFormatType">
<attribute name="textType" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleDataType" default="String" />
</restriction>
</complexContent>
</complexType>
| 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 |
| 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 |
SimpleComponentTextFormatType
public SimpleComponentTextFormatType()
Copyright © 2012. All Rights Reserved.