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

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

public class AttachmentConstraintRefType
extends Object

AttachmentConstraintRefType describes a reference to an attachment constraint. This includes a reference to a dataflow, metadataflow, data provider, or provision agreement plus the ID of the attachment constraint, as assigned within the constraints associated with the referenced object, in the ConstraintRef element.

Java class for AttachmentConstraintRefType complex type.

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

 <complexType name="AttachmentConstraintRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}DataflowRefType"/>
           <element name="MetadataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}MetadataflowRefType"/>
           <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}DataProviderRefType"/>
           <element name="ProvisionAgreementRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure}ProvisionAgreementRefType"/>
         </choice>
         <element name="ConstraintRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String constraintRef
           
protected  DataflowRefType dataflowRef
           
protected  DataProviderRefType dataProviderRef
           
protected  MetadataflowRefType metadataflowRef
           
protected  ProvisionAgreementRefType provisionAgreementRef
           
 
Constructor Summary
AttachmentConstraintRefType()
           
 
Method Summary
 String getConstraintRef()
          Gets the value of the constraintRef property.
 DataflowRefType getDataflowRef()
          Gets the value of the dataflowRef property.
 DataProviderRefType getDataProviderRef()
          Gets the value of the dataProviderRef property.
 MetadataflowRefType getMetadataflowRef()
          Gets the value of the metadataflowRef property.
 ProvisionAgreementRefType getProvisionAgreementRef()
          Gets the value of the provisionAgreementRef property.
 void setConstraintRef(String value)
          Sets the value of the constraintRef property.
 void setDataflowRef(DataflowRefType value)
          Sets the value of the dataflowRef property.
 void setDataProviderRef(DataProviderRefType value)
          Sets the value of the dataProviderRef property.
 void setMetadataflowRef(MetadataflowRefType value)
          Sets the value of the metadataflowRef property.
 void setProvisionAgreementRef(ProvisionAgreementRefType value)
          Sets the value of the provisionAgreementRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataflowRef

protected DataflowRefType dataflowRef

metadataflowRef

protected MetadataflowRefType metadataflowRef

dataProviderRef

protected DataProviderRefType dataProviderRef

provisionAgreementRef

protected ProvisionAgreementRefType provisionAgreementRef

constraintRef

protected String constraintRef
Constructor Detail

AttachmentConstraintRefType

public AttachmentConstraintRefType()
Method Detail

getDataflowRef

public DataflowRefType getDataflowRef()
Gets the value of the dataflowRef property.

Returns:
possible object is DataflowRefType

setDataflowRef

public void setDataflowRef(DataflowRefType value)
Sets the value of the dataflowRef property.

Parameters:
value - allowed object is DataflowRefType

getMetadataflowRef

public MetadataflowRefType getMetadataflowRef()
Gets the value of the metadataflowRef property.

Returns:
possible object is MetadataflowRefType

setMetadataflowRef

public void setMetadataflowRef(MetadataflowRefType value)
Sets the value of the metadataflowRef property.

Parameters:
value - allowed object is MetadataflowRefType

getDataProviderRef

public DataProviderRefType getDataProviderRef()
Gets the value of the dataProviderRef property.

Returns:
possible object is DataProviderRefType

setDataProviderRef

public void setDataProviderRef(DataProviderRefType value)
Sets the value of the dataProviderRef property.

Parameters:
value - allowed object is DataProviderRefType

getProvisionAgreementRef

public ProvisionAgreementRefType getProvisionAgreementRef()
Gets the value of the provisionAgreementRef property.

Returns:
possible object is ProvisionAgreementRefType

setProvisionAgreementRef

public void setProvisionAgreementRef(ProvisionAgreementRefType value)
Sets the value of the provisionAgreementRef property.

Parameters:
value - allowed object is ProvisionAgreementRefType

getConstraintRef

public String getConstraintRef()
Gets the value of the constraintRef property.

Returns:
possible object is String

setConstraintRef

public void setConstraintRef(String value)
Sets the value of the constraintRef property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.