public class MAPMT_smsCAMELTDP_Criteria extends AbstractFieldsObject
MT-smsCAMELTDP-Criteria ::= SEQUENCE { sms-TriggerDetectionPoint SMS-TriggerDetectionPoint, tpdu-TypeCriterion TPDU-TypeCriterion OPTIONAL, ... }Added in release 5. Exception handling: Values of SMS-TriggerDetectionPoint other than the named ones shall be ignored.
Used in array as field type by MAPVlrCamelSubscriptionInfo
.
Used in array as field type by MAPSGSN_CAMEL_SubscriptionInfo
.
Used in array as field type by MAPCAMEL_SubscriptionInfo
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMT_smsCAMELTDP_Criteria()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMT_smsCAMELTDP_Criteria |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMT_smsCAMELTDP_Criteria |
copyOf(MAPMT_smsCAMELTDP_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.
|
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.
|
MAPSMS_TriggerDetectionPoint |
getSms_TriggerDetectionPoint()
Gets the value of the field sms-TriggerDetectionPoint.
|
MAPMT_SMS_TPDU_Type[] |
getTpdu_TypeCriterion()
Gets the value of the field tpdu-TypeCriterion.
|
boolean |
hasSms_TriggerDetectionPoint()
Tests whether the field sms-TriggerDetectionPoint has a value.
|
boolean |
hasTpdu_TypeCriterion()
Tests whether the field tpdu-TypeCriterion has a value.
|
MAPMT_smsCAMELTDP_Criteria |
setSms_TriggerDetectionPoint(MAPSMS_TriggerDetectionPoint value)
Sets the value of the field sms-TriggerDetectionPoint.
|
MAPMT_smsCAMELTDP_Criteria |
setTpdu_TypeCriterion(MAPMT_SMS_TPDU_Type[] value)
Sets the value of the field tpdu-TypeCriterion.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPMT_smsCAMELTDP_Criteria()
public MAPMT_smsCAMELTDP_Criteria clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPMT_smsCAMELTDP_Criteria copyOf(MAPMT_smsCAMELTDP_Criteria from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPSMS_TriggerDetectionPoint getSms_TriggerDetectionPoint()
public MAPMT_SMS_TPDU_Type[] getTpdu_TypeCriterion()
public boolean hasSms_TriggerDetectionPoint()
public boolean hasTpdu_TypeCriterion()
public MAPMT_smsCAMELTDP_Criteria setSms_TriggerDetectionPoint(MAPSMS_TriggerDetectionPoint value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_smsCAMELTDP_Criteria setTpdu_TypeCriterion(MAPMT_SMS_TPDU_Type[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only