|
||||||||||
| 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.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific.ReportType
public abstract class ReportType
ReportType is an abstract base type the forms the basis for a metadata structure definition specific report, based on the defined report structures. This type is restricted in the metadata structure definition specific schema so that the Target and AttributeSet conform to the prescribed report structure.
Java class for ReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
<sequence>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/structurespecific}TargetType" form="unqualified"/>
<element name="AttributeSet" type="{http://www.w3.org/2001/XMLSchema}anyType" form="unqualified"/>
</sequence>
<attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
attributeSet
|
protected String |
id
|
protected TargetType |
target
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
ReportType()
|
|
| Method Summary | |
|---|---|
Object |
getAttributeSet()
Gets the value of the attributeSet property. |
String |
getId()
Gets the value of the id property. |
TargetType |
getTarget()
Gets the value of the target property. |
void |
setAttributeSet(Object value)
Sets the value of the attributeSet property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setTarget(TargetType value)
Sets the value of the target property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TargetType target
protected Object attributeSet
protected String id
| Constructor Detail |
|---|
public ReportType()
| Method Detail |
|---|
public TargetType getTarget()
TargetTypepublic void setTarget(TargetType value)
value - allowed object is
TargetTypepublic Object getAttributeSet()
Objectpublic void setAttributeSet(Object value)
value - allowed object is
Objectpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||