Class MAPO_BcsmCamelTDP_Criteria
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPO_BcsmCamelTDP_Criteria
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPO_BcsmCamelTDP_Criteria extends AbstractFieldsObject
API for MAP-MS-DataTypes.O-BcsmCamelTDP-Criteria. Generated from the following ASN.1 type definition.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.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPO_BcsmCamelTDP_Criteria()Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPO_BcsmCamelTDP_Criteriaclone()Constructs a copy of this object and everything reachable from it.static MAPO_BcsmCamelTDP_CriteriacopyOf(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.MAPCallTypeCriteriagetCallTypeCriteria()Gets the value of the field callTypeCriteria.MAPDestinationNumberCriteriagetDestinationNumberCriteria()Gets the value of the field destinationNumberCriteria.MAPExtensionContainergetExtensionContainer()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_BcsmTriggerDetectionPointgetO_BcsmTriggerDetectionPoint()Gets the value of the field o-BcsmTriggerDetectionPoint.byte[][]getO_CauseValueCriteria()Gets the value of the field o-CauseValueCriteria.booleanhasBasicServiceCriteria()Tests whether the field basicServiceCriteria has a value.booleanhasCallTypeCriteria()Tests whether the field callTypeCriteria has a value.booleanhasDestinationNumberCriteria()Tests whether the field destinationNumberCriteria has a value.booleanhasExtensionContainer()Tests whether the field extensionContainer has a value.booleanhasO_BcsmTriggerDetectionPoint()Tests whether the field o-BcsmTriggerDetectionPoint has a value.booleanhasO_CauseValueCriteria()Tests whether the field o-CauseValueCriteria has a value.MAPO_BcsmCamelTDP_CriteriasetBasicServiceCriteria(MAPExt_BasicServiceCode[] value)Sets the value of the field basicServiceCriteria.MAPO_BcsmCamelTDP_CriteriasetCallTypeCriteria(MAPCallTypeCriteria value)Sets the value of the field callTypeCriteria.MAPO_BcsmCamelTDP_CriteriasetDestinationNumberCriteria(MAPDestinationNumberCriteria value)Sets the value of the field destinationNumberCriteria.MAPO_BcsmCamelTDP_CriteriasetExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPO_BcsmCamelTDP_CriteriasetO_BcsmTriggerDetectionPoint(MAPO_BcsmTriggerDetectionPoint value)Sets the value of the field o-BcsmTriggerDetectionPoint.MAPO_BcsmCamelTDP_CriteriasetO_CauseValueCriteria(byte[][] value)Sets the value of the field o-CauseValueCriteria.voidsetReadOnly()Sets this and all its fields to be immutable.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPO_BcsmCamelTDP_Criteria clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clonein interfaceDataObject- Specified by:
clonein classAbstractDataObject- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from- the object from which to copy- Returns:
- MAPO_BcsmCamelTDP_Criteria
-
getBasicServiceCriteria
public MAPExt_BasicServiceCode[] getBasicServiceCriteria()
Gets the value of the field basicServiceCriteria.- Returns:
- value of field basicServiceCriteria, or null if not present
-
getCallTypeCriteria
public MAPCallTypeCriteria getCallTypeCriteria()
Gets the value of the field callTypeCriteria.- Returns:
- value of field callTypeCriteria, or null if not present
-
getDestinationNumberCriteria
public MAPDestinationNumberCriteria getDestinationNumberCriteria()
Gets the value of the field destinationNumberCriteria.- Returns:
- value of field destinationNumberCriteria, or null if not present
-
getExtensionContainer
public MAPExtensionContainer getExtensionContainer()
Gets the value of the field extensionContainer.- Returns:
- value of field extensionContainer, 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:
getFieldsMapin classAbstractFieldsObject- Parameters:
withAbsents- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getO_BcsmTriggerDetectionPoint
public MAPO_BcsmTriggerDetectionPoint getO_BcsmTriggerDetectionPoint()
Gets the value of the field o-BcsmTriggerDetectionPoint.- Returns:
- value of field o-BcsmTriggerDetectionPoint, or null if not present
-
getO_CauseValueCriteria
public byte[][] getO_CauseValueCriteria()
Gets the value of the field o-CauseValueCriteria.- Returns:
- value of field o-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
-
hasCallTypeCriteria
public boolean hasCallTypeCriteria()
Tests whether the field callTypeCriteria has a value.- Returns:
- whether the field callTypeCriteria has a value
-
hasDestinationNumberCriteria
public boolean hasDestinationNumberCriteria()
Tests whether the field destinationNumberCriteria has a value.- Returns:
- whether the field destinationNumberCriteria has a value
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasO_BcsmTriggerDetectionPoint
public boolean hasO_BcsmTriggerDetectionPoint()
Tests whether the field o-BcsmTriggerDetectionPoint has a value.- Returns:
- whether the field o-BcsmTriggerDetectionPoint has a value
-
hasO_CauseValueCriteria
public boolean hasO_CauseValueCriteria()
Tests whether the field o-CauseValueCriteria has a value.- Returns:
- whether the field o-CauseValueCriteria has a value
-
setBasicServiceCriteria
public MAPO_BcsmCamelTDP_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
-
setCallTypeCriteria
public MAPO_BcsmCamelTDP_Criteria setCallTypeCriteria(MAPCallTypeCriteria value) throws IllegalStateException
Sets the value of the field callTypeCriteria. 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
-
setDestinationNumberCriteria
public MAPO_BcsmCamelTDP_Criteria setDestinationNumberCriteria(MAPDestinationNumberCriteria value) throws IllegalStateException
Sets the value of the field destinationNumberCriteria. 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
-
setExtensionContainer
public MAPO_BcsmCamelTDP_Criteria setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
Sets the value of the field extensionContainer. 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
-
setO_BcsmTriggerDetectionPoint
public MAPO_BcsmCamelTDP_Criteria setO_BcsmTriggerDetectionPoint(MAPO_BcsmTriggerDetectionPoint value) throws IllegalStateException
Sets the value of the field o-BcsmTriggerDetectionPoint.- Parameters:
value- the new value for the field- Returns:
- this
- Throws:
IllegalStateException- if this instance has been marked as read-only
-
setO_CauseValueCriteria
public MAPO_BcsmCamelTDP_Criteria setO_CauseValueCriteria(byte[][] value) throws IllegalStateException
Sets the value of the field o-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
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classAbstractDataObject
-
-