public class RelatedStructuresBeanImpl extends SdmxStructureBeanImpl implements RelatedStructuresBean
Constructor and Description |
---|
RelatedStructuresBeanImpl(java.util.List<org.sdmx.resources.sdmxml.schemas.v21.common.StructureOrUsageReferenceType> relStrucTypeList,
SdmxStructureBean parent) |
RelatedStructuresBeanImpl(RelatedStructuresMutableBean bean,
SdmxStructureBean parent) |
RelatedStructuresBeanImpl(org.sdmx.resources.sdmxml.schemas.v20.structure.RelatedStructuresType relStrucType,
SdmxStructureBean parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
deepEquals(SDMXBean bean,
boolean includeFinalProperties)
Returns true if this SdmxBean equals the given bean in every respect (except for the validTo property of a maintainable artefact, this is not taken into consideration)
This method calls deepEquals on any SdmxBean composites.
|
java.util.List<CrossReferenceBean> |
getCategorySchemeRef() |
java.util.List<CrossReferenceBean> |
getConceptSchemeRef() |
java.util.List<CrossReferenceBean> |
getDataStructureRef() |
java.util.List<CrossReferenceBean> |
getHierCodelistRef() |
java.util.List<CrossReferenceBean> |
getMetadataStructureRef() |
java.util.List<CrossReferenceBean> |
getOrgSchemeRef() |
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent, getStructureType
getComposites, getComposites, getCrossReferences, getParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
getComposites, getComposites, getCrossReferences, getParent, getStructureType
public RelatedStructuresBeanImpl(RelatedStructuresMutableBean bean, SdmxStructureBean parent)
public RelatedStructuresBeanImpl(java.util.List<org.sdmx.resources.sdmxml.schemas.v21.common.StructureOrUsageReferenceType> relStrucTypeList, SdmxStructureBean parent)
public RelatedStructuresBeanImpl(org.sdmx.resources.sdmxml.schemas.v20.structure.RelatedStructuresType relStrucType, SdmxStructureBean parent)
public boolean deepEquals(SDMXBean bean, boolean includeFinalProperties)
SDMXBean
deepEquals
in interface SDMXBean
deepEquals
in class SDMXBeanImpl
bean
- if null, then false will be returnedincludeFinalProperties
- - if true, then this method will check every single property from this bean is
equal to the passed in bean. If false, then this method will ignore the following properties:
public java.util.List<CrossReferenceBean> getDataStructureRef()
getDataStructureRef
in interface RelatedStructuresBean
public java.util.List<CrossReferenceBean> getMetadataStructureRef()
getMetadataStructureRef
in interface RelatedStructuresBean
public java.util.List<CrossReferenceBean> getConceptSchemeRef()
getConceptSchemeRef
in interface RelatedStructuresBean
public java.util.List<CrossReferenceBean> getCategorySchemeRef()
getCategorySchemeRef
in interface RelatedStructuresBean
public java.util.List<CrossReferenceBean> getOrgSchemeRef()
getOrgSchemeRef
in interface RelatedStructuresBean
public java.util.List<CrossReferenceBean> getHierCodelistRef()
getHierCodelistRef
in interface RelatedStructuresBean