public class MAPSS_Data extends MAPSS_Data_v1
SS-Data ::=
SEQUENCE {
ss-Code SS-Code OPTIONAL,
ss-Status SS-Status OPTIONAL,
ss-SubscriptionOption SS-SubscriptionOption OPTIONAL,
basicServiceGroupList BasicServiceGroupList OPTIONAL, -- Added in ph2.
...
defaultPriority EMLPP-Priority OPTIONAL, -- Added in R97.
nbrUser MC-Bearers OPTIONAL -- Added in R99.
}
MAP-SS-DataTypes {
SS-Data {
@parentASN1Type MAP-SS-DataTypes-ph1.SS-Data-v1
}
}
Added in ph2 as an extension of MAPSS_Data_v1. Note that the parent's field ss-SubscriptionOption-v1 is for use only in -v1 contexts.
Used as field type by MAPSS_Info.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSS_Data()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPSS_Data |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_Data |
copyOf(MAPSS_Data_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 field basicServiceGroupList.
|
int |
getDefaultPriority()
Gets the value of the field defaultPriority.
|
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 field-name to field-value.
|
int |
getNbrUser()
Gets the value of the field nbrUser.
|
MAPSS_SubscriptionOption |
getSs_SubscriptionOption()
Gets the value of the field ss-SubscriptionOption.
|
boolean |
hasBasicServiceGroupList()
Tests whether the field basicServiceGroupList has a value.
|
boolean |
hasDefaultPriority()
Tests whether the field defaultPriority has a value.
|
boolean |
hasNbrUser()
Tests whether the field nbrUser has a value.
|
boolean |
hasSs_SubscriptionOption()
Tests whether the field ss-SubscriptionOption has a value.
|
MAPSS_Data |
setBasicServiceGroupList(MAPBasicServiceCode[] value)
Sets the value of the field basicServiceGroupList.
|
MAPSS_Data |
setDefaultPriority(int value)
Sets the value of the field defaultPriority and marks the field as present.
|
MAPSS_Data |
setDefaultPriorityPresent(boolean flag)
Sets the presence or absence of the optional field defaultPriority.
|
MAPSS_Data |
setNbrUser(int value)
Sets the value of the field nbrUser and marks the field as present.
|
MAPSS_Data |
setNbrUserPresent(boolean flag)
Sets the presence or absence of the optional field nbrUser.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSS_Data |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPSS_Data |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
MAPSS_Data |
setSs_SubscriptionOption(MAPSS_SubscriptionOption value)
Sets the value of the field ss-SubscriptionOption.
|
getSs_Code, getSs_Status, getSs_SubscriptionOption_v1, hasSs_Code, hasSs_Status, hasSs_SubscriptionOption_v1, setSs_SubscriptionOption_v1equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSS_Data clone()
clone in interface DataObjectclone in class MAPSS_Data_v1public static MAPSS_Data copyOf(MAPSS_Data_v1 from)
from - the object from which to copypublic MAPBasicServiceCode[] getBasicServiceGroupList()
public int getDefaultPriority()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPSS_Data_v1withAbsents - whether to put absent optional fields into Mappublic int getNbrUser()
public MAPSS_SubscriptionOption getSs_SubscriptionOption()
public boolean hasBasicServiceGroupList()
public boolean hasDefaultPriority()
public boolean hasNbrUser()
public boolean hasSs_SubscriptionOption()
public MAPSS_Data setBasicServiceGroupList(MAPBasicServiceCode[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setDefaultPriority(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setDefaultPriorityPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setNbrUser(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setNbrUserPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPSS_Data_v1public MAPSS_Data setSs_Code(SSCode value) throws IllegalStateException
setSs_Code in class MAPSS_Data_v1value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setSs_Status(byte[] value) throws IllegalStateException
setSs_Status in class MAPSS_Data_v1value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSS_Data setSs_SubscriptionOption(MAPSS_SubscriptionOption value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only