public class MAPO_BcsmCamelTDP_Criteria extends AbstractFieldsObject
O-BcsmCamelTDP-Criteria ::=
SEQUENCE {
o-BcsmTriggerDetectionPoint O-BcsmTriggerDetectionPoint,
destinationNumberCriteria DestinationNumberCriteria OPTIONAL,
basicServiceCriteria BasicServiceCriteria OPTIONAL,
callTypeCriteria CallTypeCriteria OPTIONAL,
...
o-CauseValueCriteria O-CauseValueCriteria OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL
}
Added in R97. Exception handling: For O-BcsmCamelTDP-Criteria sequences containing O-BcsmTriggerDetectionPoint with any other value than the named ones the receiver shall ignore the whole O-BcsmCamelTDP-Criteria sequence.
Used in array as field type by MAPVlrCamelSubscriptionInfo.
Used in array as field type by MAPGmscCamelSubscriptionInfo.
Used in array as field type by MAPResumeCallHandlingArg.
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 |
|---|
MAPO_BcsmCamelTDP_Criteria()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPO_BcsmCamelTDP_Criteria |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPO_BcsmCamelTDP_Criteria |
copyOf(MAPO_BcsmCamelTDP_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.
|
MAPCallTypeCriteria |
getCallTypeCriteria()
Gets the value of the field callTypeCriteria.
|
MAPDestinationNumberCriteria |
getDestinationNumberCriteria()
Gets the value of the field destinationNumberCriteria.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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.
|
MAPO_BcsmTriggerDetectionPoint |
getO_BcsmTriggerDetectionPoint()
Gets the value of the field o-BcsmTriggerDetectionPoint.
|
byte[][] |
getO_CauseValueCriteria()
Gets the value of the field o-CauseValueCriteria.
|
boolean |
hasBasicServiceCriteria()
Tests whether the field basicServiceCriteria has a value.
|
boolean |
hasCallTypeCriteria()
Tests whether the field callTypeCriteria has a value.
|
boolean |
hasDestinationNumberCriteria()
Tests whether the field destinationNumberCriteria has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasO_BcsmTriggerDetectionPoint()
Tests whether the field o-BcsmTriggerDetectionPoint has a value.
|
boolean |
hasO_CauseValueCriteria()
Tests whether the field o-CauseValueCriteria has a value.
|
MAPO_BcsmCamelTDP_Criteria |
setBasicServiceCriteria(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceCriteria.
|
MAPO_BcsmCamelTDP_Criteria |
setCallTypeCriteria(MAPCallTypeCriteria value)
Sets the value of the field callTypeCriteria.
|
MAPO_BcsmCamelTDP_Criteria |
setDestinationNumberCriteria(MAPDestinationNumberCriteria value)
Sets the value of the field destinationNumberCriteria.
|
MAPO_BcsmCamelTDP_Criteria |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPO_BcsmCamelTDP_Criteria |
setO_BcsmTriggerDetectionPoint(MAPO_BcsmTriggerDetectionPoint value)
Sets the value of the field o-BcsmTriggerDetectionPoint.
|
MAPO_BcsmCamelTDP_Criteria |
setO_CauseValueCriteria(byte[][] value)
Sets the value of the field o-CauseValueCriteria.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPO_BcsmCamelTDP_Criteria()
public MAPO_BcsmCamelTDP_Criteria clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPO_BcsmCamelTDP_Criteria copyOf(MAPO_BcsmCamelTDP_Criteria from)
from - the object from which to copypublic MAPExt_BasicServiceCode[] getBasicServiceCriteria()
public MAPCallTypeCriteria getCallTypeCriteria()
public MAPDestinationNumberCriteria getDestinationNumberCriteria()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPO_BcsmTriggerDetectionPoint getO_BcsmTriggerDetectionPoint()
public byte[][] getO_CauseValueCriteria()
public boolean hasBasicServiceCriteria()
public boolean hasCallTypeCriteria()
public boolean hasDestinationNumberCriteria()
public boolean hasExtensionContainer()
public boolean hasO_BcsmTriggerDetectionPoint()
public boolean hasO_CauseValueCriteria()
public MAPO_BcsmCamelTDP_Criteria setBasicServiceCriteria(MAPExt_BasicServiceCode[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPO_BcsmCamelTDP_Criteria setCallTypeCriteria(MAPCallTypeCriteria value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPO_BcsmCamelTDP_Criteria setDestinationNumberCriteria(MAPDestinationNumberCriteria value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPO_BcsmCamelTDP_Criteria setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPO_BcsmCamelTDP_Criteria setO_BcsmTriggerDetectionPoint(MAPO_BcsmTriggerDetectionPoint value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPO_BcsmCamelTDP_Criteria setO_CauseValueCriteria(byte[][] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject