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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureRequestType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureRequestType

public class DataStructureRequestType
extends DataStructureRequestType

DataStructureRequestType extends the base DataStructureRequestType to add additional parameters that are necessary when querying for a schema.

Java class for DataStructureRequestType complex type.

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

 <complexType name="DataStructureRequestType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureRequestType">
       <attribute name="timeSeries" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="processConstraints" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean processConstraints
           
protected  Boolean timeSeries
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
dimensionAtObservation, explicitMeasures, namespace, provisionAgrement, schemaURL, serviceURL, structure, structureID, structureURL, structureUsage
 
Constructor Summary
DataStructureRequestType()
           
 
Method Summary
 boolean isProcessConstraints()
          Gets the value of the processConstraints property.
 boolean isTimeSeries()
          Gets the value of the timeSeries property.
 void setProcessConstraints(Boolean value)
          Sets the value of the processConstraints property.
 void setTimeSeries(Boolean value)
          Sets the value of the timeSeries property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
getDimensionAtObservation, getNamespace, getProvisionAgrement, getSchemaURL, getServiceURL, getStructure, getStructureID, getStructureURL, getStructureUsage, isExplicitMeasures, setDimensionAtObservation, setExplicitMeasures, setNamespace, setProvisionAgrement, setSchemaURL, setServiceURL, setStructure, setStructureID, setStructureURL, setStructureUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeSeries

protected Boolean timeSeries

processConstraints

protected Boolean processConstraints
Constructor Detail

DataStructureRequestType

public DataStructureRequestType()
Method Detail

isTimeSeries

public boolean isTimeSeries()
Gets the value of the timeSeries property.

Returns:
possible object is Boolean

setTimeSeries

public void setTimeSeries(Boolean value)
Sets the value of the timeSeries property.

Parameters:
value - allowed object is Boolean

isProcessConstraints

public boolean isProcessConstraints()
Gets the value of the processConstraints property.

Returns:
possible object is Boolean

setProcessConstraints

public void setProcessConstraints(Boolean value)
Sets the value of the processConstraints property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.