public interface DatasetStructureReferenceBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL_DIMENSIONS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDimensionAtObservation()
The dimensionAtObservation is used to reference the dimension at the observation level for data messages.
|
java.lang.String |
getId()
Returns the id of this structure, this
|
java.lang.String |
getServiceURL()
The serviceURL attribute indicates the URL of an SDMX SOAP web service from which the
details of the object can be retrieved.
|
StructureReferenceBean |
getStructureReference()
Returns the structure reference, either a provision agreement, dataflow, a data structure definition (DSD), or metadata structure definition (MSD)
|
java.lang.String |
getStructureURL()
The structureURL attribute indicates the URL of a SDMX-ML structure message
(in the same version as the source document) in which the externally referenced object is contained.
|
boolean |
isTimeSeries()
Returns true if getDimensionAtObservation() returns PrimaryMeasureBean.FIXED_ID
|
static final java.lang.String ALL_DIMENSIONS
java.lang.String getId()
StructureReferenceBean getStructureReference()
java.lang.String getServiceURL()
java.lang.String getStructureURL()
java.lang.String getDimensionAtObservation()
boolean isTimeSeries()