org.sdmx.resources.sdmxml.schemas.v2_0.common
Class CubeRegionType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.common.CubeRegionType

public class CubeRegionType
extends Object

CubeRegion describes the portion(s) of the possible combinations of all components within a key family or metadata structure definition by providing valid values on a per-component basis. This does not guarantee that data will be available for all possible combinations, but describes the portion of the cube in which it is useful to query for data. The isIncluded attribute, if true, indicates that the described area is the one in which it is useful to search/expect to find data. If false, this means that the portions of the cube outside the described region are useful to search/where you may expect to find data.

Java class for CubeRegionType complex type.

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

 <complexType name="CubeRegionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Member" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}MemberType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="isIncluded" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean isIncluded
           
protected  List<MemberType> member
           
 
Constructor Summary
CubeRegionType()
           
 
Method Summary
 List<MemberType> getMember()
          Gets the value of the member property.
 boolean isIsIncluded()
          Gets the value of the isIncluded property.
 void setIsIncluded(boolean value)
          Sets the value of the isIncluded property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

member

protected List<MemberType> member

isIncluded

protected boolean isIncluded
Constructor Detail

CubeRegionType

public CubeRegionType()
Method Detail

getMember

public List<MemberType> getMember()
Gets the value of the member property.

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 member property.

For example, to add a new item, do as follows:

    getMember().add(newItem);
 

Objects of the following type(s) are allowed in the list MemberType


isIsIncluded

public boolean isIsIncluded()
Gets the value of the isIncluded property.


setIsIncluded

public void setIsIncluded(boolean value)
Sets the value of the isIncluded property.



Copyright © 2012. All Rights Reserved.