|
||||||||||
| 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.RepresentationMapRefType
public class RepresentationMapRefType
RepresentationMapRefType describes the structure of a reference to a codelist, category scheme, or organisation scheme map. RepresentationMapAgencyID takes the id value of the maintenance agency of the codelist, category scheme, or organisation scheme map; RepresentationMapID takes the id attribute value of the codelist, category scheme, or organisation scheme map.
Java class for RepresentationMapRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepresentationMapRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RepresentationMapAgencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
<element name="RepresentationMapID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
</sequence>
<attribute name="representationType" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}RepresentationTypeType" default="Codelist" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
representationMapAgencyID
|
protected String |
representationMapID
|
protected RepresentationTypeType |
representationType
|
| Constructor Summary | |
|---|---|
RepresentationMapRefType()
|
|
| Method Summary | |
|---|---|
String |
getRepresentationMapAgencyID()
Gets the value of the representationMapAgencyID property. |
String |
getRepresentationMapID()
Gets the value of the representationMapID property. |
RepresentationTypeType |
getRepresentationType()
Gets the value of the representationType property. |
void |
setRepresentationMapAgencyID(String value)
Sets the value of the representationMapAgencyID property. |
void |
setRepresentationMapID(String value)
Sets the value of the representationMapID property. |
void |
setRepresentationType(RepresentationTypeType value)
Sets the value of the representationType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String representationMapAgencyID
protected String representationMapID
protected RepresentationTypeType representationType
| Constructor Detail |
|---|
public RepresentationMapRefType()
| Method Detail |
|---|
public String getRepresentationMapAgencyID()
Stringpublic void setRepresentationMapAgencyID(String value)
value - allowed object is
Stringpublic String getRepresentationMapID()
Stringpublic void setRepresentationMapID(String value)
value - allowed object is
Stringpublic RepresentationTypeType getRepresentationType()
RepresentationTypeTypepublic void setRepresentationType(RepresentationTypeType value)
value - allowed object is
RepresentationTypeType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||