org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class CategorisationType
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.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.CategorisationType
public class CategorisationType
- extends MaintainableType
CategorisationType is defines the structure for a categorisation. A source object is referenced via an object reference and the target category is referenced via the target category.
Java class for CategorisationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategorisationType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MaintainableType">
<sequence minOccurs="0">
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CategoryReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
protected ObjectReferenceType source
target
protected CategoryReferenceType target
CategorisationType
public CategorisationType()
getSource
public ObjectReferenceType getSource()
- Gets the value of the source property.
- Returns:
- possible object is
ObjectReferenceType
setSource
public void setSource(ObjectReferenceType value)
- Sets the value of the source property.
- Parameters:
value - allowed object is
ObjectReferenceType
getTarget
public CategoryReferenceType getTarget()
- Gets the value of the target property.
- Returns:
- possible object is
CategoryReferenceType
setTarget
public void setTarget(CategoryReferenceType value)
- Sets the value of the target property.
- Parameters:
value - allowed object is
CategoryReferenceType
Copyright © 2012. All Rights Reserved.