public class MAPAllowedUMTS_Algorithms extends AbstractFieldsObject
AllowedUMTS-Algorithms ::=
SEQUENCE {
integrityProtectionAlgorithms PermittedIntegrityProtectionAlgorithms OPTIONAL,
encryptionAlgorithms PermittedEncryptionAlgorithms OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in R99.
Used as field type by MAPForwardAccessSignalling_Arg_v3.
Used as field type by MAPPrepareHO_Arg_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPAllowedUMTS_Algorithms()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPAllowedUMTS_Algorithms |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAllowedUMTS_Algorithms |
copyOf(MAPAllowedUMTS_Algorithms 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.
|
byte[] |
getEncryptionAlgorithms()
Gets the value of the field encryptionAlgorithms.
|
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[] |
getIntegrityProtectionAlgorithms()
Gets the value of the field integrityProtectionAlgorithms.
|
boolean |
hasEncryptionAlgorithms()
Tests whether the field encryptionAlgorithms has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasIntegrityProtectionAlgorithms()
Tests whether the field integrityProtectionAlgorithms has a value.
|
MAPAllowedUMTS_Algorithms |
setEncryptionAlgorithms(byte[] value)
Sets the value of the field encryptionAlgorithms.
|
MAPAllowedUMTS_Algorithms |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAllowedUMTS_Algorithms |
setIntegrityProtectionAlgorithms(byte[] value)
Sets the value of the field integrityProtectionAlgorithms.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPAllowedUMTS_Algorithms()
public MAPAllowedUMTS_Algorithms clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPAllowedUMTS_Algorithms copyOf(MAPAllowedUMTS_Algorithms from)
from - the object from which to copypublic byte[] getEncryptionAlgorithms()
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 byte[] getIntegrityProtectionAlgorithms()
public boolean hasEncryptionAlgorithms()
public boolean hasExtensionContainer()
public boolean hasIntegrityProtectionAlgorithms()
public MAPAllowedUMTS_Algorithms setEncryptionAlgorithms(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAllowedUMTS_Algorithms setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAllowedUMTS_Algorithms setIntegrityProtectionAlgorithms(byte[] 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 AbstractDataObject