public class MAPSS_Info extends MAPSS_Information
SS-Info ::=
CHOICE {
forwardingInfo ForwardingInfo,
callBarringInfo CallBarringInfo,
ss-Data SS-Data
}
MAP-SS-DataTypes {
SS-Info {
@parentASN1Type MAP-SS-DataTypes-ph1.SS-Information
}
}
Added in ph2 as an extension of MAPSS_Information. Note that the parent's fields cug-Information and ss-Data-v1 are for use only in -v1 contexts.
Used as result type by MAPOperations.registerSS.
Used as result type by MAPOperations.eraseSS.
Used as result type by MAPOperations.activateSS.
Used as result type by MAPOperations.deactivateSS.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPSS_Info.Choice
API for MAP-SS-DataTypes.SS-Info.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSS_Info() |
| Modifier and Type | Method and Description |
|---|---|
MAPSS_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_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.
|
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.
|
MAPSS_Data |
getSs_Data()
Gets the value of the ss-Data choice.
|
boolean |
isSs_DataChosen()
Tests whether the choice is ss-Data.
|
MAPSS_Info |
setCallBarringInfo(MAPCallBarringInfo value)
Sets the value of the callBarringInfo choice.
|
MAPSS_Info |
setForwardingInfo(MAPForwardingInfo value)
Sets the value of the forwardingInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSS_Info |
setSs_Data(MAPSS_Data value)
Sets the value of the ss-Data choice.
|
getCallBarringInfo, getChoice, getCug_Information, getForwardingInfo, getSs_Data_v1, isCallBarringInfoChosen, isCug_InformationChosen, isForwardingInfoChosen, isSs_Data_v1Chosen, setChoice, setCug_Information, setSs_Data_v1equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSS_Info clone()
clone in interface DataObjectclone in class MAPSS_Informationpublic static MAPSS_Info copyOf(MAPSS_Information from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPSS_InformationwithAbsents - ignored, as value cannot be optionalpublic MAPSS_Data getSs_Data()
public boolean isSs_DataChosen()
public MAPSS_Info setCallBarringInfo(MAPCallBarringInfo value) throws IllegalStateException, NullPointerException
setCallBarringInfo in class MAPSS_Informationvalue - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSS_Info setForwardingInfo(MAPForwardingInfo value) throws IllegalStateException, NullPointerException
setForwardingInfo in class MAPSS_Informationvalue - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPSS_Informationpublic MAPSS_Info setSs_Data(MAPSS_Data 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