Class MAPAuthenticationSetList_v3
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSendAuthenticationInfoRes
-
- MAPAuthenticationSetList_v3
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPAuthenticationSetList_v3 extends MAPSendAuthenticationInfoRes
API for MAP-MS-DataTypes.AuthenticationSetList-v3. Generated from the following ASN.1 type definition and the adaptations below.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
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MAPAuthenticationSetList_v3.Choice
API for MAP-MS-DataTypes.AuthenticationSetList-v3.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPAuthenticationSetList_v3()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.slee.resources.cgin.map.MAPSendAuthenticationInfoRes
getChoice, getTripletList, isTripletListChosen, setChoice
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly, setReadOnly
-
-
-
-
Method Detail
-
clone
public MAPAuthenticationSetList_v3 clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classMAPSendAuthenticationInfoRes
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- MAPAuthenticationSetList_v3
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.- Overrides:
getFieldsMap
in classMAPSendAuthenticationInfoRes
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
getQuintupletList
public MAPAuthenticationQuintuplet[] getQuintupletList()
Gets the value of the quintupletList choice.- Returns:
- value of the choice, if choice is quintupletList, else null
-
isQuintupletListChosen
public boolean isQuintupletListChosen()
Tests whether the choice is quintupletList.- Returns:
- true if chosen, false if not
-
setQuintupletList
public MAPAuthenticationSetList_v3 setQuintupletList(MAPAuthenticationQuintuplet[] value) throws IllegalStateException, NullPointerException
Sets the value of the quintupletList choice.- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
setTripletList
public MAPAuthenticationSetList_v3 setTripletList(MAPAuthenticationSet[] value) throws IllegalStateException, NullPointerException
Sets the value of the tripletList choice.- Overrides:
setTripletList
in classMAPSendAuthenticationInfoRes
- Parameters:
value
- the new value for the choice- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-onlyNullPointerException
- if the given value is null
-
-