|
||||||||||
| 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.KeySetType
public class KeySetType
KeySet describes a set of keys. The isIncluded attribute, if true, indicates that the specified keys are valid keys within the constraint. If false, the set of keys described are not valid - all other possible keys are the valid ones.
Java class for KeySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeySetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Key" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}KeyType"/>
</sequence>
<attribute name="isIncluded" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
isIncluded
|
protected KeyType |
key
|
| Constructor Summary | |
|---|---|
KeySetType()
|
|
| Method Summary | |
|---|---|
KeyType |
getKey()
Gets the value of the key property. |
boolean |
isIsIncluded()
Gets the value of the isIncluded property. |
void |
setIsIncluded(boolean value)
Sets the value of the isIncluded property. |
void |
setKey(KeyType value)
Sets the value of the key property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected KeyType key
protected boolean isIncluded
| Constructor Detail |
|---|
public KeySetType()
| Method Detail |
|---|
public KeyType getKey()
KeyTypepublic void setKey(KeyType value)
value - allowed object is
KeyTypepublic boolean isIsIncluded()
public void setIsIncluded(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||