public class MAPCCBS_Data extends AbstractFieldsObject
CCBS-Data ::=
SEQUENCE {
ccbs-Feature CCBS-Feature,
translatedB-Number ISDN-AddressString,
serviceIndicator ServiceIndicator OPTIONAL,
callInfo ExternalSignalInfo,
networkSignalInfo ExternalSignalInfo,
...
}
Added in R97.
Used as field type by MAPRegisterCC_EntryArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPCCBS_Data()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPCCBS_Data |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCCBS_Data |
copyOf(MAPCCBS_Data 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.
|
MAPExternalSignalInfo |
getCallInfo()
Gets the value of the field callInfo.
|
MAPCCBS_Feature |
getCcbs_Feature()
Gets the value of the field ccbs-Feature.
|
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.
|
MAPExternalSignalInfo |
getNetworkSignalInfo()
Gets the value of the field networkSignalInfo.
|
MAPServiceIndicator |
getServiceIndicator()
Gets the value of the field serviceIndicator.
|
AddressString |
getTranslatedB_Number()
Gets the value of the field translatedB-Number.
|
boolean |
hasCallInfo()
Tests whether the field callInfo has a value.
|
boolean |
hasCcbs_Feature()
Tests whether the field ccbs-Feature has a value.
|
boolean |
hasNetworkSignalInfo()
Tests whether the field networkSignalInfo has a value.
|
boolean |
hasServiceIndicator()
Tests whether the field serviceIndicator has a value.
|
boolean |
hasTranslatedB_Number()
Tests whether the field translatedB-Number has a value.
|
MAPCCBS_Data |
setCallInfo(MAPExternalSignalInfo value)
Sets the value of the field callInfo.
|
MAPCCBS_Data |
setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.
|
MAPCCBS_Data |
setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPCCBS_Data |
setServiceIndicator(MAPServiceIndicator value)
Sets the value of the field serviceIndicator.
|
MAPCCBS_Data |
setTranslatedB_Number(AddressString value)
Sets the value of the field translatedB-Number.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPCCBS_Data()
public MAPCCBS_Data clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPCCBS_Data copyOf(MAPCCBS_Data from)
from - the object from which to copypublic MAPExternalSignalInfo getCallInfo()
public MAPCCBS_Feature getCcbs_Feature()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic MAPExternalSignalInfo getNetworkSignalInfo()
public MAPServiceIndicator getServiceIndicator()
public AddressString getTranslatedB_Number()
public boolean hasCallInfo()
public boolean hasCcbs_Feature()
public boolean hasNetworkSignalInfo()
public boolean hasServiceIndicator()
public boolean hasTranslatedB_Number()
public MAPCCBS_Data setCallInfo(MAPExternalSignalInfo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPCCBS_Data setCcbs_Feature(MAPCCBS_Feature value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPCCBS_Data setNetworkSignalInfo(MAPExternalSignalInfo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPCCBS_Data setServiceIndicator(MAPServiceIndicator value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPCCBS_Data setTranslatedB_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only