|
||||||||||
| 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
public abstract class PayloadStructureType
PayloadStructureType is an abstract base type used to define the structural information for data or metadata sets. A reference to the structure is provided (either explicitly or through a reference to a structure usage).
Java class for PayloadStructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayloadStructureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="ProvisionAgrement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType"/>
<element name="StructureUsage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureUsageReferenceBaseType"/>
<element name="Structure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureReferenceBaseType"/>
</choice>
</sequence>
<attGroup ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ExternalReferenceAttributeGroup"/>
<attribute name="structureID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="schemaURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="dimensionAtObservation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObservationDimensionType" />
<attribute name="explicitMeasures" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
dimensionAtObservation
|
protected Boolean |
explicitMeasures
|
protected String |
namespace
|
protected ProvisionAgreementReferenceType |
provisionAgrement
|
protected String |
schemaURL
|
protected String |
serviceURL
|
protected StructureReferenceBaseType |
structure
|
protected String |
structureID
|
protected String |
structureURL
|
protected StructureUsageReferenceBaseType |
structureUsage
|
| Constructor Summary | |
|---|---|
PayloadStructureType()
|
|
| Method Summary | |
|---|---|
String |
getDimensionAtObservation()
Gets the value of the dimensionAtObservation property. |
String |
getNamespace()
Gets the value of the namespace property. |
ProvisionAgreementReferenceType |
getProvisionAgrement()
Gets the value of the provisionAgrement property. |
String |
getSchemaURL()
Gets the value of the schemaURL property. |
String |
getServiceURL()
Gets the value of the serviceURL property. |
StructureReferenceBaseType |
getStructure()
Gets the value of the structure property. |
String |
getStructureID()
Gets the value of the structureID property. |
String |
getStructureURL()
Gets the value of the structureURL property. |
StructureUsageReferenceBaseType |
getStructureUsage()
Gets the value of the structureUsage property. |
Boolean |
isExplicitMeasures()
Gets the value of the explicitMeasures property. |
void |
setDimensionAtObservation(String value)
Sets the value of the dimensionAtObservation property. |
void |
setExplicitMeasures(Boolean value)
Sets the value of the explicitMeasures property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
void |
setProvisionAgrement(ProvisionAgreementReferenceType value)
Sets the value of the provisionAgrement property. |
void |
setSchemaURL(String value)
Sets the value of the schemaURL property. |
void |
setServiceURL(String value)
Sets the value of the serviceURL property. |
void |
setStructure(StructureReferenceBaseType value)
Sets the value of the structure property. |
void |
setStructureID(String value)
Sets the value of the structureID property. |
void |
setStructureURL(String value)
Sets the value of the structureURL property. |
void |
setStructureUsage(StructureUsageReferenceBaseType value)
Sets the value of the structureUsage property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProvisionAgreementReferenceType provisionAgrement
protected StructureUsageReferenceBaseType structureUsage
protected StructureReferenceBaseType structure
protected String structureID
protected String schemaURL
protected String namespace
protected String dimensionAtObservation
protected Boolean explicitMeasures
protected String serviceURL
protected String structureURL
| Constructor Detail |
|---|
public PayloadStructureType()
| Method Detail |
|---|
public ProvisionAgreementReferenceType getProvisionAgrement()
ProvisionAgreementReferenceTypepublic void setProvisionAgrement(ProvisionAgreementReferenceType value)
value - allowed object is
ProvisionAgreementReferenceTypepublic StructureUsageReferenceBaseType getStructureUsage()
StructureUsageReferenceBaseTypepublic void setStructureUsage(StructureUsageReferenceBaseType value)
value - allowed object is
StructureUsageReferenceBaseTypepublic StructureReferenceBaseType getStructure()
StructureReferenceBaseTypepublic void setStructure(StructureReferenceBaseType value)
value - allowed object is
StructureReferenceBaseTypepublic String getStructureID()
Stringpublic void setStructureID(String value)
value - allowed object is
Stringpublic String getSchemaURL()
Stringpublic void setSchemaURL(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getDimensionAtObservation()
Stringpublic void setDimensionAtObservation(String value)
value - allowed object is
Stringpublic Boolean isExplicitMeasures()
Booleanpublic void setExplicitMeasures(Boolean value)
value - allowed object is
Booleanpublic String getServiceURL()
Stringpublic void setServiceURL(String value)
value - allowed object is
Stringpublic String getStructureURL()
Stringpublic void setStructureURL(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||