|
||||||||||
| 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.generic.ReportType
public class ReportType
ReportType contains a set of report attributes and identifies a target objects] to which they apply.
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/generic}TargetType"/>
<element name="AttributeSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/generic}AttributeSetType"/>
</sequence>
<attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AttributeSetType |
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 | |
|---|---|
AttributeSetType |
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(AttributeSetType 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 AttributeSetType attributeSet
protected String id
| Constructor Detail |
|---|
public ReportType()
| Method Detail |
|---|
public TargetType getTarget()
TargetTypepublic void setTarget(TargetType value)
value - allowed object is
TargetTypepublic AttributeSetType getAttributeSet()
AttributeSetTypepublic void setAttributeSet(AttributeSetType value)
value - allowed object is
AttributeSetTypepublic 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 | |||||||||