|
||||||||||
| 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.generic.TargetType
public class TargetType
TargetType defines the structure of a target. It contains a set of target reference values which when taken together, identify the object or objects to which the reported metadata apply.
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/generic}ReferenceValueType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" 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 | |||||||||