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

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

public class KeyFamilyRefType
extends Object

KeyFamilyRefType provides a reference to a key-family (data set structure definition). At a minimum, either (a) The key family ID must be provided, as assigned to the key family by the agency whose ID is the value of KeyFamilyAgencyID. A version must also be provided; OR (b) a valid SDMX Registry URN must be provided in the URN element (see SDMX Registry Specification)

Java class for KeyFamilyRefType complex type.

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

 <complexType name="KeyFamilyRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="KeyFamilyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="KeyFamilyAgencyID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String keyFamilyAgencyID
           
protected  String keyFamilyID
           
protected  String urn
           
protected  String version
           
 
Constructor Summary
KeyFamilyRefType()
           
 
Method Summary
 String getKeyFamilyAgencyID()
          Gets the value of the keyFamilyAgencyID property.
 String getKeyFamilyID()
          Gets the value of the keyFamilyID property.
 String getURN()
          Gets the value of the urn property.
 String getVersion()
          Gets the value of the version property.
 void setKeyFamilyAgencyID(String value)
          Sets the value of the keyFamilyAgencyID property.
 void setKeyFamilyID(String value)
          Sets the value of the keyFamilyID property.
 void setURN(String value)
          Sets the value of the urn property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urn

protected String urn

keyFamilyID

protected String keyFamilyID

keyFamilyAgencyID

protected String keyFamilyAgencyID

version

protected String version
Constructor Detail

KeyFamilyRefType

public KeyFamilyRefType()
Method Detail

getURN

public String getURN()
Gets the value of the urn property.

Returns:
possible object is String

setURN

public void setURN(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getKeyFamilyID

public String getKeyFamilyID()
Gets the value of the keyFamilyID property.

Returns:
possible object is String

setKeyFamilyID

public void setKeyFamilyID(String value)
Sets the value of the keyFamilyID property.

Parameters:
value - allowed object is String

getKeyFamilyAgencyID

public String getKeyFamilyAgencyID()
Gets the value of the keyFamilyAgencyID property.

Returns:
possible object is String

setKeyFamilyAgencyID

public void setKeyFamilyAgencyID(String value)
Sets the value of the keyFamilyAgencyID property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.