org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic
Class ReportType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic.ReportType

public class ReportType
extends AnnotableType

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

target

protected TargetType target

attributeSet

protected AttributeSetType attributeSet

id

protected String id
Constructor Detail

ReportType

public ReportType()
Method Detail

getTarget

public TargetType getTarget()
Gets the value of the target property.

Returns:
possible object is TargetType

setTarget

public void setTarget(TargetType value)
Sets the value of the target property.

Parameters:
value - allowed object is TargetType

getAttributeSet

public AttributeSetType getAttributeSet()
Gets the value of the attributeSet property.

Returns:
possible object is AttributeSetType

setAttributeSet

public void setAttributeSet(AttributeSetType value)
Sets the value of the attributeSet property.

Parameters:
value - allowed object is AttributeSetType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.