public class MAPGmscCamelSubscriptionInfo extends AbstractFieldsObject
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.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPGmscCamelSubscriptionInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and 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.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPGmscCamelSubscriptionInfo()
public MAPGmscCamelSubscriptionInfo clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPGmscCamelSubscriptionInfo copyOf(MAPGmscCamelSubscriptionInfo from)
from - the object from which to copypublic MAPD_CSI getD_csi()
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_BcsmCamelTDP_Criteria[] getO_BcsmCamelTDP_CriteriaList()
public MAPO_CSI getO_CSI()
public MAPT_BCSM_CAMEL_TDP_Criteria[] getT_BCSM_CAMEL_TDP_CriteriaList()
public MAPT_CSI getT_CSI()
public boolean hasD_csi()
public boolean hasExtensionContainer()
public boolean hasO_BcsmCamelTDP_CriteriaList()
public boolean hasO_CSI()
public boolean hasT_BCSM_CAMEL_TDP_CriteriaList()
public boolean hasT_CSI()
public MAPGmscCamelSubscriptionInfo setD_csi(MAPD_CSI value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPGmscCamelSubscriptionInfo setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPGmscCamelSubscriptionInfo setO_BcsmCamelTDP_CriteriaList(MAPO_BcsmCamelTDP_Criteria[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPGmscCamelSubscriptionInfo setO_CSI(MAPO_CSI 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 AbstractDataObjectpublic MAPGmscCamelSubscriptionInfo setT_BCSM_CAMEL_TDP_CriteriaList(MAPT_BCSM_CAMEL_TDP_Criteria[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPGmscCamelSubscriptionInfo setT_CSI(MAPT_CSI value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only