org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MappedObjectType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceBaseType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MappedObjectReferenceType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MappedObjectType

public class MappedObjectType
extends MappedObjectReferenceType

MappedObjectType defines a structure for referencing an object and indicating whether it is the source, target, or either for the purposes of query for structure set containing the referenced object in one of the maps it defines.

Java class for MappedObjectType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MappedObjectType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MappedObjectReferenceType">
       <attribute name="type" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}SourceTargetType" default="Any" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  SourceTargetType type
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
content
 
Constructor Summary
MappedObjectType()
           
 
Method Summary
 SourceTargetType getType()
          Gets the value of the type property.
 void setType(SourceTargetType value)
          Sets the value of the type property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected SourceTargetType type
Constructor Detail

MappedObjectType

public MappedObjectType()
Method Detail

getType

public SourceTargetType getType()
Gets the value of the type property.

Returns:
possible object is SourceTargetType

setType

public void setType(SourceTargetType value)
Sets the value of the type property.

Parameters:
value - allowed object is SourceTargetType


Copyright © 2012. All Rights Reserved.