Class MAPSendAuthenticationInfoRes
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- MAPSendAuthenticationInfoRes
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
MAPAuthenticationSetList_v3
public class MAPSendAuthenticationInfoRes extends AbstractFieldsObject
API for MAP-MS-DataTypes-R98.SendAuthenticationInfoRes. Generated from the following ASN.1 type definition and the adaptations below.SendAuthenticationInfoRes ::= CHOICE { tripletList AuthenticationSetList } MAP-MS-DataTypes-R98 { SendAuthenticationInfoRes { @extendible } }
Added in ph2.Used as field type by
MAPSendAuthenticationInfoResSeq
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MAPSendAuthenticationInfoRes.Choice
API for MAP-MS-DataTypes-R98.SendAuthenticationInfoRes.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPSendAuthenticationInfoRes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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 MAPSendAuthenticationInfoRes clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- MAPSendAuthenticationInfoRes
-
getChoice
public MAPSendAuthenticationInfoRes.Choice getChoice()
Gets the discriminant of the current choice.- Returns:
- the current discriminant
-
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.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
getTripletList
public MAPAuthenticationSet[] getTripletList()
Gets the value of the tripletList choice.- Returns:
- value of the choice, if choice is tripletList, else null
-
isTripletListChosen
public boolean isTripletListChosen()
Tests whether the choice is tripletList.- Returns:
- true if chosen, false if not
-
setChoice
protected void setChoice(MAPSendAuthenticationInfoRes.Choice arg)
Sets the discriminant of the current choice.- Parameters:
arg
- the new discriminant
-
setTripletList
public MAPSendAuthenticationInfoRes setTripletList(MAPAuthenticationSet[] value) throws IllegalStateException, NullPointerException
Sets the value of the tripletList 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
-
-