public class MAPSM_DeliveryFailureCauseWithDiagnostic extends AbstractFieldsObject
SM-DeliveryFailureCauseWithDiagnostic ::= SEQUENCE { sm-EnumeratedDeliveryFailureCause SM-EnumeratedDeliveryFailureCause, diagnosticInfo SignalInfo OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... } MAP-ER-DataTypes { SM-DeliveryFailureCauseWithDiagnostic { diagnosticInfo { @api { @decodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.decodeRPError @encodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.encodeRPError @import com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU } } } }Added in ph2.
Used as field type by MAPSM_DeliveryFailureCause
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSM_DeliveryFailureCauseWithDiagnostic()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSM_DeliveryFailureCauseWithDiagnostic |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSM_DeliveryFailureCauseWithDiagnostic |
copyOf(MAPSM_DeliveryFailureCauseWithDiagnostic 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.
|
SMSTPDU |
getDiagnosticInfo()
Gets the value of the field diagnosticInfo.
|
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.
|
MAPSM_EnumeratedDeliveryFailureCause |
getSm_EnumeratedDeliveryFailureCause()
Gets the value of the field sm-EnumeratedDeliveryFailureCause.
|
boolean |
hasDiagnosticInfo()
Tests whether the field diagnosticInfo has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasSm_EnumeratedDeliveryFailureCause()
Tests whether the field sm-EnumeratedDeliveryFailureCause has a value.
|
MAPSM_DeliveryFailureCauseWithDiagnostic |
setDiagnosticInfo(SMSTPDU value)
Sets the value of the field diagnosticInfo.
|
MAPSM_DeliveryFailureCauseWithDiagnostic |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSM_DeliveryFailureCauseWithDiagnostic |
setSm_EnumeratedDeliveryFailureCause(MAPSM_EnumeratedDeliveryFailureCause value)
Sets the value of the field sm-EnumeratedDeliveryFailureCause.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSM_DeliveryFailureCauseWithDiagnostic()
public MAPSM_DeliveryFailureCauseWithDiagnostic clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSM_DeliveryFailureCauseWithDiagnostic copyOf(MAPSM_DeliveryFailureCauseWithDiagnostic from)
from
- the object from which to copypublic SMSTPDU getDiagnosticInfo()
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 MAPSM_EnumeratedDeliveryFailureCause getSm_EnumeratedDeliveryFailureCause()
public boolean hasDiagnosticInfo()
public boolean hasExtensionContainer()
public boolean hasSm_EnumeratedDeliveryFailureCause()
public MAPSM_DeliveryFailureCauseWithDiagnostic setDiagnosticInfo(SMSTPDU value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSM_DeliveryFailureCauseWithDiagnostic setExtensionContainer(MAPExtensionContainer 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
public MAPSM_DeliveryFailureCauseWithDiagnostic setSm_EnumeratedDeliveryFailureCause(MAPSM_EnumeratedDeliveryFailureCause value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only