public class MAPMC_SS_Info extends AbstractFieldsObject
MC-SS-Info ::= SEQUENCE { ss-Code SS-Code, ss-Status Ext-SS-Status, nbrSB MaxMC-Bearers, nbrUser MC-Bearers, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R99.
Used as field type by MAPInsertSubscriberDataArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMC_SS_Info()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMC_SS_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMC_SS_Info |
copyOf(MAPMC_SS_Info 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.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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 |
getNbrSB()
Gets the value of the field nbrSB.
|
int |
getNbrUser()
Gets the value of the field nbrUser.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
byte[] |
getSs_Status()
Gets the value of the field ss-Status.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasNbrSB()
Tests whether the field nbrSB has a value.
|
boolean |
hasNbrUser()
Tests whether the field nbrUser has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
MAPMC_SS_Info |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMC_SS_Info |
setNbrSB(int value)
Sets the value of the field nbrSB and marks the field as present.
|
MAPMC_SS_Info |
setNbrUser(int value)
Sets the value of the field nbrUser and marks the field as present.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMC_SS_Info |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPMC_SS_Info |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPMC_SS_Info()
public MAPMC_SS_Info clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPMC_SS_Info copyOf(MAPMC_SS_Info from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic int getNbrSB()
public int getNbrUser()
public SSCode getSs_Code()
public byte[] getSs_Status()
public boolean hasExtensionContainer()
public boolean hasNbrSB()
public boolean hasNbrUser()
public boolean hasSs_Code()
public boolean hasSs_Status()
public MAPMC_SS_Info setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMC_SS_Info setNbrSB(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMC_SS_Info setNbrUser(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPMC_SS_Info setSs_Code(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMC_SS_Info setSs_Status(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only