org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class TargetObject
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.TargetObject
- Direct Known Subclasses:
- ConstraintContentTargetType, DataSetTargetType, IdentifiableObjectTargetBaseType, KeyDescriptorValuesTargetType, ReportPeriodTargetType
public abstract class TargetObject
- extends ComponentType
TargetObject is an abstract base type from which all target objects of a metadata target are derived. It is based on a component. Implementations of this will refined the local representation so that the allowed values accurately reflect the representation of the target object reference.
Java class for TargetObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetObject">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ComponentType">
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetObject
public TargetObject()
Copyright © 2012. All Rights Reserved.