org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class KeyFamiliesType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.KeyFamiliesType

public class KeyFamiliesType
extends Object

KeyFamiliesType defines the structure for describing one or more key families. It also provides uniqueness constraints for each of the key family IDs.

Java class for KeyFamiliesType complex type.

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

 <complexType name="KeyFamiliesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeyFamily" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}KeyFamilyType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<KeyFamilyType> keyFamily
           
 
Constructor Summary
KeyFamiliesType()
           
 
Method Summary
 List<KeyFamilyType> getKeyFamily()
          Gets the value of the keyFamily property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyFamily

protected List<KeyFamilyType> keyFamily
Constructor Detail

KeyFamiliesType

public KeyFamiliesType()
Method Detail

getKeyFamily

public List<KeyFamilyType> getKeyFamily()
Gets the value of the keyFamily 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 keyFamily property.

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

    getKeyFamily().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.