|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.AttachmentConstraintRefType
public class AttachmentConstraintRefType
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 |
|---|
protected DataflowRefType dataflowRef
protected MetadataflowRefType metadataflowRef
protected DataProviderRefType dataProviderRef
protected ProvisionAgreementRefType provisionAgreementRef
protected String constraintRef
| Constructor Detail |
|---|
public AttachmentConstraintRefType()
| Method Detail |
|---|
public DataflowRefType getDataflowRef()
DataflowRefTypepublic void setDataflowRef(DataflowRefType value)
value - allowed object is
DataflowRefTypepublic MetadataflowRefType getMetadataflowRef()
MetadataflowRefTypepublic void setMetadataflowRef(MetadataflowRefType value)
value - allowed object is
MetadataflowRefTypepublic DataProviderRefType getDataProviderRef()
DataProviderRefTypepublic void setDataProviderRef(DataProviderRefType value)
value - allowed object is
DataProviderRefTypepublic ProvisionAgreementRefType getProvisionAgreementRef()
ProvisionAgreementRefTypepublic void setProvisionAgreementRef(ProvisionAgreementRefType value)
value - allowed object is
ProvisionAgreementRefTypepublic String getConstraintRef()
Stringpublic void setConstraintRef(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||