|
||||||||||
| 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.message.MessageType
org.sdmx.resources.sdmxml.schemas.v2_0.message.StructureType
public class StructureType
StructureType defines the contents of a structure message.
Java class for StructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureType">
<complexContent>
<extension base="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message}MessageType">
<sequence>
<element name="OrganisationSchemes" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}OrganisationSchemesType" minOccurs="0"/>
<element name="Dataflows" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}DataflowsType" minOccurs="0"/>
<element name="Metadataflows" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}MetadataflowsType" minOccurs="0"/>
<element name="CategorySchemes" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}CategorySchemesType" minOccurs="0"/>
<element name="CodeLists" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}CodeListsType" minOccurs="0"/>
<element name="HierarchicalCodelists" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}HierarchicalCodelistsType" minOccurs="0"/>
<element name="Concepts" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ConceptsType" minOccurs="0"/>
<element name="MetadataStructureDefinitions" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}MetadataStructureDefinitionsType" minOccurs="0"/>
<element name="KeyFamilies" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}KeyFamiliesType" minOccurs="0"/>
<element name="StructureSets" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}StructureSetsType" minOccurs="0"/>
<element name="ReportingTaxonomies" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ReportingTaxonomiesType" minOccurs="0"/>
<element name="Processes" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ProcessesType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CategorySchemesType |
categorySchemes
|
protected CodeListsType |
codeLists
|
protected ConceptsType |
concepts
|
protected DataflowsType |
dataflows
|
protected HierarchicalCodelistsType |
hierarchicalCodelists
|
protected KeyFamiliesType |
keyFamilies
|
protected MetadataflowsType |
metadataflows
|
protected MetadataStructureDefinitionsType |
metadataStructureDefinitions
|
protected OrganisationSchemesType |
organisationSchemes
|
protected ProcessesType |
processes
|
protected ReportingTaxonomiesType |
reportingTaxonomies
|
protected StructureSetsType |
structureSets
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType |
|---|
header |
| Constructor Summary | |
|---|---|
StructureType()
|
|
| Method Summary | |
|---|---|
CategorySchemesType |
getCategorySchemes()
Gets the value of the categorySchemes property. |
CodeListsType |
getCodeLists()
Gets the value of the codeLists property. |
ConceptsType |
getConcepts()
Gets the value of the concepts property. |
DataflowsType |
getDataflows()
Gets the value of the dataflows property. |
HierarchicalCodelistsType |
getHierarchicalCodelists()
Gets the value of the hierarchicalCodelists property. |
KeyFamiliesType |
getKeyFamilies()
Gets the value of the keyFamilies property. |
MetadataflowsType |
getMetadataflows()
Gets the value of the metadataflows property. |
MetadataStructureDefinitionsType |
getMetadataStructureDefinitions()
Gets the value of the metadataStructureDefinitions property. |
OrganisationSchemesType |
getOrganisationSchemes()
Gets the value of the organisationSchemes property. |
ProcessesType |
getProcesses()
Gets the value of the processes property. |
ReportingTaxonomiesType |
getReportingTaxonomies()
Gets the value of the reportingTaxonomies property. |
StructureSetsType |
getStructureSets()
Gets the value of the structureSets property. |
void |
setCategorySchemes(CategorySchemesType value)
Sets the value of the categorySchemes property. |
void |
setCodeLists(CodeListsType value)
Sets the value of the codeLists property. |
void |
setConcepts(ConceptsType value)
Sets the value of the concepts property. |
void |
setDataflows(DataflowsType value)
Sets the value of the dataflows property. |
void |
setHierarchicalCodelists(HierarchicalCodelistsType value)
Sets the value of the hierarchicalCodelists property. |
void |
setKeyFamilies(KeyFamiliesType value)
Sets the value of the keyFamilies property. |
void |
setMetadataflows(MetadataflowsType value)
Sets the value of the metadataflows property. |
void |
setMetadataStructureDefinitions(MetadataStructureDefinitionsType value)
Sets the value of the metadataStructureDefinitions property. |
void |
setOrganisationSchemes(OrganisationSchemesType value)
Sets the value of the organisationSchemes property. |
void |
setProcesses(ProcessesType value)
Sets the value of the processes property. |
void |
setReportingTaxonomies(ReportingTaxonomiesType value)
Sets the value of the reportingTaxonomies property. |
void |
setStructureSets(StructureSetsType value)
Sets the value of the structureSets property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType |
|---|
getHeader, setHeader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OrganisationSchemesType organisationSchemes
protected DataflowsType dataflows
protected MetadataflowsType metadataflows
protected CategorySchemesType categorySchemes
protected CodeListsType codeLists
protected HierarchicalCodelistsType hierarchicalCodelists
protected ConceptsType concepts
protected MetadataStructureDefinitionsType metadataStructureDefinitions
protected KeyFamiliesType keyFamilies
protected StructureSetsType structureSets
protected ReportingTaxonomiesType reportingTaxonomies
protected ProcessesType processes
| Constructor Detail |
|---|
public StructureType()
| Method Detail |
|---|
public OrganisationSchemesType getOrganisationSchemes()
OrganisationSchemesTypepublic void setOrganisationSchemes(OrganisationSchemesType value)
value - allowed object is OrganisationSchemesTypepublic DataflowsType getDataflows()
DataflowsTypepublic void setDataflows(DataflowsType value)
value - allowed object is DataflowsTypepublic MetadataflowsType getMetadataflows()
MetadataflowsTypepublic void setMetadataflows(MetadataflowsType value)
value - allowed object is MetadataflowsTypepublic CategorySchemesType getCategorySchemes()
CategorySchemesTypepublic void setCategorySchemes(CategorySchemesType value)
value - allowed object is CategorySchemesTypepublic CodeListsType getCodeLists()
CodeListsTypepublic void setCodeLists(CodeListsType value)
value - allowed object is CodeListsTypepublic HierarchicalCodelistsType getHierarchicalCodelists()
HierarchicalCodelistsTypepublic void setHierarchicalCodelists(HierarchicalCodelistsType value)
value - allowed object is HierarchicalCodelistsTypepublic ConceptsType getConcepts()
ConceptsTypepublic void setConcepts(ConceptsType value)
value - allowed object is ConceptsTypepublic MetadataStructureDefinitionsType getMetadataStructureDefinitions()
MetadataStructureDefinitionsTypepublic void setMetadataStructureDefinitions(MetadataStructureDefinitionsType value)
value - allowed object is MetadataStructureDefinitionsTypepublic KeyFamiliesType getKeyFamilies()
KeyFamiliesTypepublic void setKeyFamilies(KeyFamiliesType value)
value - allowed object is KeyFamiliesTypepublic StructureSetsType getStructureSets()
StructureSetsTypepublic void setStructureSets(StructureSetsType value)
value - allowed object is StructureSetsTypepublic ReportingTaxonomiesType getReportingTaxonomies()
ReportingTaxonomiesTypepublic void setReportingTaxonomies(ReportingTaxonomiesType value)
value - allowed object is ReportingTaxonomiesTypepublic ProcessesType getProcesses()
ProcessesTypepublic void setProcesses(ProcessesType value)
value - allowed object is ProcessesType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||