Class MAPInterrogateSS_Res
-
- All Implemented Interfaces:
DataObject,Serializable
public class MAPInterrogateSS_Res extends MAPInterrogateSSRes_v1
API for MAP-SS-DataTypes.InterrogateSS-Res. Generated from the following ASN.1 type definition and the adaptations below.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 ofMAPInterrogateSSRes_v1. Note that the parent's fields forwardedToNumber and activesBasicServices are for use only in -v1 contexts.Used as result type by
MAPOperations.interrogateSS.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMAPInterrogateSS_Res.ChoiceAPI for MAP-SS-DataTypes.InterrogateSS-Res.Choice.
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description MAPInterrogateSS_Res()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MAPInterrogateSS_Resclone()Constructs a copy of this object and everything reachable from it.static MAPInterrogateSS_RescopyOf(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.MAPGenericServiceInfogetGenericServiceInfo()Gets the value of the genericServiceInfo choice.booleanisBasicServiceGroupListChosen()Tests whether the choice is basicServiceGroupList.booleanisGenericServiceInfoChosen()Tests whether the choice is genericServiceInfo.MAPInterrogateSS_RessetBasicServiceGroupList(MAPBasicServiceCode[] value)Sets the value of the basicServiceGroupList choice.MAPInterrogateSS_RessetForwardingFeatureList(MAPForwardingFeature[] value)Sets the value of the forwardingFeatureList choice.MAPInterrogateSS_RessetGenericServiceInfo(MAPGenericServiceInfo value)Sets the value of the genericServiceInfo choice.voidsetReadOnly()Sets this and all its fields to be immutable.MAPInterrogateSS_RessetSs_Status(byte[] value)Sets the value of the ss-Status choice.-
Methods inherited from class com.opencloud.slee.resources.cgin.map.MAPInterrogateSSRes_v1
getActivesBasicServices, getChoice, getForwardedToNumber, getForwardingFeatureList, getSs_Status, isActivesBasicServicesChosen, isForwardedToNumberChosen, isForwardingFeatureListChosen, isSs_StatusChosen, setActivesBasicServices, setChoice, setForwardedToNumber
-
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 MAPInterrogateSS_Res clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clonein interfaceDataObject- Overrides:
clonein classMAPInterrogateSSRes_v1- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from- the object from which to copy- Returns:
- MAPInterrogateSS_Res
-
getBasicServiceGroupList
public MAPBasicServiceCode[] getBasicServiceGroupList()
Gets the value of the basicServiceGroupList choice.- Returns:
- value of the choice, if choice is basicServiceGroupList, 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:
getFieldsMapin classMAPInterrogateSSRes_v1- Parameters:
withAbsents- ignored, as value cannot be optional- Returns:
- Map from :discriminant-name to associated-value
-
getGenericServiceInfo
public MAPGenericServiceInfo getGenericServiceInfo()
Gets the value of the genericServiceInfo choice.- Returns:
- value of the choice, if choice is genericServiceInfo, else null
-
isBasicServiceGroupListChosen
public boolean isBasicServiceGroupListChosen()
Tests whether the choice is basicServiceGroupList.- Returns:
- true if chosen, false if not
-
isGenericServiceInfoChosen
public boolean isGenericServiceInfoChosen()
Tests whether the choice is genericServiceInfo.- Returns:
- true if chosen, false if not
-
setBasicServiceGroupList
public MAPInterrogateSS_Res setBasicServiceGroupList(MAPBasicServiceCode[] value) throws IllegalStateException, NullPointerException
Sets the value of the basicServiceGroupList 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
-
setForwardingFeatureList
public MAPInterrogateSS_Res setForwardingFeatureList(MAPForwardingFeature[] value) throws IllegalStateException, NullPointerException
Sets the value of the forwardingFeatureList choice.- Overrides:
setForwardingFeatureListin classMAPInterrogateSSRes_v1- 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
-
setGenericServiceInfo
public MAPInterrogateSS_Res setGenericServiceInfo(MAPGenericServiceInfo value) throws IllegalStateException, NullPointerException
Sets the value of the genericServiceInfo 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:
setReadOnlyin interfaceDataObject- Overrides:
setReadOnlyin classMAPInterrogateSSRes_v1
-
setSs_Status
public MAPInterrogateSS_Res setSs_Status(byte[] value) throws IllegalStateException, NullPointerException
Sets the value of the ss-Status choice.- Overrides:
setSs_Statusin classMAPInterrogateSSRes_v1- 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
-
-