|
||||||||||
| 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.query.ReferencesType
public class ReferencesType
ReferencesType defines the structure for indicating which referenced objects should be returned in a structural metadata query. It is possible to return both objects which reference the object(s) matched by the query and objects referenced from the match object(s). The type(s) of reference objects to be returned consists of a choice between None, All, Default, or an explicit list of object types.
Java class for ReferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="None" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="All" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="Parents" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="ParentsAndSiblings" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="Children" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="Descendants" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="SpecificObjects" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MaintainableObjectTypeListType"/>
</choice>
<attribute name="processConstraints" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="detail" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableReturnDetailType" default="Full" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EmptyType |
all
|
protected EmptyType |
children
|
protected EmptyType |
descendants
|
protected MaintainableReturnDetailType |
detail
|
protected EmptyType |
none
|
protected EmptyType |
parents
|
protected EmptyType |
parentsAndSiblings
|
protected Boolean |
processConstraints
|
protected MaintainableObjectTypeListType |
specificObjects
|
| Constructor Summary | |
|---|---|
ReferencesType()
|
|
| Method Summary | |
|---|---|
EmptyType |
getAll()
Gets the value of the all property. |
EmptyType |
getChildren()
Gets the value of the children property. |
EmptyType |
getDescendants()
Gets the value of the descendants property. |
MaintainableReturnDetailType |
getDetail()
Gets the value of the detail property. |
EmptyType |
getNone()
Gets the value of the none property. |
EmptyType |
getParents()
Gets the value of the parents property. |
EmptyType |
getParentsAndSiblings()
Gets the value of the parentsAndSiblings property. |
MaintainableObjectTypeListType |
getSpecificObjects()
Gets the value of the specificObjects property. |
boolean |
isProcessConstraints()
Gets the value of the processConstraints property. |
void |
setAll(EmptyType value)
Sets the value of the all property. |
void |
setChildren(EmptyType value)
Sets the value of the children property. |
void |
setDescendants(EmptyType value)
Sets the value of the descendants property. |
void |
setDetail(MaintainableReturnDetailType value)
Sets the value of the detail property. |
void |
setNone(EmptyType value)
Sets the value of the none property. |
void |
setParents(EmptyType value)
Sets the value of the parents property. |
void |
setParentsAndSiblings(EmptyType value)
Sets the value of the parentsAndSiblings property. |
void |
setProcessConstraints(Boolean value)
Sets the value of the processConstraints property. |
void |
setSpecificObjects(MaintainableObjectTypeListType value)
Sets the value of the specificObjects property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EmptyType none
protected EmptyType all
protected EmptyType parents
protected EmptyType parentsAndSiblings
protected EmptyType children
protected EmptyType descendants
protected MaintainableObjectTypeListType specificObjects
protected Boolean processConstraints
protected MaintainableReturnDetailType detail
| Constructor Detail |
|---|
public ReferencesType()
| Method Detail |
|---|
public EmptyType getNone()
EmptyTypepublic void setNone(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getAll()
EmptyTypepublic void setAll(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getParents()
EmptyTypepublic void setParents(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getParentsAndSiblings()
EmptyTypepublic void setParentsAndSiblings(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getChildren()
EmptyTypepublic void setChildren(EmptyType value)
value - allowed object is
EmptyTypepublic EmptyType getDescendants()
EmptyTypepublic void setDescendants(EmptyType value)
value - allowed object is
EmptyTypepublic MaintainableObjectTypeListType getSpecificObjects()
MaintainableObjectTypeListTypepublic void setSpecificObjects(MaintainableObjectTypeListType value)
value - allowed object is
MaintainableObjectTypeListTypepublic boolean isProcessConstraints()
Booleanpublic void setProcessConstraints(Boolean value)
value - allowed object is
Booleanpublic MaintainableReturnDetailType getDetail()
MaintainableReturnDetailTypepublic void setDetail(MaintainableReturnDetailType value)
value - allowed object is
MaintainableReturnDetailType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||