|
||||||||||
| 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.SubmitStructureRequestType
public class SubmitStructureRequestType
SubmitStructureRequestType describes the structure of a structure submission. Structural components are provided either in-line or referenced via a SDMX-ML Structure message external to the registry. A default action and external reference resolution action are all provided for each of the contained components, but can be overridden on a per component basis.
Java class for SubmitStructureRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitStructureRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="StructureLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Structures"/>
</choice>
<element name="SubmittedStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmittedStructureType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="action" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ActionType" default="Append" />
<attribute name="externalDependencies" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected Boolean |
externalDependencies
|
protected String |
structureLocation
|
protected StructuresType |
structures
|
protected List<SubmittedStructureType> |
submittedStructure
|
| Constructor Summary | |
|---|---|
SubmitStructureRequestType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
String |
getStructureLocation()
Gets the value of the structureLocation property. |
StructuresType |
getStructures()
Structures allows for the inline definition of structural components for submission. |
List<SubmittedStructureType> |
getSubmittedStructure()
Gets the value of the submittedStructure 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 |
setStructureLocation(String value)
Sets the value of the structureLocation property. |
void |
setStructures(StructuresType value)
Sets the value of the structures property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String structureLocation
protected StructuresType structures
protected List<SubmittedStructureType> submittedStructure
protected ActionType action
protected Boolean externalDependencies
| Constructor Detail |
|---|
public SubmitStructureRequestType()
| Method Detail |
|---|
public String getStructureLocation()
Stringpublic void setStructureLocation(String value)
value - allowed object is
Stringpublic StructuresType getStructures()
StructuresTypepublic void setStructures(StructuresType value)
value - allowed object is
StructuresTypepublic List<SubmittedStructureType> getSubmittedStructure()
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 submittedStructure property.
For example, to add a new item, do as follows:
getSubmittedStructure().add(newItem);
Objects of the following type(s) are allowed in the list
SubmittedStructureType
public 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 | |||||||||