org.sdmx.resources.sdmxml.schemas.v2_1.common
Class ChildObjectRefBaseType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.RefBaseType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ChildObjectRefBaseType
Direct Known Subclasses:
CategorySchemeMapRefType, CodelistMapRefType, ComponentListRefBaseType, ConceptSchemeMapRefType, HierarchyRefType, ItemRefBaseType, LevelRefType, OrganisationSchemeMapRefType, ProcessStepRefType, StructureMapRefType

public abstract class ChildObjectRefBaseType
extends RefBaseType

ChildObjectRefBaseType is an abstract base type for referencing any child object defined directly within a maintainable object.

Java class for ChildObjectRefBaseType complex type.

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

 <complexType name="ChildObjectRefBaseType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}RefBaseType">
       <attribute name="agencyID" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NestedNCNameIDType" />
       <attribute name="maintainableParentID" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
       <attribute name="maintainableParentVersion" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}VersionType" default="1.0" />
       <attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NestedIDType" />
       <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="false" />
       <attribute name="class" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectTypeCodelistType" />
       <attribute name="package" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}PackageTypeCodelistType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RefBaseType
_package, agencyID, clazz, containerID, id, local, maintainableParentID, maintainableParentVersion, version
 
Constructor Summary
ChildObjectRefBaseType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RefBaseType
getAgencyID, getClazz, getContainerID, getId, getMaintainableParentID, getMaintainableParentVersion, getPackage, getVersion, isLocal, setAgencyID, setClazz, setContainerID, setId, setLocal, setMaintainableParentID, setMaintainableParentVersion, setPackage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildObjectRefBaseType

public ChildObjectRefBaseType()


Copyright © 2012. All Rights Reserved.