Class MAPT_BCSM_CAMEL_TDP_Criteria
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPT_BCSM_CAMEL_TDP_Criteria
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPT_BCSM_CAMEL_TDP_Criteria extends AbstractFieldsObject
API for MAP-MS-DataTypes.T-BCSM-CAMEL-TDP-Criteria. Generated from the following ASN.1 type definition.T-BCSM-CAMEL-TDP-Criteria ::= SEQUENCE { t-BCSM-TriggerDetectionPoint T-BcsmTriggerDetectionPoint, basicServiceCriteria BasicServiceCriteria OPTIONAL, t-CauseValueCriteria T-CauseValueCriteria OPTIONAL, ... }
Added in R99.Used in array as field type by
MAPVlrCamelSubscriptionInfo
.Used in array as field type by
MAPGmscCamelSubscriptionInfo
.Used in array as field type by
MAPCAMEL_SubscriptionInfo
.Used in array as field type by
MAPCAMEL_SubscriptionInfo
.Used in array as field type by
MAPCAMEL_SubscriptionInfo
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPT_BCSM_CAMEL_TDP_Criteria()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPT_BCSM_CAMEL_TDP_Criteria
clone()
Constructs a copy of this object and everything reachable from it.static MAPT_BCSM_CAMEL_TDP_Criteria
copyOf(MAPT_BCSM_CAMEL_TDP_Criteria from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPExt_BasicServiceCode[]
getBasicServiceCriteria()
Gets the value of the field basicServiceCriteria.static FieldAccessor[]
getFieldAccessors()
Gets a new array of the accessors for fields of this type.Map<String,Object>
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.MAPT_BcsmTriggerDetectionPoint
getT_BCSM_TriggerDetectionPoint()
Gets the value of the field t-BCSM-TriggerDetectionPoint.byte[][]
getT_CauseValueCriteria()
Gets the value of the field t-CauseValueCriteria.boolean
hasBasicServiceCriteria()
Tests whether the field basicServiceCriteria has a value.boolean
hasT_BCSM_TriggerDetectionPoint()
Tests whether the field t-BCSM-TriggerDetectionPoint has a value.boolean
hasT_CauseValueCriteria()
Tests whether the field t-CauseValueCriteria has a value.MAPT_BCSM_CAMEL_TDP_Criteria
setBasicServiceCriteria(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceCriteria.MAPT_BCSM_CAMEL_TDP_Criteria
setT_BCSM_TriggerDetectionPoint(MAPT_BcsmTriggerDetectionPoint value)
Sets the value of the field t-BCSM-TriggerDetectionPoint.MAPT_BCSM_CAMEL_TDP_Criteria
setT_CauseValueCriteria(byte[][] value)
Sets the value of the field t-CauseValueCriteria.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly, setReadOnly
-
-
-
-
Method Detail
-
clone
public MAPT_BCSM_CAMEL_TDP_Criteria clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public static MAPT_BCSM_CAMEL_TDP_Criteria copyOf(MAPT_BCSM_CAMEL_TDP_Criteria from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.- Parameters:
from
- the object from which to copy- Returns:
- MAPT_BCSM_CAMEL_TDP_Criteria
-
getBasicServiceCriteria
public MAPExt_BasicServiceCode[] getBasicServiceCriteria()
Gets the value of the field basicServiceCriteria.- Returns:
- value of field basicServiceCriteria, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getT_BCSM_TriggerDetectionPoint
public MAPT_BcsmTriggerDetectionPoint getT_BCSM_TriggerDetectionPoint()
Gets the value of the field t-BCSM-TriggerDetectionPoint.- Returns:
- value of field t-BCSM-TriggerDetectionPoint, or null if not present
-
getT_CauseValueCriteria
public byte[][] getT_CauseValueCriteria()
Gets the value of the field t-CauseValueCriteria.- Returns:
- value of field t-CauseValueCriteria, or null if not present
-
hasBasicServiceCriteria
public boolean hasBasicServiceCriteria()
Tests whether the field basicServiceCriteria has a value.- Returns:
- whether the field basicServiceCriteria has a value
-
hasT_BCSM_TriggerDetectionPoint
public boolean hasT_BCSM_TriggerDetectionPoint()
Tests whether the field t-BCSM-TriggerDetectionPoint has a value.- Returns:
- whether the field t-BCSM-TriggerDetectionPoint has a value
-
hasT_CauseValueCriteria
public boolean hasT_CauseValueCriteria()
Tests whether the field t-CauseValueCriteria has a value.- Returns:
- whether the field t-CauseValueCriteria has a value
-
setBasicServiceCriteria
public MAPT_BCSM_CAMEL_TDP_Criteria setBasicServiceCriteria(MAPExt_BasicServiceCode[] value) throws IllegalStateException
Sets the value of the field basicServiceCriteria. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setT_BCSM_TriggerDetectionPoint
public MAPT_BCSM_CAMEL_TDP_Criteria setT_BCSM_TriggerDetectionPoint(MAPT_BcsmTriggerDetectionPoint value) throws IllegalStateException
Sets the value of the field t-BCSM-TriggerDetectionPoint.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setT_CauseValueCriteria
public MAPT_BCSM_CAMEL_TDP_Criteria setT_CauseValueCriteria(byte[][] value) throws IllegalStateException
Sets the value of the field t-CauseValueCriteria. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
-