|
||||||||||
| 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.registry.SubmittedStructureType
public class SubmittedStructureType
SubmittedStructureType generally references a submitted structural object. When used in a submit structure request, its purpose is to override the default action or external dependency resolution behavior. If neither of these indicators are set, then it will be ignored. In a submit structure response, it is used to reference a submitted object for the purpose of providing a status for the submission. In this case, the action attribute should be populated in order to echo the requested action.
Java class for SubmittedStructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmittedStructureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaintainableObject" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MaintainableReferenceType"/>
</sequence>
<attribute name="action" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ActionType" />
<attribute name="externalDependencies" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected Boolean |
externalDependencies
|
protected MaintainableReferenceType |
maintainableObject
|
| Constructor Summary | |
|---|---|
SubmittedStructureType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
MaintainableReferenceType |
getMaintainableObject()
Gets the value of the maintainableObject property. |
Boolean |
isExternalDependencies()
Gets the value of the externalDependencies property. |
void |
setAction(ActionType value)
Sets the value of the action property. |
void |
setExternalDependencies(Boolean value)
Sets the value of the externalDependencies property. |
void |
setMaintainableObject(MaintainableReferenceType value)
Sets the value of the maintainableObject property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MaintainableReferenceType maintainableObject
protected ActionType action
protected Boolean externalDependencies
| Constructor Detail |
|---|
public SubmittedStructureType()
| Method Detail |
|---|
public MaintainableReferenceType getMaintainableObject()
MaintainableReferenceTypepublic void setMaintainableObject(MaintainableReferenceType value)
value - allowed object is
MaintainableReferenceTypepublic ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionTypepublic Boolean isExternalDependencies()
Booleanpublic void setExternalDependencies(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||