org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class RepresentationMapRefType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.RepresentationMapRefType

public class RepresentationMapRefType
extends Object

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

representationMapAgencyID

protected String representationMapAgencyID

representationMapID

protected String representationMapID

representationType

protected RepresentationTypeType representationType
Constructor Detail

RepresentationMapRefType

public RepresentationMapRefType()
Method Detail

getRepresentationMapAgencyID

public String getRepresentationMapAgencyID()
Gets the value of the representationMapAgencyID property.

Returns:
possible object is String

setRepresentationMapAgencyID

public void setRepresentationMapAgencyID(String value)
Sets the value of the representationMapAgencyID property.

Parameters:
value - allowed object is String

getRepresentationMapID

public String getRepresentationMapID()
Gets the value of the representationMapID property.

Returns:
possible object is String

setRepresentationMapID

public void setRepresentationMapID(String value)
Sets the value of the representationMapID property.

Parameters:
value - allowed object is String

getRepresentationType

public RepresentationTypeType getRepresentationType()
Gets the value of the representationType property.

Returns:
possible object is RepresentationTypeType

setRepresentationType

public void setRepresentationType(RepresentationTypeType value)
Sets the value of the representationType property.

Parameters:
value - allowed object is RepresentationTypeType


Copyright © 2012. All Rights Reserved.