|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.PayloadStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureType
org.sdmx.resources.sdmxml.schemas.v2_1.common.DataStructureRequestType
org.sdmx.resources.sdmxml.schemas.v2_1.query.DataStructureRequestType
public class 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 |
|---|
protected Boolean timeSeries
protected Boolean processConstraints
| Constructor Detail |
|---|
public DataStructureRequestType()
| Method Detail |
|---|
public boolean isTimeSeries()
Booleanpublic void setTimeSeries(Boolean value)
value - allowed object is
Booleanpublic boolean isProcessConstraints()
Booleanpublic void setProcessConstraints(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||