|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.RepresentationSchemeType
public class RepresentationSchemeType
Representation schemes indicated which values are valid for identifying objects within each class. For any given representation scheme, two IDs must be provided: the RepresentationScheme must have an ID as assigned to it by it representationSchemeAgency, whose ID must also be provided. The type of the representation scheme is expressed in the representationSchemeType attribute.
Java class for RepresentationSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepresentationSchemeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="representationScheme" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="representationSchemeAgency" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
<attribute name="representationSchemeType" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}RepresentationSchemeTypeType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
representationScheme
|
protected String |
representationSchemeAgency
|
protected RepresentationSchemeTypeType |
representationSchemeType
|
| Constructor Summary | |
|---|---|
RepresentationSchemeType()
|
|
| Method Summary | |
|---|---|
String |
getRepresentationScheme()
Gets the value of the representationScheme property. |
String |
getRepresentationSchemeAgency()
Gets the value of the representationSchemeAgency property. |
RepresentationSchemeTypeType |
getRepresentationSchemeType()
Gets the value of the representationSchemeType property. |
void |
setRepresentationScheme(String value)
Sets the value of the representationScheme property. |
void |
setRepresentationSchemeAgency(String value)
Sets the value of the representationSchemeAgency property. |
void |
setRepresentationSchemeType(RepresentationSchemeTypeType value)
Sets the value of the representationSchemeType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String representationScheme
protected String representationSchemeAgency
protected RepresentationSchemeTypeType representationSchemeType
| Constructor Detail |
|---|
public RepresentationSchemeType()
| Method Detail |
|---|
public String getRepresentationScheme()
Stringpublic void setRepresentationScheme(String value)
value - allowed object is
Stringpublic String getRepresentationSchemeAgency()
Stringpublic void setRepresentationSchemeAgency(String value)
value - allowed object is
Stringpublic RepresentationSchemeTypeType getRepresentationSchemeType()
RepresentationSchemeTypeTypepublic void setRepresentationSchemeType(RepresentationSchemeTypeType value)
value - allowed object is
RepresentationSchemeTypeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||