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

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

public class RepresentationSchemeType
extends Object

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

representationScheme

protected String representationScheme

representationSchemeAgency

protected String representationSchemeAgency

representationSchemeType

protected RepresentationSchemeTypeType representationSchemeType
Constructor Detail

RepresentationSchemeType

public RepresentationSchemeType()
Method Detail

getRepresentationScheme

public String getRepresentationScheme()
Gets the value of the representationScheme property.

Returns:
possible object is String

setRepresentationScheme

public void setRepresentationScheme(String value)
Sets the value of the representationScheme property.

Parameters:
value - allowed object is String

getRepresentationSchemeAgency

public String getRepresentationSchemeAgency()
Gets the value of the representationSchemeAgency property.

Returns:
possible object is String

setRepresentationSchemeAgency

public void setRepresentationSchemeAgency(String value)
Sets the value of the representationSchemeAgency property.

Parameters:
value - allowed object is String

getRepresentationSchemeType

public RepresentationSchemeTypeType getRepresentationSchemeType()
Gets the value of the representationSchemeType property.

Returns:
possible object is RepresentationSchemeTypeType

setRepresentationSchemeType

public void setRepresentationSchemeType(RepresentationSchemeTypeType value)
Sets the value of the representationSchemeType property.

Parameters:
value - allowed object is RepresentationSchemeTypeType


Copyright © 2012. All Rights Reserved.