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

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

public class IdentifierComponentType
extends Object

An identifier component describes the use of an object within the full target identifier set. An identifier component must be one of the formally-recognized object classes found in the SDMX Information Model: the sub-element TargetObjectClass provides a way of indicating which objects will be used in reporting metadata, and will indicate how those objects are to be identified by the metadata reporters (which value sets will be allowed for each identification field for each object). The RepresentationScheme child element is used to indicate the valid range of values for the providing taget identifiers in reported metadata.

Java class for IdentifierComponentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdentifierComponentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TextType" maxOccurs="unbounded"/>
         <element name="Description" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}TextType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TargetObjectClass" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ObjectIDType"/>
         <element name="RepresentationScheme" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}RepresentationSchemeType" minOccurs="0"/>
         <element name="Annotations" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}AnnotationsType" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
       <attribute name="urn" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AnnotationsType annotations
           
protected  List<TextType> description
           
protected  String id
           
protected  List<TextType> name
           
protected  RepresentationSchemeType representationScheme
           
protected  ObjectIDType targetObjectClass
           
protected  String uri
           
protected  String urn
           
 
Constructor Summary
IdentifierComponentType()
           
 
Method Summary
 AnnotationsType getAnnotations()
          Gets the value of the annotations property.
 List<TextType> getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 List<TextType> getName()
          Gets the value of the name property.
 RepresentationSchemeType getRepresentationScheme()
          Gets the value of the representationScheme property.
 ObjectIDType getTargetObjectClass()
          Gets the value of the targetObjectClass property.
 String getUri()
          Gets the value of the uri property.
 String getUrn()
          Gets the value of the urn property.
 void setAnnotations(AnnotationsType value)
          Sets the value of the annotations property.
 void setId(String value)
          Sets the value of the id property.
 void setRepresentationScheme(RepresentationSchemeType value)
          Sets the value of the representationScheme property.
 void setTargetObjectClass(ObjectIDType value)
          Sets the value of the targetObjectClass property.
 void setUri(String value)
          Sets the value of the uri property.
 void setUrn(String value)
          Sets the value of the urn property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected List<TextType> name

description

protected List<TextType> description

targetObjectClass

protected ObjectIDType targetObjectClass

representationScheme

protected RepresentationSchemeType representationScheme

annotations

protected AnnotationsType annotations

id

protected String id

urn

protected String urn

uri

protected String uri
Constructor Detail

IdentifierComponentType

public IdentifierComponentType()
Method Detail

getName

public List<TextType> getName()
Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list TextType


getDescription

public List<TextType> getDescription()
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list TextType


getTargetObjectClass

public ObjectIDType getTargetObjectClass()
Gets the value of the targetObjectClass property.

Returns:
possible object is ObjectIDType

setTargetObjectClass

public void setTargetObjectClass(ObjectIDType value)
Sets the value of the targetObjectClass property.

Parameters:
value - allowed object is ObjectIDType

getRepresentationScheme

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

Returns:
possible object is RepresentationSchemeType

setRepresentationScheme

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

Parameters:
value - allowed object is RepresentationSchemeType

getAnnotations

public AnnotationsType getAnnotations()
Gets the value of the annotations property.

Returns:
possible object is AnnotationsType

setAnnotations

public void setAnnotations(AnnotationsType value)
Sets the value of the annotations property.

Parameters:
value - allowed object is AnnotationsType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getUrn

public String getUrn()
Gets the value of the urn property.

Returns:
possible object is String

setUrn

public void setUrn(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.