|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific.TargetType
public abstract class TargetType
TargetType is an abstract base type that forms the basis of a the metadata report's metadata target value. This type is restricted in the metadata structure definition specific schema so that the ReferenceValue elements conform to the targets specified in the metadata target defined in the metadata structure definition.
Java class for TargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReferenceValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/structurespecific}ReferenceValueType" maxOccurs="unbounded" form="unqualified"/>
</sequence>
<attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected List<ReferenceValueType> |
referenceValue
|
| Constructor Summary | |
|---|---|
TargetType()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
List<ReferenceValueType> |
getReferenceValue()
Gets the value of the referenceValue property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ReferenceValueType> referenceValue
protected String id
| Constructor Detail |
|---|
public TargetType()
| Method Detail |
|---|
public List<ReferenceValueType> getReferenceValue()
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 referenceValue property.
For example, to add a new item, do as follows:
getReferenceValue().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceValueType
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||