public class CAP4EventSpecificInformationSMS extends CAP3EventSpecificInformationSMS
EventSpecificInformationSMS ::=
CHOICE {
o-smsFailureSpecificInfo SEQUENCE {
failureCause MO-SMSCause OPTIONAL,
...
},
o-smsSubmissionSpecificInfo SEQUENCE {
...
},
t-smsFailureSpecificInfo SEQUENCE {
failureCause MT-SMSCause OPTIONAL,
...
},
t-smsDeliverySpecificInfo SEQUENCE {
...
}
}
CAP-datatypes {
EventSpecificInformationSMS {
@parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3EventSpecificInformationSMS
}
}
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP4EventSpecificInformationSMS.Choice
API for CAP-datatypes.EventSpecificInformationSMS.Choice.
|
static class |
CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo
API for CAP-datatypes.EventSpecificInformationSMS.o-smsSubmissionSpecificInfo.
|
static class |
CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo
API for CAP-datatypes.EventSpecificInformationSMS.t-smsDeliverySpecificInfo.
|
static class |
CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo
API for CAP-datatypes.EventSpecificInformationSMS.t-smsFailureSpecificInfo.
|
CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo, CAP3EventSpecificInformationSMS.O_smsSubmittedSpecificInfoFIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4EventSpecificInformationSMS() |
| Modifier and Type | Method and Description |
|---|---|
CAP4EventSpecificInformationSMS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4EventSpecificInformationSMS |
copyOf(CAP3EventSpecificInformationSMS 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 :discriminant-name to associated-value.
|
CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo |
getO_smsSubmissionSpecificInfo()
Gets the value of the o-smsSubmissionSpecificInfo choice.
|
CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo |
getT_smsDeliverySpecificInfo()
Gets the value of the t-smsDeliverySpecificInfo choice.
|
CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo |
getT_smsFailureSpecificInfo()
Gets the value of the t-smsFailureSpecificInfo choice.
|
boolean |
isO_smsSubmissionSpecificInfoChosen()
Tests whether the choice is o-smsSubmissionSpecificInfo.
|
boolean |
isT_smsDeliverySpecificInfoChosen()
Tests whether the choice is t-smsDeliverySpecificInfo.
|
boolean |
isT_smsFailureSpecificInfoChosen()
Tests whether the choice is t-smsFailureSpecificInfo.
|
CAP4EventSpecificInformationSMS |
setO_smsFailureSpecificInfo(CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo value)
Sets the value of the o-smsFailureSpecificInfo choice.
|
CAP4EventSpecificInformationSMS |
setO_smsSubmissionSpecificInfo(CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo value)
Sets the value of the o-smsSubmissionSpecificInfo choice.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4EventSpecificInformationSMS |
setT_smsDeliverySpecificInfo(CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo value)
Sets the value of the t-smsDeliverySpecificInfo choice.
|
CAP4EventSpecificInformationSMS |
setT_smsFailureSpecificInfo(CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo value)
Sets the value of the t-smsFailureSpecificInfo choice.
|
getChoice, getO_smsFailureSpecificInfo, getO_smsSubmittedSpecificInfo, isO_smsFailureSpecificInfoChosen, isO_smsSubmittedSpecificInfoChosen, setChoice, setO_smsSubmittedSpecificInfoequals, hashCode, toStringcheckModify, isReadOnlypublic CAP4EventSpecificInformationSMS clone()
clone in interface DataObjectclone in class CAP3EventSpecificInformationSMSpublic static CAP4EventSpecificInformationSMS copyOf(CAP3EventSpecificInformationSMS from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP3EventSpecificInformationSMSwithAbsents - ignored, as value cannot be optionalpublic CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo getO_smsSubmissionSpecificInfo()
public CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo getT_smsDeliverySpecificInfo()
public CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo getT_smsFailureSpecificInfo()
public boolean isO_smsSubmissionSpecificInfoChosen()
public boolean isT_smsDeliverySpecificInfoChosen()
public boolean isT_smsFailureSpecificInfoChosen()
public CAP4EventSpecificInformationSMS setO_smsFailureSpecificInfo(CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo value) throws IllegalStateException, NullPointerException
setO_smsFailureSpecificInfo in class CAP3EventSpecificInformationSMSvalue - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic CAP4EventSpecificInformationSMS setO_smsSubmissionSpecificInfo(CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class CAP3EventSpecificInformationSMSpublic CAP4EventSpecificInformationSMS setT_smsDeliverySpecificInfo(CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic CAP4EventSpecificInformationSMS setT_smsFailureSpecificInfo(CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null