Class MAPGmscCamelSubscriptionInfo
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPGmscCamelSubscriptionInfo
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPGmscCamelSubscriptionInfo extends AbstractFieldsObject
API for MAP-CH-DataTypes.GmscCamelSubscriptionInfo. Generated from the following ASN.1 type definition.GmscCamelSubscriptionInfo ::= SEQUENCE { t-CSI T-CSI OPTIONAL, o-CSI O-CSI OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... o-BcsmCamelTDP-CriteriaList O-BcsmCamelTDPCriteriaList OPTIONAL, -- Added in R97. t-BCSM-CAMEL-TDP-CriteriaList T-BCSM-CAMEL-TDP-CriteriaList OPTIONAL, -- Added in R99. d-csi D-CSI OPTIONAL -- Added in R99. }
Added in R96.Used as field type by
MAPCamelRoutingInfo
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPGmscCamelSubscriptionInfo()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPGmscCamelSubscriptionInfo
clone()
Constructs a copy of this object and everything reachable from it.static MAPGmscCamelSubscriptionInfo
copyOf(MAPGmscCamelSubscriptionInfo 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.MAPD_CSI
getD_csi()
Gets the value of the field d-csi.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_BcsmCamelTDP_Criteria[]
getO_BcsmCamelTDP_CriteriaList()
Gets the value of the field o-BcsmCamelTDP-CriteriaList.MAPO_CSI
getO_CSI()
Gets the value of the field o-CSI.MAPT_BCSM_CAMEL_TDP_Criteria[]
getT_BCSM_CAMEL_TDP_CriteriaList()
Gets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.MAPT_CSI
getT_CSI()
Gets the value of the field t-CSI.boolean
hasD_csi()
Tests whether the field d-csi has a value.boolean
hasExtensionContainer()
Tests whether the field extensionContainer has a value.boolean
hasO_BcsmCamelTDP_CriteriaList()
Tests whether the field o-BcsmCamelTDP-CriteriaList has a value.boolean
hasO_CSI()
Tests whether the field o-CSI has a value.boolean
hasT_BCSM_CAMEL_TDP_CriteriaList()
Tests whether the field t-BCSM-CAMEL-TDP-CriteriaList has a value.boolean
hasT_CSI()
Tests whether the field t-CSI has a value.MAPGmscCamelSubscriptionInfo
setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.MAPGmscCamelSubscriptionInfo
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPGmscCamelSubscriptionInfo
setO_BcsmCamelTDP_CriteriaList(MAPO_BcsmCamelTDP_Criteria[] value)
Sets the value of the field o-BcsmCamelTDP-CriteriaList.MAPGmscCamelSubscriptionInfo
setO_CSI(MAPO_CSI value)
Sets the value of the field o-CSI.void
setReadOnly()
Sets this and all its fields to be immutable.MAPGmscCamelSubscriptionInfo
setT_BCSM_CAMEL_TDP_CriteriaList(MAPT_BCSM_CAMEL_TDP_Criteria[] value)
Sets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.MAPGmscCamelSubscriptionInfo
setT_CSI(MAPT_CSI value)
Sets the value of the field t-CSI.-
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 MAPGmscCamelSubscriptionInfo 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 MAPGmscCamelSubscriptionInfo copyOf(MAPGmscCamelSubscriptionInfo 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:
- MAPGmscCamelSubscriptionInfo
-
getD_csi
public MAPD_CSI getD_csi()
Gets the value of the field d-csi.- Returns:
- value of field d-csi, 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:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getO_BcsmCamelTDP_CriteriaList
public MAPO_BcsmCamelTDP_Criteria[] getO_BcsmCamelTDP_CriteriaList()
Gets the value of the field o-BcsmCamelTDP-CriteriaList.- Returns:
- value of field o-BcsmCamelTDP-CriteriaList, or null if not present
-
getO_CSI
public MAPO_CSI getO_CSI()
Gets the value of the field o-CSI.- Returns:
- value of field o-CSI, or null if not present
-
getT_BCSM_CAMEL_TDP_CriteriaList
public MAPT_BCSM_CAMEL_TDP_Criteria[] getT_BCSM_CAMEL_TDP_CriteriaList()
Gets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.- Returns:
- value of field t-BCSM-CAMEL-TDP-CriteriaList, or null if not present
-
getT_CSI
public MAPT_CSI getT_CSI()
Gets the value of the field t-CSI.- Returns:
- value of field t-CSI, or null if not present
-
hasD_csi
public boolean hasD_csi()
Tests whether the field d-csi has a value.- Returns:
- whether the field d-csi has a value
-
hasExtensionContainer
public boolean hasExtensionContainer()
Tests whether the field extensionContainer has a value.- Returns:
- whether the field extensionContainer has a value
-
hasO_BcsmCamelTDP_CriteriaList
public boolean hasO_BcsmCamelTDP_CriteriaList()
Tests whether the field o-BcsmCamelTDP-CriteriaList has a value.- Returns:
- whether the field o-BcsmCamelTDP-CriteriaList has a value
-
hasO_CSI
public boolean hasO_CSI()
Tests whether the field o-CSI has a value.- Returns:
- whether the field o-CSI has a value
-
hasT_BCSM_CAMEL_TDP_CriteriaList
public boolean hasT_BCSM_CAMEL_TDP_CriteriaList()
Tests whether the field t-BCSM-CAMEL-TDP-CriteriaList has a value.- Returns:
- whether the field t-BCSM-CAMEL-TDP-CriteriaList has a value
-
hasT_CSI
public boolean hasT_CSI()
Tests whether the field t-CSI has a value.- Returns:
- whether the field t-CSI has a value
-
setD_csi
public MAPGmscCamelSubscriptionInfo setD_csi(MAPD_CSI value) throws IllegalStateException
Sets the value of the field d-csi. 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 MAPGmscCamelSubscriptionInfo 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_BcsmCamelTDP_CriteriaList
public MAPGmscCamelSubscriptionInfo setO_BcsmCamelTDP_CriteriaList(MAPO_BcsmCamelTDP_Criteria[] value) throws IllegalStateException
Sets the value of the field o-BcsmCamelTDP-CriteriaList. 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_CSI
public MAPGmscCamelSubscriptionInfo setO_CSI(MAPO_CSI value) throws IllegalStateException
Sets the value of the field o-CSI. 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:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
setT_BCSM_CAMEL_TDP_CriteriaList
public MAPGmscCamelSubscriptionInfo setT_BCSM_CAMEL_TDP_CriteriaList(MAPT_BCSM_CAMEL_TDP_Criteria[] value) throws IllegalStateException
Sets the value of the field t-BCSM-CAMEL-TDP-CriteriaList. 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_CSI
public MAPGmscCamelSubscriptionInfo setT_CSI(MAPT_CSI value) throws IllegalStateException
Sets the value of the field t-CSI. 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
-
-