org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MappedObjectType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ReferenceType
org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.common.MaintainableReferenceType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MappedObjectReferenceType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected SourceTargetType type
MappedObjectType
public MappedObjectType()
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.