public class MAPAlertServiceCentreArg extends AbstractFieldsObject
AlertServiceCentreArg ::=
SEQUENCE {
msisdn ISDN-AddressString, -- Renamed from msIsdn between ph1 and ph2.
serviceCentreAddress AddressString,
...
}
Present in ph1.
Used as argument type by MAPOperations.alertServiceCentre.
Used as argument type by MAPOperations.alertServiceCentreWithoutResult_v1.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPAlertServiceCentreArg()
Constructs an object with uninitialised state.
|
MAPAlertServiceCentreArg(AddressString Msisdn_param,
AddressString ServiceCentreAddress_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
MAPAlertServiceCentreArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAlertServiceCentreArg |
copyOf(MAPAlertServiceCentreArg 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.
|
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.
|
AddressString |
getServiceCentreAddress()
Gets the value of the field serviceCentreAddress.
|
boolean |
hasMsisdn()
Tests whether the field msisdn has a value.
|
boolean |
hasServiceCentreAddress()
Tests whether the field serviceCentreAddress has a value.
|
MAPAlertServiceCentreArg |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPAlertServiceCentreArg |
setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPAlertServiceCentreArg()
public MAPAlertServiceCentreArg(AddressString Msisdn_param, AddressString ServiceCentreAddress_param)
Msisdn_param - value for that fieldServiceCentreAddress_param - value for that fieldpublic MAPAlertServiceCentreArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPAlertServiceCentreArg copyOf(MAPAlertServiceCentreArg from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic AddressString getMsisdn()
public AddressString getServiceCentreAddress()
public boolean hasMsisdn()
public boolean hasServiceCentreAddress()
public MAPAlertServiceCentreArg 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 DataObjectsetReadOnly in class AbstractDataObjectpublic MAPAlertServiceCentreArg setServiceCentreAddress(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only