org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class StructuralEventType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.StructuralEventType

public class StructuralEventType
extends Object

This provides the details of a structural repository event for the purposes of notification.

Java class for StructuralEventType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StructuralEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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="Processes" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ProcessesType" minOccurs="0"/>
         <element name="ReportingTaxonomies" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ReportingTaxonomiesType" minOccurs="0"/>
       </sequence>
     </restriction>
   </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
           
 
Constructor Summary
StructuralEventType()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

organisationSchemes

protected OrganisationSchemesType organisationSchemes

dataflows

protected DataflowsType dataflows

metadataflows

protected MetadataflowsType metadataflows

categorySchemes

protected CategorySchemesType categorySchemes

codeLists

protected CodeListsType codeLists

hierarchicalCodelists

protected HierarchicalCodelistsType hierarchicalCodelists

concepts

protected ConceptsType concepts

metadataStructureDefinitions

protected MetadataStructureDefinitionsType metadataStructureDefinitions

keyFamilies

protected KeyFamiliesType keyFamilies

structureSets

protected StructureSetsType structureSets

processes

protected ProcessesType processes

reportingTaxonomies

protected ReportingTaxonomiesType reportingTaxonomies
Constructor Detail

StructuralEventType

public StructuralEventType()
Method Detail

getOrganisationSchemes

public OrganisationSchemesType getOrganisationSchemes()
Gets the value of the organisationSchemes property.

Returns:
possible object is OrganisationSchemesType

setOrganisationSchemes

public void setOrganisationSchemes(OrganisationSchemesType value)
Sets the value of the organisationSchemes property.

Parameters:
value - allowed object is OrganisationSchemesType

getDataflows

public DataflowsType getDataflows()
Gets the value of the dataflows property.

Returns:
possible object is DataflowsType

setDataflows

public void setDataflows(DataflowsType value)
Sets the value of the dataflows property.

Parameters:
value - allowed object is DataflowsType

getMetadataflows

public MetadataflowsType getMetadataflows()
Gets the value of the metadataflows property.

Returns:
possible object is MetadataflowsType

setMetadataflows

public void setMetadataflows(MetadataflowsType value)
Sets the value of the metadataflows property.

Parameters:
value - allowed object is MetadataflowsType

getCategorySchemes

public CategorySchemesType getCategorySchemes()
Gets the value of the categorySchemes property.

Returns:
possible object is CategorySchemesType

setCategorySchemes

public void setCategorySchemes(CategorySchemesType value)
Sets the value of the categorySchemes property.

Parameters:
value - allowed object is CategorySchemesType

getCodeLists

public CodeListsType getCodeLists()
Gets the value of the codeLists property.

Returns:
possible object is CodeListsType

setCodeLists

public void setCodeLists(CodeListsType value)
Sets the value of the codeLists property.

Parameters:
value - allowed object is CodeListsType

getHierarchicalCodelists

public HierarchicalCodelistsType getHierarchicalCodelists()
Gets the value of the hierarchicalCodelists property.

Returns:
possible object is HierarchicalCodelistsType

setHierarchicalCodelists

public void setHierarchicalCodelists(HierarchicalCodelistsType value)
Sets the value of the hierarchicalCodelists property.

Parameters:
value - allowed object is HierarchicalCodelistsType

getConcepts

public ConceptsType getConcepts()
Gets the value of the concepts property.

Returns:
possible object is ConceptsType

setConcepts

public void setConcepts(ConceptsType value)
Sets the value of the concepts property.

Parameters:
value - allowed object is ConceptsType

getMetadataStructureDefinitions

public MetadataStructureDefinitionsType getMetadataStructureDefinitions()
Gets the value of the metadataStructureDefinitions property.

Returns:
possible object is MetadataStructureDefinitionsType

setMetadataStructureDefinitions

public void setMetadataStructureDefinitions(MetadataStructureDefinitionsType value)
Sets the value of the metadataStructureDefinitions property.

Parameters:
value - allowed object is MetadataStructureDefinitionsType

getKeyFamilies

public KeyFamiliesType getKeyFamilies()
Gets the value of the keyFamilies property.

Returns:
possible object is KeyFamiliesType

setKeyFamilies

public void setKeyFamilies(KeyFamiliesType value)
Sets the value of the keyFamilies property.

Parameters:
value - allowed object is KeyFamiliesType

getStructureSets

public StructureSetsType getStructureSets()
Gets the value of the structureSets property.

Returns:
possible object is StructureSetsType

setStructureSets

public void setStructureSets(StructureSetsType value)
Sets the value of the structureSets property.

Parameters:
value - allowed object is StructureSetsType

getProcesses

public ProcessesType getProcesses()
Gets the value of the processes property.

Returns:
possible object is ProcessesType

setProcesses

public void setProcesses(ProcessesType value)
Sets the value of the processes property.

Parameters:
value - allowed object is ProcessesType

getReportingTaxonomies

public ReportingTaxonomiesType getReportingTaxonomies()
Gets the value of the reportingTaxonomies property.

Returns:
possible object is ReportingTaxonomiesType

setReportingTaxonomies

public void setReportingTaxonomies(ReportingTaxonomiesType value)
Sets the value of the reportingTaxonomies property.

Parameters:
value - allowed object is ReportingTaxonomiesType


Copyright © 2012. All Rights Reserved.