public class MAPProvideSIWFSNumberArg extends AbstractFieldsObject
ProvideSIWFSNumberArg ::= SEQUENCE { gsm-BearerCapability ExternalSignalInfo, isdn-BearerCapability ExternalSignalInfo, call-Direction CallDirection, b-Subscriber-Address ISDN-AddressString, chosenChannel ExternalSignalInfo, lowerLayerCompatibility ExternalSignalInfo OPTIONAL, highLayerCompatibility ExternalSignalInfo OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R97. Removed between releases 5 and 6.
Used as argument type by MAPOperations.provideSIWFSNumber
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProvideSIWFSNumberArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideSIWFSNumberArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideSIWFSNumberArg |
copyOf(MAPProvideSIWFSNumberArg 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_Subscriber_Address()
Gets the value of the field b-Subscriber-Address.
|
byte[] |
getCall_Direction()
Gets the value of the field call-Direction.
|
MAPExternalSignalInfo |
getChosenChannel()
Gets the value of the field chosenChannel.
|
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.
|
MAPExternalSignalInfo |
getGsm_BearerCapability()
Gets the value of the field gsm-BearerCapability.
|
MAPExternalSignalInfo |
getHighLayerCompatibility()
Gets the value of the field highLayerCompatibility.
|
MAPExternalSignalInfo |
getIsdn_BearerCapability()
Gets the value of the field isdn-BearerCapability.
|
MAPExternalSignalInfo |
getLowerLayerCompatibility()
Gets the value of the field lowerLayerCompatibility.
|
boolean |
hasB_Subscriber_Address()
Tests whether the field b-Subscriber-Address has a value.
|
boolean |
hasCall_Direction()
Tests whether the field call-Direction has a value.
|
boolean |
hasChosenChannel()
Tests whether the field chosenChannel has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGsm_BearerCapability()
Tests whether the field gsm-BearerCapability has a value.
|
boolean |
hasHighLayerCompatibility()
Tests whether the field highLayerCompatibility has a value.
|
boolean |
hasIsdn_BearerCapability()
Tests whether the field isdn-BearerCapability has a value.
|
boolean |
hasLowerLayerCompatibility()
Tests whether the field lowerLayerCompatibility has a value.
|
MAPProvideSIWFSNumberArg |
setB_Subscriber_Address(AddressString value)
Sets the value of the field b-Subscriber-Address.
|
MAPProvideSIWFSNumberArg |
setCall_Direction(byte[] value)
Sets the value of the field call-Direction.
|
MAPProvideSIWFSNumberArg |
setChosenChannel(MAPExternalSignalInfo value)
Sets the value of the field chosenChannel.
|
MAPProvideSIWFSNumberArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideSIWFSNumberArg |
setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.
|
MAPProvideSIWFSNumberArg |
setHighLayerCompatibility(MAPExternalSignalInfo value)
Sets the value of the field highLayerCompatibility.
|
MAPProvideSIWFSNumberArg |
setIsdn_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field isdn-BearerCapability.
|
MAPProvideSIWFSNumberArg |
setLowerLayerCompatibility(MAPExternalSignalInfo value)
Sets the value of the field lowerLayerCompatibility.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPProvideSIWFSNumberArg()
public MAPProvideSIWFSNumberArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPProvideSIWFSNumberArg copyOf(MAPProvideSIWFSNumberArg from)
from
- the object from which to copypublic AddressString getB_Subscriber_Address()
public byte[] getCall_Direction()
public MAPExternalSignalInfo getChosenChannel()
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 MAPExternalSignalInfo getGsm_BearerCapability()
public MAPExternalSignalInfo getHighLayerCompatibility()
public MAPExternalSignalInfo getIsdn_BearerCapability()
public MAPExternalSignalInfo getLowerLayerCompatibility()
public boolean hasB_Subscriber_Address()
public boolean hasCall_Direction()
public boolean hasChosenChannel()
public boolean hasExtensionContainer()
public boolean hasGsm_BearerCapability()
public boolean hasHighLayerCompatibility()
public boolean hasIsdn_BearerCapability()
public boolean hasLowerLayerCompatibility()
public MAPProvideSIWFSNumberArg setB_Subscriber_Address(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setCall_Direction(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setChosenChannel(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setGsm_BearerCapability(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setHighLayerCompatibility(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setIsdn_BearerCapability(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideSIWFSNumberArg setLowerLayerCompatibility(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 DataObject
setReadOnly
in class AbstractDataObject