public class MAPCCBS_Feature extends AbstractFieldsObject
CCBS-Feature ::= SEQUENCE { ccbs-Index CCBS-Index OPTIONAL, b-subscriberNumber ISDN-AddressString OPTIONAL, b-subscriberSubaddress ISDN-SubaddressString OPTIONAL, basicServiceGroup BasicServiceCode OPTIONAL, ... }Added in R97.
Used in array as field type by MAPGenericServiceInfo
.
Used as field type by MAPRemoteUserFreeArg
.
Used as field type by MAPCCBS_Data
.
Used as field type by MAPRegisterCC_EntryRes
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPCCBS_Feature()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPCCBS_Feature |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCCBS_Feature |
copyOf(MAPCCBS_Feature 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.
|
AddressString |
getB_subscriberNumber()
Gets the value of the field b-subscriberNumber.
|
ISDNSubaddress |
getB_subscriberSubaddress()
Gets the value of the field b-subscriberSubaddress.
|
MAPBasicServiceCode |
getBasicServiceGroup()
Gets the value of the field basicServiceGroup.
|
int |
getCcbs_Index()
Gets the value of the field ccbs-Index.
|
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.
|
boolean |
hasB_subscriberNumber()
Tests whether the field b-subscriberNumber has a value.
|
boolean |
hasB_subscriberSubaddress()
Tests whether the field b-subscriberSubaddress has a value.
|
boolean |
hasBasicServiceGroup()
Tests whether the field basicServiceGroup has a value.
|
boolean |
hasCcbs_Index()
Tests whether the field ccbs-Index has a value.
|
MAPCCBS_Feature |
setB_subscriberNumber(AddressString value)
Sets the value of the field b-subscriberNumber.
|
MAPCCBS_Feature |
setB_subscriberSubaddress(ISDNSubaddress value)
Sets the value of the field b-subscriberSubaddress.
|
MAPCCBS_Feature |
setBasicServiceGroup(MAPBasicServiceCode value)
Sets the value of the field basicServiceGroup.
|
MAPCCBS_Feature |
setCcbs_Index(int value)
Sets the value of the field ccbs-Index and marks the field as present.
|
MAPCCBS_Feature |
setCcbs_IndexPresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Index.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPCCBS_Feature()
public MAPCCBS_Feature clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPCCBS_Feature copyOf(MAPCCBS_Feature from)
from
- the object from which to copypublic AddressString getB_subscriberNumber()
public ISDNSubaddress getB_subscriberSubaddress()
public MAPBasicServiceCode getBasicServiceGroup()
public int getCcbs_Index()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic boolean hasB_subscriberNumber()
public boolean hasB_subscriberSubaddress()
public boolean hasBasicServiceGroup()
public boolean hasCcbs_Index()
public MAPCCBS_Feature setB_subscriberNumber(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCCBS_Feature setB_subscriberSubaddress(ISDNSubaddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCCBS_Feature setBasicServiceGroup(MAPBasicServiceCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCCBS_Feature setCcbs_Index(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPCCBS_Feature setCcbs_IndexPresent(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 DataObject
setReadOnly
in class AbstractDataObject