public class MAPUU_Data extends AbstractFieldsObject
UU-Data ::=
SEQUENCE {
uuIndicator UUIndicator OPTIONAL,
uui UUI OPTIONAL,
uusCFInteraction NULL OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in R98.
Used as field type by MAPResumeCallHandlingArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPUU_Data()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPUU_Data |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUU_Data |
copyOf(MAPUU_Data 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.
|
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.
|
byte[] |
getUui()
Gets the value of the field uui.
|
byte[] |
getUuIndicator()
Gets the value of the field uuIndicator.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasUui()
Tests whether the field uui has a value.
|
boolean |
hasUuIndicator()
Tests whether the field uuIndicator has a value.
|
boolean |
hasUusCFInteraction()
Tests whether the field uusCFInteraction is present.
|
MAPUU_Data |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPUU_Data |
setUui(byte[] value)
Sets the value of the field uui.
|
MAPUU_Data |
setUuIndicator(byte[] value)
Sets the value of the field uuIndicator.
|
MAPUU_Data |
setUusCFInteractionPresent(boolean flag)
Sets the presence or absence of the optional field uusCFInteraction.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPUU_Data clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPUU_Data copyOf(MAPUU_Data from)
from - the object from which to copypublic 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 byte[] getUuIndicator()
public byte[] getUui()
public boolean hasExtensionContainer()
public boolean hasUuIndicator()
public boolean hasUui()
public boolean hasUusCFInteraction()
public MAPUU_Data setExtensionContainer(MAPExtensionContainer 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 MAPUU_Data setUuIndicator(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPUU_Data setUui(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPUU_Data setUusCFInteractionPresent(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-only