org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class IdentifiableObjectTargetType
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
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableObjectTargetBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableObjectTargetType
public class IdentifiableObjectTargetType
- extends IdentifiableObjectTargetBaseType
IdentifiableObjectTargetType defines the structure of an identifiable target object. The identifiable target object has a fixed representation of a reference and can specify a local representation of any item scheme for the purpose of restricting which items may be referenced. The identifiable object target must specify the object type which the target object is meant to reference.
Java class for IdentifiableObjectTargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifiableObjectTargetType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}IdentifiableObjectTargetBaseType">
<attribute name="objectType" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectTypeCodelistType" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectType
protected ObjectTypeCodelistType objectType
IdentifiableObjectTargetType
public IdentifiableObjectTargetType()
getObjectType
public ObjectTypeCodelistType getObjectType()
- Gets the value of the objectType property.
- Returns:
- possible object is
ObjectTypeCodelistType
setObjectType
public void setObjectType(ObjectTypeCodelistType value)
- Sets the value of the objectType property.
- Parameters:
value - allowed object is
ObjectTypeCodelistType
Copyright © 2012. All Rights Reserved.