public class MAPT_BCSM_CAMEL_TDP_Criteria extends AbstractFieldsObject
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
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPT_BCSM_CAMEL_TDP_Criteria()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and 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.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPT_BCSM_CAMEL_TDP_Criteria()
public MAPT_BCSM_CAMEL_TDP_Criteria clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPT_BCSM_CAMEL_TDP_Criteria copyOf(MAPT_BCSM_CAMEL_TDP_Criteria from)
from
- the object from which to copypublic MAPExt_BasicServiceCode[] getBasicServiceCriteria()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPT_BcsmTriggerDetectionPoint getT_BCSM_TriggerDetectionPoint()
public byte[][] getT_CauseValueCriteria()
public boolean hasBasicServiceCriteria()
public boolean hasT_BCSM_TriggerDetectionPoint()
public boolean hasT_CauseValueCriteria()
public MAPT_BCSM_CAMEL_TDP_Criteria setBasicServiceCriteria(MAPExt_BasicServiceCode[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPT_BCSM_CAMEL_TDP_Criteria setT_BCSM_TriggerDetectionPoint(MAPT_BcsmTriggerDetectionPoint value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPT_BCSM_CAMEL_TDP_Criteria setT_CauseValueCriteria(byte[][] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only