org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class SubmittedStructureType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.SubmittedStructureType

public class SubmittedStructureType
extends Object

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

maintainableObject

protected MaintainableReferenceType maintainableObject

action

protected ActionType action

externalDependencies

protected Boolean externalDependencies
Constructor Detail

SubmittedStructureType

public SubmittedStructureType()
Method Detail

getMaintainableObject

public MaintainableReferenceType getMaintainableObject()
Gets the value of the maintainableObject property.

Returns:
possible object is MaintainableReferenceType

setMaintainableObject

public void setMaintainableObject(MaintainableReferenceType value)
Sets the value of the maintainableObject property.

Parameters:
value - allowed object is MaintainableReferenceType

getAction

public ActionType getAction()
Gets the value of the action property.

Returns:
possible object is ActionType

setAction

public void setAction(ActionType value)
Sets the value of the action property.

Parameters:
value - allowed object is ActionType

isExternalDependencies

public Boolean isExternalDependencies()
Gets the value of the externalDependencies property.

Returns:
possible object is Boolean

setExternalDependencies

public void setExternalDependencies(Boolean value)
Sets the value of the externalDependencies property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.