public class MAPInterrogateSS_Res extends MAPInterrogateSSRes_v1
InterrogateSS-Res ::=
CHOICE {
ss-Status SS-Status,
basicServiceGroupList BasicServiceGroupList,
forwardingFeatureList ForwardingFeatureList,
genericServiceInfo GenericServiceInfo -- Renamed from cli-RestrictionInfo between R96 and R97.
}
MAP-SS-DataTypes {
InterrogateSS-Res {
@parentASN1Type MAP-SS-DataTypes-ph1.InterrogateSSRes-v1
}
}
Added in ph2 as an extension of MAPInterrogateSSRes_v1. Note that the parent's fields forwardedToNumber and activesBasicServices are for use only in -v1 contexts.
Used as result type by MAPOperations.interrogateSS.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPInterrogateSS_Res.Choice
API for MAP-SS-DataTypes.InterrogateSS-Res.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPInterrogateSS_Res() |
| Modifier and Type | Method and Description |
|---|---|
MAPInterrogateSS_Res |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInterrogateSS_Res |
copyOf(MAPInterrogateSSRes_v1 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.
|
MAPBasicServiceCode[] |
getBasicServiceGroupList()
Gets the value of the basicServiceGroupList 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.
|
MAPGenericServiceInfo |
getGenericServiceInfo()
Gets the value of the genericServiceInfo choice.
|
boolean |
isBasicServiceGroupListChosen()
Tests whether the choice is basicServiceGroupList.
|
boolean |
isGenericServiceInfoChosen()
Tests whether the choice is genericServiceInfo.
|
MAPInterrogateSS_Res |
setBasicServiceGroupList(MAPBasicServiceCode[] value)
Sets the value of the basicServiceGroupList choice.
|
MAPInterrogateSS_Res |
setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the forwardingFeatureList choice.
|
MAPInterrogateSS_Res |
setGenericServiceInfo(MAPGenericServiceInfo value)
Sets the value of the genericServiceInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPInterrogateSS_Res |
setSs_Status(byte[] value)
Sets the value of the ss-Status choice.
|
getActivesBasicServices, getChoice, getForwardedToNumber, getForwardingFeatureList, getSs_Status, isActivesBasicServicesChosen, isForwardedToNumberChosen, isForwardingFeatureListChosen, isSs_StatusChosen, setActivesBasicServices, setChoice, setForwardedToNumberequals, hashCode, toStringcheckModify, isReadOnlypublic MAPInterrogateSS_Res clone()
clone in interface DataObjectclone in class MAPInterrogateSSRes_v1public static MAPInterrogateSS_Res copyOf(MAPInterrogateSSRes_v1 from)
from - the object from which to copypublic MAPBasicServiceCode[] getBasicServiceGroupList()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPInterrogateSSRes_v1withAbsents - ignored, as value cannot be optionalpublic MAPGenericServiceInfo getGenericServiceInfo()
public boolean isBasicServiceGroupListChosen()
public boolean isGenericServiceInfoChosen()
public MAPInterrogateSS_Res setBasicServiceGroupList(MAPBasicServiceCode[] 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 nullpublic MAPInterrogateSS_Res setForwardingFeatureList(MAPForwardingFeature[] value) throws IllegalStateException, NullPointerException
setForwardingFeatureList in class MAPInterrogateSSRes_v1value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPInterrogateSS_Res setGenericServiceInfo(MAPGenericServiceInfo 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 nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPInterrogateSSRes_v1public MAPInterrogateSS_Res setSs_Status(byte[] value) throws IllegalStateException, NullPointerException
setSs_Status in class MAPInterrogateSSRes_v1value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null