org.sdmx.resources.sdmxml.schemas.v2_0.common
Class MemberValueType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.common.MemberValueType
public class MemberValueType
- extends Object
MemberValue specifies the value of the specified component, which must be a valid value as described in the appropriate structure definition (key family).
Java class for MemberValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemberValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
MemberValueType
public MemberValueType()
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
Copyright © 2012. All Rights Reserved.