public class MAPInterrogateSSRes_v1 extends AbstractFieldsObject
InterrogateSSRes-v1 ::=
CHOICE {
ss-Status SS-Status,
forwardedToNumber ISDN-AddressString, -- Removed between ph1 and ph2.
activesBasicServices BasicServiceList, -- Removed between ph1 and ph2.
forwardingFeatureList ForwardingFeatureList
}
MAP-SS-DataTypes-ph1 {
InterrogateSSRes-v1 {
@extendible
}
}
Present in ph1. Extended to MAPInterrogateSS_Res in ph2.
Used as result type by MAPOperations.interrogateSS_v1.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPInterrogateSSRes_v1.Choice
API for MAP-SS-DataTypes-ph1.InterrogateSSRes-v1.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPInterrogateSSRes_v1() |
| Modifier and Type | Method and Description |
|---|---|
MAPInterrogateSSRes_v1 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPInterrogateSSRes_v1 |
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.
|
MAPExt_BasicServiceCode[] |
getActivesBasicServices()
Gets the value of the activesBasicServices choice.
|
MAPInterrogateSSRes_v1.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.
|
AddressString |
getForwardedToNumber()
Gets the value of the forwardedToNumber choice.
|
MAPForwardingFeature[] |
getForwardingFeatureList()
Gets the value of the forwardingFeatureList choice.
|
byte[] |
getSs_Status()
Gets the value of the ss-Status choice.
|
boolean |
isActivesBasicServicesChosen()
Tests whether the choice is activesBasicServices.
|
boolean |
isForwardedToNumberChosen()
Tests whether the choice is forwardedToNumber.
|
boolean |
isForwardingFeatureListChosen()
Tests whether the choice is forwardingFeatureList.
|
boolean |
isSs_StatusChosen()
Tests whether the choice is ss-Status.
|
MAPInterrogateSSRes_v1 |
setActivesBasicServices(MAPExt_BasicServiceCode[] value)
Sets the value of the activesBasicServices choice.
|
protected void |
setChoice(MAPInterrogateSSRes_v1.Choice arg)
Sets the discriminant of the current choice.
|
MAPInterrogateSSRes_v1 |
setForwardedToNumber(AddressString value)
Sets the value of the forwardedToNumber choice.
|
MAPInterrogateSSRes_v1 |
setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the forwardingFeatureList choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPInterrogateSSRes_v1 |
setSs_Status(byte[] value)
Sets the value of the ss-Status choice.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPInterrogateSSRes_v1 clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPInterrogateSSRes_v1 copyOf(MAPInterrogateSSRes_v1 from)
from - the object from which to copypublic MAPExt_BasicServiceCode[] getActivesBasicServices()
public MAPInterrogateSSRes_v1.Choice getChoice()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - ignored, as value cannot be optionalpublic AddressString getForwardedToNumber()
public MAPForwardingFeature[] getForwardingFeatureList()
public byte[] getSs_Status()
public boolean isActivesBasicServicesChosen()
public boolean isForwardedToNumberChosen()
public boolean isForwardingFeatureListChosen()
public boolean isSs_StatusChosen()
public MAPInterrogateSSRes_v1 setActivesBasicServices(MAPExt_BasicServiceCode[] 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 nullprotected void setChoice(MAPInterrogateSSRes_v1.Choice arg)
arg - the new discriminantpublic MAPInterrogateSSRes_v1 setForwardedToNumber(AddressString 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 MAPInterrogateSSRes_v1 setForwardingFeatureList(MAPForwardingFeature[] 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 AbstractDataObjectpublic MAPInterrogateSSRes_v1 setSs_Status(byte[] 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