org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ProvisionAgreementWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ProvisionAgreementWhereBaseType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ProvisionAgreementWhereType

public class ProvisionAgreementWhereType
extends ProvisionAgreementWhereBaseType

ProvisionAgreementWhereType defines the parameters of a provision agreement query. All supplied parameters must be matched in order for an object to satisfy the query.

Java class for ProvisionAgreementWhereType complex type.

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

 <complexType name="ProvisionAgreementWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ProvisionAgreementWhereBaseType">
       <sequence>
         <element name="StructureUsage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureUsageReferenceType" minOccurs="0"/>
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataProviderReferenceType dataProvider
           
protected  StructureUsageReferenceType structureUsage
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
agencyID, type
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
version, versionActive, versionFrom, versionTo
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
ProvisionAgreementWhereType()
           
 
Method Summary
 DataProviderReferenceType getDataProvider()
          Gets the value of the dataProvider property.
 StructureUsageReferenceType getStructureUsage()
          Gets the value of the structureUsage property.
 void setDataProvider(DataProviderReferenceType value)
          Sets the value of the dataProvider property.
 void setStructureUsage(StructureUsageReferenceType value)
          Sets the value of the structureUsage property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
getAgencyID, getType, setAgencyID, setType
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
getVersion, getVersionFrom, getVersionTo, isVersionActive, setVersion, setVersionActive, setVersionFrom, setVersionTo
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
getDescription, getName, setDescription, setName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structureUsage

protected StructureUsageReferenceType structureUsage

dataProvider

protected DataProviderReferenceType dataProvider
Constructor Detail

ProvisionAgreementWhereType

public ProvisionAgreementWhereType()
Method Detail

getStructureUsage

public StructureUsageReferenceType getStructureUsage()
Gets the value of the structureUsage property.

Returns:
possible object is StructureUsageReferenceType

setStructureUsage

public void setStructureUsage(StructureUsageReferenceType value)
Sets the value of the structureUsage property.

Parameters:
value - allowed object is StructureUsageReferenceType

getDataProvider

public DataProviderReferenceType getDataProvider()
Gets the value of the dataProvider property.

Returns:
possible object is DataProviderReferenceType

setDataProvider

public void setDataProvider(DataProviderReferenceType value)
Sets the value of the dataProvider property.

Parameters:
value - allowed object is DataProviderReferenceType


Copyright © 2012. All Rights Reserved.