public class MAPAuthenticationSetList_v3 extends MAPSendAuthenticationInfoRes
AuthenticationSetList-v3 ::= CHOICE { tripletList TripletList, quintupletList QuintupletList } MAP-MS-DataTypes { AuthenticationSetList-v3 { @parentASN1Type MAP-MS-DataTypes-R98.SendAuthenticationInfoRes } }Extended in R99.
Used as field type by MAPSendAuthenticationInfoRes_v3
.
Used as field type by MAPSendIdentificationRes_v3
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPAuthenticationSetList_v3.Choice
API for MAP-MS-DataTypes.AuthenticationSetList-v3.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPAuthenticationSetList_v3() |
Modifier and Type | Method and Description |
---|---|
MAPAuthenticationSetList_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAuthenticationSetList_v3 |
copyOf(MAPSendAuthenticationInfoRes 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.
|
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.
|
MAPAuthenticationQuintuplet[] |
getQuintupletList()
Gets the value of the quintupletList choice.
|
boolean |
isQuintupletListChosen()
Tests whether the choice is quintupletList.
|
MAPAuthenticationSetList_v3 |
setQuintupletList(MAPAuthenticationQuintuplet[] value)
Sets the value of the quintupletList choice.
|
MAPAuthenticationSetList_v3 |
setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.
|
getChoice, getTripletList, isTripletListChosen, setChoice
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPAuthenticationSetList_v3 clone()
clone
in interface DataObject
clone
in class MAPSendAuthenticationInfoRes
public static MAPAuthenticationSetList_v3 copyOf(MAPSendAuthenticationInfoRes from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSendAuthenticationInfoRes
withAbsents
- ignored, as value cannot be optionalpublic MAPAuthenticationQuintuplet[] getQuintupletList()
public boolean isQuintupletListChosen()
public MAPAuthenticationSetList_v3 setQuintupletList(MAPAuthenticationQuintuplet[] 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 MAPAuthenticationSetList_v3 setTripletList(MAPAuthenticationSet[] value) throws IllegalStateException, NullPointerException
setTripletList
in class MAPSendAuthenticationInfoRes
value
- the new value for the choiceIllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null