org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class DataStructureComponentsBaseType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureComponentsBaseType
Direct Known Subclasses:
DataStructureComponentsType

public abstract class DataStructureComponentsBaseType
extends GroupingType

DataStructureComponentsBaseType is an abstract base type the serves as the basis for the DataStructureComponentsType. This type is necessary to allow for valid substitutions of component lists.

Java class for DataStructureComponentsBaseType complex type.

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

 <complexType name="DataStructureComponentsBaseType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}GroupingType">
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
componentList
 
Constructor Summary
DataStructureComponentsBaseType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
getComponentList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStructureComponentsBaseType

public DataStructureComponentsBaseType()


Copyright © 2012. All Rights Reserved.