public class MeasureListBeanImpl extends IdentifiableBeanImpl implements MeasureListBean
FIXED_ID
Constructor and Description |
---|
MeasureListBeanImpl(MeasureListMutableBean measureList,
MaintainableBean parent) |
MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v21.structure.MeasureListType measureList,
MaintainableBean parent) |
MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v20.structure.PrimaryMeasureType primaryMeasure,
MaintainableBean parent) |
MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v10.xmlbeans.structure.PrimaryMeasureType primaryMeasure,
MaintainableBean 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.lang.String |
getId()
Returns the id for this component, this is a mandatory field and will never be null.
|
PrimaryMeasureBean |
getPrimaryMeasure()
Returns the primary measure, this can not be null
|
asReference, equals, getAllTextTypes, getFullIdPath, getUri, getUrn, hashCode, toString
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent, getStructureType
getComposites, getComposites, getCrossReferences, getParent
asReference, getAllTextTypes, getFullIdPath, getUri, getUrn
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
getComposites, getComposites, getCrossReferences, getParent, getStructureType
public MeasureListBeanImpl(MeasureListMutableBean measureList, MaintainableBean parent)
public MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v21.structure.MeasureListType measureList, MaintainableBean parent)
public MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v20.structure.PrimaryMeasureType primaryMeasure, MaintainableBean parent)
public MeasureListBeanImpl(org.sdmx.resources.sdmxml.schemas.v10.xmlbeans.structure.PrimaryMeasureType primaryMeasure, MaintainableBean 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.lang.String getId()
IdentifiableBean
getId
in interface IdentifiableBean
getId
in class IdentifiableBeanImpl
public PrimaryMeasureBean getPrimaryMeasure()
MeasureListBean
getPrimaryMeasure
in interface MeasureListBean