Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

mcs
Class SmsPref
subscription.CapabilityPref
  |
  +--mcs.SmsPref

public class SmsPref      
SmsPref represents the preferences governing the SMS relay capability. SmsPrefs are provisionable and clonable.
 
Links:
Kernel Association Association Link
to Class Domain
The smppDomain attribute represents the domain that should be applied for address translation during propagation of messages over SMPP. When the smppDomain is specified for the Identity, dynamic domain seletion is overridden (not required). If the smppDomain is not specified no domain processing is applied.
Constraints:
- must be a valid Cellular Domain
- may be null
Default:
- none
Clone:
- yes, verbatim
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Class Domain
The smoipDomain attribute represents the domain that should be applied for address translation during propagation of messages over SIP. When the smiopDomain is specified for the Identity, dynamic domain seletion is overridden (not required). If the smiopDomain is not specified, dynamic domain assignment (DerivedAssociation) is checked for a candidate Domain. The smoipDomain MUST be of type DIRECT
Constraints:
- must be a valid Domain
- may be null
Default:
- none
Clone:
- yes, verbatim
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Generalization Generalization Link
to Class CapabilityPref
SmsPref represents the preferences governing the SMS relay capability. SmsPrefs are provisionable and clonable.
 
 

Field Summary
private Domain
private Domain
Field Detail
smoipDomain
private Domain smoipDomain
The smoipDomain attribute represents the domain that should be applied for address translation during propagation of messages over SIP. When the smiopDomain is specified for the Identity, dynamic domain seletion is overridden (not required). If the smiopDomain is not specified, dynamic domain assignment (DerivedAssociation) is checked for a candidate Domain. The smoipDomain MUST be of type DIRECT
Constraints:
- must be a valid Domain
- may be null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

smppDomain
private Domain smppDomain
The smppDomain attribute represents the domain that should be applied for address translation during propagation of messages over SMPP. When the smppDomain is specified for the Identity, dynamic domain seletion is overridden (not required). If the smppDomain is not specified no domain processing is applied.
Constraints:
- must be a valid Cellular Domain
- may be null
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD