|
||||||||||
| 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.RepresentationType
public abstract class RepresentationType
RepresentationType is an abstract type that defines a representation. Because the type of item schemes that are allowed as the an enumeration vary based on the object in which this is defined, this type is abstract to force that the enumeration reference be restricted to the proper type of item scheme reference.
Java class for RepresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepresentationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="TextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}TextFormatType"/>
<sequence>
<element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType"/>
<element name="EnumerationFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodededTextFormatType" minOccurs="0"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ItemSchemeReferenceBaseType |
enumeration
|
protected CodededTextFormatType |
enumerationFormat
|
protected TextFormatType |
textFormat
|
| Constructor Summary | |
|---|---|
RepresentationType()
|
|
| Method Summary | |
|---|---|
ItemSchemeReferenceBaseType |
getEnumeration()
Gets the value of the enumeration property. |
CodededTextFormatType |
getEnumerationFormat()
Gets the value of the enumerationFormat property. |
TextFormatType |
getTextFormat()
Gets the value of the textFormat property. |
void |
setEnumeration(ItemSchemeReferenceBaseType value)
Sets the value of the enumeration property. |
void |
setEnumerationFormat(CodededTextFormatType value)
Sets the value of the enumerationFormat property. |
void |
setTextFormat(TextFormatType value)
Sets the value of the textFormat property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextFormatType textFormat
protected ItemSchemeReferenceBaseType enumeration
protected CodededTextFormatType enumerationFormat
| Constructor Detail |
|---|
public RepresentationType()
| Method Detail |
|---|
public TextFormatType getTextFormat()
TextFormatTypepublic void setTextFormat(TextFormatType value)
value - allowed object is
TextFormatTypepublic ItemSchemeReferenceBaseType getEnumeration()
ItemSchemeReferenceBaseTypepublic void setEnumeration(ItemSchemeReferenceBaseType value)
value - allowed object is
ItemSchemeReferenceBaseTypepublic CodededTextFormatType getEnumerationFormat()
CodededTextFormatTypepublic void setEnumerationFormat(CodededTextFormatType value)
value - allowed object is
CodededTextFormatType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||