org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class IdentifiableObjectTargetType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentBaseType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.TargetObject
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableObjectTargetBaseType
                          extended by 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>
 


Field Summary
protected  ObjectTypeCodelistType objectType
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
conceptIdentity, localRepresentation
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
IdentifiableObjectTargetType()
           
 
Method Summary
 ObjectTypeCodelistType getObjectType()
          Gets the value of the objectType property.
 void setObjectType(ObjectTypeCodelistType value)
          Sets the value of the objectType property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
getConceptIdentity, getLocalRepresentation, setConceptIdentity, setLocalRepresentation
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
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

objectType

protected ObjectTypeCodelistType objectType
Constructor Detail

IdentifiableObjectTargetType

public IdentifiableObjectTargetType()
Method Detail

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.