|
||||||||||
| 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.genericmetadata.ComponentValueType
public class ComponentValueType
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 |
|---|
protected String value
protected ObjectIDType object
protected String component
| Constructor Detail |
|---|
public ComponentValueType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic ObjectIDType getObject()
ObjectIDTypepublic void setObject(ObjectIDType value)
value - allowed object is
ObjectIDTypepublic String getComponent()
Stringpublic void setComponent(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||