public class MAPSentParameter extends AbstractFieldsObject
SentParameter ::=
CHOICE {
imsi IMSI,
authenticationSet AuthenticationSet,
susbcriberData SubscriberData,
cug-information CUG-Information,
ki Ki
}
Present in ph1. Removed between ph1 and ph2.
Used in array as result type by MAPOperations.sendParameters_v1.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPSentParameter.Choice
API for MAP-MS-DataTypes-ph1.SentParameter.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSentParameter() |
| Modifier and Type | Method and Description |
|---|---|
MAPSentParameter |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSentParameter |
copyOf(MAPSentParameter 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.
|
MAPAuthenticationSet |
getAuthenticationSet()
Gets the value of the authenticationSet choice.
|
MAPSentParameter.Choice |
getChoice()
Gets the discriminant of the current choice.
|
MAPCUG_Information |
getCug_information()
Gets the value of the cug-information choice.
|
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 :discriminant-name to associated-value.
|
IMSIAddress |
getImsi()
Gets the value of the imsi choice.
|
byte[] |
getKi()
Gets the value of the ki choice.
|
MAPSubscriberData |
getSusbcriberData()
Gets the value of the susbcriberData choice.
|
boolean |
isAuthenticationSetChosen()
Tests whether the choice is authenticationSet.
|
boolean |
isCug_informationChosen()
Tests whether the choice is cug-information.
|
boolean |
isImsiChosen()
Tests whether the choice is imsi.
|
boolean |
isKiChosen()
Tests whether the choice is ki.
|
boolean |
isSusbcriberDataChosen()
Tests whether the choice is susbcriberData.
|
MAPSentParameter |
setAuthenticationSet(MAPAuthenticationSet value)
Sets the value of the authenticationSet choice.
|
MAPSentParameter |
setCug_information(MAPCUG_Information value)
Sets the value of the cug-information choice.
|
MAPSentParameter |
setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
MAPSentParameter |
setKi(byte[] value)
Sets the value of the ki choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSentParameter |
setSusbcriberData(MAPSubscriberData value)
Sets the value of the susbcriberData choice.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSentParameter clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPSentParameter copyOf(MAPSentParameter from)
from - the object from which to copypublic MAPAuthenticationSet getAuthenticationSet()
public MAPSentParameter.Choice getChoice()
public MAPCUG_Information getCug_information()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - ignored, as value cannot be optionalpublic IMSIAddress getImsi()
public byte[] getKi()
public MAPSubscriberData getSusbcriberData()
public boolean isAuthenticationSetChosen()
public boolean isCug_informationChosen()
public boolean isImsiChosen()
public boolean isKiChosen()
public boolean isSusbcriberDataChosen()
public MAPSentParameter setAuthenticationSet(MAPAuthenticationSet value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSentParameter setCug_information(MAPCUG_Information value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSentParameter setImsi(IMSIAddress value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSentParameter setKi(byte[] value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPSentParameter setSusbcriberData(MAPSubscriberData value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null