public class MAPSendAuthenticationInfoRes extends AbstractFieldsObject
SendAuthenticationInfoRes ::= CHOICE { tripletList AuthenticationSetList } MAP-MS-DataTypes-R98 { SendAuthenticationInfoRes { @extendible } }Added in ph2.
Used as field type by MAPSendAuthenticationInfoResSeq
.
Modifier and Type | Class and Description |
---|---|
static class |
MAPSendAuthenticationInfoRes.Choice
API for MAP-MS-DataTypes-R98.SendAuthenticationInfoRes.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSendAuthenticationInfoRes() |
Modifier and Type | Method and Description |
---|---|
MAPSendAuthenticationInfoRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendAuthenticationInfoRes |
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.
|
MAPSendAuthenticationInfoRes.Choice |
getChoice()
Gets the discriminant of the current 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.
|
MAPAuthenticationSet[] |
getTripletList()
Gets the value of the tripletList choice.
|
boolean |
isTripletListChosen()
Tests whether the choice is tripletList.
|
protected void |
setChoice(MAPSendAuthenticationInfoRes.Choice arg)
Sets the discriminant of the current choice.
|
MAPSendAuthenticationInfoRes |
setTripletList(MAPAuthenticationSet[] value)
Sets the value of the tripletList choice.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPSendAuthenticationInfoRes clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSendAuthenticationInfoRes copyOf(MAPSendAuthenticationInfoRes from)
from
- the object from which to copypublic MAPSendAuthenticationInfoRes.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- ignored, as value cannot be optionalpublic MAPAuthenticationSet[] getTripletList()
public boolean isTripletListChosen()
protected void setChoice(MAPSendAuthenticationInfoRes.Choice arg)
arg
- the new discriminantpublic MAPSendAuthenticationInfoRes setTripletList(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 null