org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata
Class ComponentValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata.ComponentValueType

public class ComponentValueType
extends Object

Component values have an object attribute with an object type value as provided in the metadata structure definition, a component attribute which takes the ID of the identifier component in the metadata structure definition's full target identifier, and a value, which must be a valid value for that concept's representation as described in the metadata structure definition.

Java class for ComponentValueType complex type.

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

 <complexType name="ComponentValueType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>NMTOKEN">
       <attribute name="object" use="required" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/genericmetadata}ObjectIDType" />
       <attribute name="component" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String component
           
protected  ObjectIDType object
           
protected  String value
           
 
Constructor Summary
ComponentValueType()
           
 
Method Summary
 String getComponent()
          Gets the value of the component property.
 ObjectIDType getObject()
          Gets the value of the object property.
 String getValue()
          Gets the value of the value property.
 void setComponent(String value)
          Sets the value of the component property.
 void setObject(ObjectIDType value)
          Sets the value of the object property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

object

protected ObjectIDType object

component

protected String component
Constructor Detail

ComponentValueType

public ComponentValueType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getObject

public ObjectIDType getObject()
Gets the value of the object property.

Returns:
possible object is ObjectIDType

setObject

public void setObject(ObjectIDType value)
Sets the value of the object property.

Parameters:
value - allowed object is ObjectIDType

getComponent

public String getComponent()
Gets the value of the component property.

Returns:
possible object is String

setComponent

public void setComponent(String value)
Sets the value of the component property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.