public class MAPIST_AlertRes extends AbstractFieldsObject
IST-AlertRes ::=
SEQUENCE {
istAlertTimer IST-AlertTimerValue OPTIONAL,
istInformationWithdraw NULL OPTIONAL,
callTerminationIndicator CallTerminationIndicator OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in R99.
Used as result type by MAPOperations.ist_Alert.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPIST_AlertRes()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPIST_AlertRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPIST_AlertRes |
copyOf(MAPIST_AlertRes 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.
|
MAPCallTerminationIndicator |
getCallTerminationIndicator()
Gets the value of the field callTerminationIndicator.
|
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.
|
int |
getIstAlertTimer()
Gets the value of the field istAlertTimer.
|
boolean |
hasCallTerminationIndicator()
Tests whether the field callTerminationIndicator has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasIstAlertTimer()
Tests whether the field istAlertTimer has a value.
|
boolean |
hasIstInformationWithdraw()
Tests whether the field istInformationWithdraw is present.
|
MAPIST_AlertRes |
setCallTerminationIndicator(MAPCallTerminationIndicator value)
Sets the value of the field callTerminationIndicator.
|
MAPIST_AlertRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPIST_AlertRes |
setIstAlertTimer(int value)
Sets the value of the field istAlertTimer and marks the field as present.
|
MAPIST_AlertRes |
setIstAlertTimerPresent(boolean flag)
Sets the presence or absence of the optional field istAlertTimer.
|
MAPIST_AlertRes |
setIstInformationWithdrawPresent(boolean flag)
Sets the presence or absence of the optional field istInformationWithdraw.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPIST_AlertRes()
public MAPIST_AlertRes clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPIST_AlertRes copyOf(MAPIST_AlertRes from)
from - the object from which to copypublic MAPCallTerminationIndicator getCallTerminationIndicator()
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 int getIstAlertTimer()
public boolean hasCallTerminationIndicator()
public boolean hasExtensionContainer()
public boolean hasIstAlertTimer()
public boolean hasIstInformationWithdraw()
public MAPIST_AlertRes setCallTerminationIndicator(MAPCallTerminationIndicator value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPIST_AlertRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPIST_AlertRes setIstAlertTimer(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPIST_AlertRes setIstAlertTimerPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic MAPIST_AlertRes setIstInformationWithdrawPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObject