public class MAPMSISDN_BS extends AbstractFieldsObject
MSISDN-BS ::= SEQUENCE { msisdn ISDN-AddressString, basicServiceList BasicServiceList OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in release 7.
Used in array as field type by MAPAnyTimeSubscriptionInterrogationRes
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMSISDN_BS()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMSISDN_BS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMSISDN_BS |
copyOf(MAPMSISDN_BS 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[] |
getBasicServiceList()
Gets the value of the field basicServiceList.
|
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.
|
AddressString |
getMsisdn()
Gets the value of the field msisdn.
|
boolean |
hasBasicServiceList()
Tests whether the field basicServiceList has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasMsisdn()
Tests whether the field msisdn has a value.
|
MAPMSISDN_BS |
setBasicServiceList(MAPExt_BasicServiceCode[] value)
Sets the value of the field basicServiceList.
|
MAPMSISDN_BS |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMSISDN_BS |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPMSISDN_BS()
public MAPMSISDN_BS clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPMSISDN_BS copyOf(MAPMSISDN_BS from)
from
- the object from which to copypublic MAPExt_BasicServiceCode[] getBasicServiceList()
public 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 AddressString getMsisdn()
public boolean hasBasicServiceList()
public boolean hasExtensionContainer()
public boolean hasMsisdn()
public MAPMSISDN_BS setBasicServiceList(MAPExt_BasicServiceCode[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMSISDN_BS setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMSISDN_BS setMsisdn(AddressString 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