Class MAPExt_SS_Info
-
- All Implemented Interfaces:
DataObject
,Serializable
public class MAPExt_SS_Info extends MAPSS_Info
API for MAP-MS-DataTypes.Ext-SS-Info. Generated from the following ASN.1 type definition and the adaptations below.Ext-SS-Info ::= CHOICE { forwardingInfo Ext-ForwInfo, callBarringInfo Ext-CallBarInfo, cug-Info CUG-Info, ss-Data Ext-SS-Data, emlpp-Info EMLPP-Info } MAP-MS-DataTypes { Ext-SS-Info { @parentASN1Type MAP-SS-DataTypes.SS-Info } }
Added in R96 as an extension of SS-Info. Note that the parent's field cug-Information is for use only in -v1 contexts.Used in array as field type by
MAPInsertSubscriberDataArg
.Used in array as field type by
MAPSubscriberData
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MAPExt_SS_Info.Choice
API for MAP-MS-DataTypes.Ext-SS-Info.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPExt_SS_Info()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPExt_SS_Info
clone()
Constructs a copy of this object and everything reachable from it.static MAPExt_SS_Info
copyOf(MAPSS_Information 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.MAPCUG_Info
getCug_Info()
Gets the value of the cug-Info choice.MAPEMLPP_Info
getEmlpp_Info()
Gets the value of the emlpp-Info 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.boolean
isCug_InfoChosen()
Tests whether the choice is cug-Info.boolean
isEmlpp_InfoChosen()
Tests whether the choice is emlpp-Info.MAPExt_SS_Info
setCallBarringInfo(MAPExt_CallBarInfo value)
Sets the value of the callBarringInfo choice.MAPExt_SS_Info
setCug_Info(MAPCUG_Info value)
Sets the value of the cug-Info choice.MAPExt_SS_Info
setEmlpp_Info(MAPEMLPP_Info value)
Sets the value of the emlpp-Info choice.MAPExt_SS_Info
setForwardingInfo(MAPExt_ForwInfo value)
Sets the value of the forwardingInfo choice.void
setReadOnly()
Sets this and all its fields to be immutable.MAPExt_SS_Info
setSs_Data(MAPExt_SS_Data value)
Sets the value of the ss-Data choice.-
Methods inherited from class com.opencloud.slee.resources.cgin.map.MAPSS_Info
getSs_Data, isSs_DataChosen, setCallBarringInfo, setForwardingInfo, setSs_Data
-
Methods inherited from class com.opencloud.slee.resources.cgin.map.MAPSS_Information
getCallBarringInfo, getChoice, getCug_Information, getForwardingInfo, getSs_Data_v1, isCallBarringInfoChosen, isCug_InformationChosen, isForwardingInfoChosen, isSs_Data_v1Chosen, setChoice, setCug_Information, setSs_Data_v1
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public MAPExt_SS_Info clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classMAPSS_Info
- Returns:
- copy of object
-
copyOf
public static MAPExt_SS_Info copyOf(MAPSS_Information 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:
- MAPExt_SS_Info
-
getCug_Info
public MAPCUG_Info getCug_Info()
Gets the value of the cug-Info choice.- Returns:
- value of the choice, if choice is cug-Info, else null
-
getEmlpp_Info
public MAPEMLPP_Info getEmlpp_Info()
Gets the value of the emlpp-Info choice.- Returns:
- value of the choice, if choice is emlpp-Info, else null
-
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 classMAPSS_Info
- Parameters:
withAbsents
- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
isCug_InfoChosen
public boolean isCug_InfoChosen()
Tests whether the choice is cug-Info.- Returns:
- true if chosen, false if not
-
isEmlpp_InfoChosen
public boolean isEmlpp_InfoChosen()
Tests whether the choice is emlpp-Info.- Returns:
- true if chosen, false if not
-
setCallBarringInfo
public MAPExt_SS_Info setCallBarringInfo(MAPExt_CallBarInfo value) throws IllegalStateException, NullPointerException
Sets the value of the callBarringInfo 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
-
setCug_Info
public MAPExt_SS_Info setCug_Info(MAPCUG_Info value) throws IllegalStateException, NullPointerException
Sets the value of the cug-Info 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
-
setEmlpp_Info
public MAPExt_SS_Info setEmlpp_Info(MAPEMLPP_Info value) throws IllegalStateException, NullPointerException
Sets the value of the emlpp-Info 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
-
setForwardingInfo
public MAPExt_SS_Info setForwardingInfo(MAPExt_ForwInfo value) throws IllegalStateException, NullPointerException
Sets the value of the forwardingInfo 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
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classMAPSS_Info
-
setSs_Data
public MAPExt_SS_Info setSs_Data(MAPExt_SS_Data value) throws IllegalStateException, NullPointerException
Sets the value of the ss-Data 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
-
-