public class MAPAnyTimeModificationRes extends AbstractFieldsObject
AnyTimeModificationRes ::= SEQUENCE { ss-InfoFor-CSE Ext-SS-InfoFor-CSE OPTIONAL, camel-SubscriptionInfo CAMEL-SubscriptionInfo OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... odb-Info ODB-Info OPTIONAL, -- Added in release 5. cw-Data CallWaitingData OPTIONAL, -- Added in release 10. ch-Data CallHoldData OPTIONAL, -- Added in release 10. clip-Data ClipData OPTIONAL, -- Added in release 10. clir-Data ClirData OPTIONAL, -- Added in release 10. ect-data EctData OPTIONAL -- Added in release 10. }Added in R99.
Used as result type by MAPOperations.anyTimeModification
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPAnyTimeModificationRes()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPAnyTimeModificationRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAnyTimeModificationRes |
copyOf(MAPAnyTimeModificationRes 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.
|
MAPCAMEL_SubscriptionInfo |
getCamel_SubscriptionInfo()
Gets the value of the field camel-SubscriptionInfo.
|
MAPCallHoldData |
getCh_Data()
Gets the value of the field ch-Data.
|
MAPClipData |
getClip_Data()
Gets the value of the field clip-Data.
|
MAPClirData |
getClir_Data()
Gets the value of the field clir-Data.
|
MAPCallWaitingData |
getCw_Data()
Gets the value of the field cw-Data.
|
MAPEctData |
getEct_data()
Gets the value of the field ect-data.
|
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.
|
MAPODB_Info |
getOdb_Info()
Gets the value of the field odb-Info.
|
MAPExt_SS_InfoFor_CSE |
getSs_InfoFor_CSE()
Gets the value of the field ss-InfoFor-CSE.
|
boolean |
hasCamel_SubscriptionInfo()
Tests whether the field camel-SubscriptionInfo has a value.
|
boolean |
hasCh_Data()
Tests whether the field ch-Data has a value.
|
boolean |
hasClip_Data()
Tests whether the field clip-Data has a value.
|
boolean |
hasClir_Data()
Tests whether the field clir-Data has a value.
|
boolean |
hasCw_Data()
Tests whether the field cw-Data has a value.
|
boolean |
hasEct_data()
Tests whether the field ect-data has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasOdb_Info()
Tests whether the field odb-Info has a value.
|
boolean |
hasSs_InfoFor_CSE()
Tests whether the field ss-InfoFor-CSE has a value.
|
MAPAnyTimeModificationRes |
setCamel_SubscriptionInfo(MAPCAMEL_SubscriptionInfo value)
Sets the value of the field camel-SubscriptionInfo.
|
MAPAnyTimeModificationRes |
setCh_Data(MAPCallHoldData value)
Sets the value of the field ch-Data.
|
MAPAnyTimeModificationRes |
setClip_Data(MAPClipData value)
Sets the value of the field clip-Data.
|
MAPAnyTimeModificationRes |
setClir_Data(MAPClirData value)
Sets the value of the field clir-Data.
|
MAPAnyTimeModificationRes |
setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.
|
MAPAnyTimeModificationRes |
setEct_data(MAPEctData value)
Sets the value of the field ect-data.
|
MAPAnyTimeModificationRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAnyTimeModificationRes |
setOdb_Info(MAPODB_Info value)
Sets the value of the field odb-Info.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPAnyTimeModificationRes |
setSs_InfoFor_CSE(MAPExt_SS_InfoFor_CSE value)
Sets the value of the field ss-InfoFor-CSE.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPAnyTimeModificationRes()
public MAPAnyTimeModificationRes clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPAnyTimeModificationRes copyOf(MAPAnyTimeModificationRes from)
from
- the object from which to copypublic MAPCAMEL_SubscriptionInfo getCamel_SubscriptionInfo()
public MAPCallHoldData getCh_Data()
public MAPClipData getClip_Data()
public MAPClirData getClir_Data()
public MAPCallWaitingData getCw_Data()
public MAPEctData getEct_data()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPODB_Info getOdb_Info()
public MAPExt_SS_InfoFor_CSE getSs_InfoFor_CSE()
public boolean hasCamel_SubscriptionInfo()
public boolean hasCh_Data()
public boolean hasClip_Data()
public boolean hasClir_Data()
public boolean hasCw_Data()
public boolean hasEct_data()
public boolean hasExtensionContainer()
public boolean hasOdb_Info()
public boolean hasSs_InfoFor_CSE()
public MAPAnyTimeModificationRes setCamel_SubscriptionInfo(MAPCAMEL_SubscriptionInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setCh_Data(MAPCallHoldData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setClip_Data(MAPClipData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setClir_Data(MAPClirData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setCw_Data(MAPCallWaitingData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setEct_data(MAPEctData value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPAnyTimeModificationRes setOdb_Info(MAPODB_Info value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPAnyTimeModificationRes setSs_InfoFor_CSE(MAPExt_SS_InfoFor_CSE value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only