|
||||||||||
| 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.common.MetadataConceptSetType
public class MetadataConceptSetType
The isIncluded attribute, if true, indicates that the described concepts - of those described as possibilities in the relevant metadata structure definition - are reported. If the value is false, then the specified concepts are not reported.
Java class for MetadataConceptSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataConceptSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Member" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}MemberType" maxOccurs="unbounded"/>
</sequence>
<attribute name="isIncluded" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
isIncluded
|
protected List<MemberType> |
member
|
| Constructor Summary | |
|---|---|
MetadataConceptSetType()
|
|
| Method Summary | |
|---|---|
List<MemberType> |
getMember()
Gets the value of the member property. |
boolean |
isIsIncluded()
Gets the value of the isIncluded property. |
void |
setIsIncluded(boolean value)
Sets the value of the isIncluded property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<MemberType> member
protected boolean isIncluded
| Constructor Detail |
|---|
public MetadataConceptSetType()
| Method Detail |
|---|
public List<MemberType> getMember()
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 member property.
For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
MemberType
public boolean isIsIncluded()
public void setIsIncluded(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||