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

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

public class MetadataStructureRefType
extends Object

MetadataStructureRefType provides a reference to a metadata structure definition. The ID must be provided, as assigned to the metadata structure definition by the agency whose ID is the value of MetadataStructureAgencyID. A version must also be provided.

Java class for MetadataStructureRefType complex type.

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

 <complexType name="MetadataStructureRefType">
   <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="MetadataStructureID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" minOccurs="0"/>
         <element name="MetadataStructureAgencyID" 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 metadataStructureAgencyID
           
protected  String metadataStructureID
           
protected  String urn
           
protected  String version
           
 
Constructor Summary
MetadataStructureRefType()
           
 
Method Summary
 String getMetadataStructureAgencyID()
          Gets the value of the metadataStructureAgencyID property.
 String getMetadataStructureID()
          Gets the value of the metadataStructureID property.
 String getURN()
          Gets the value of the urn property.
 String getVersion()
          Gets the value of the version property.
 void setMetadataStructureAgencyID(String value)
          Sets the value of the metadataStructureAgencyID property.
 void setMetadataStructureID(String value)
          Sets the value of the metadataStructureID 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

metadataStructureID

protected String metadataStructureID

metadataStructureAgencyID

protected String metadataStructureAgencyID

version

protected String version
Constructor Detail

MetadataStructureRefType

public MetadataStructureRefType()
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

getMetadataStructureID

public String getMetadataStructureID()
Gets the value of the metadataStructureID property.

Returns:
possible object is String

setMetadataStructureID

public void setMetadataStructureID(String value)
Sets the value of the metadataStructureID property.

Parameters:
value - allowed object is String

getMetadataStructureAgencyID

public String getMetadataStructureAgencyID()
Gets the value of the metadataStructureAgencyID property.

Returns:
possible object is String

setMetadataStructureAgencyID

public void setMetadataStructureAgencyID(String value)
Sets the value of the metadataStructureAgencyID 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.