Class SmsConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_3.SmsConfigurationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Where and how to send SMS notifications (or any other SMS).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Stringstatic final ItemNamestatic final ItemNamestatic final ItemNameprotected List<SmsGatewayConfigurationType>protected StringFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
blackList, debug, F_BLACK_LIST, F_DEBUG, F_LOG_TO_FILE, F_RECIPIENT_FILTER_EXPRESSION, F_REDIRECT_TO_FILE, F_WHITE_LIST, logToFile, recipientFilterExpression, redirectToFile, whiteList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()defaultFrom(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getName()inthashCode(StructuredHashCodeStrategy strategy) redirectToFile(String value) voidsetDefaultFrom(String value) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
getBlackList, getDebug, getLogToFile, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setRecipientFilterExpression, setRedirectToFileMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
gateway
-
defaultFrom
-
COMPLEX_TYPE
-
F_NAME
-
F_GATEWAY
-
F_DEFAULT_FROM
-
-
Constructor Details
-
SmsConfigurationType
public SmsConfigurationType() -
SmsConfigurationType
-
-
Method Details
-
getName
- Overrides:
getNamein classNotificationTransportConfigurationType
-
setName
- Overrides:
setNamein classNotificationTransportConfigurationType
-
getGateway
-
getDefaultFrom
-
setDefaultFrom
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classNotificationTransportConfigurationType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classNotificationTransportConfigurationType
-
name
- Overrides:
namein classNotificationTransportConfigurationType
-
gateway
-
beginGateway
-
defaultFrom
-
debug
- Overrides:
debugin classNotificationTransportConfigurationType
-
redirectToFile
- Overrides:
redirectToFilein classNotificationTransportConfigurationType
-
logToFile
- Overrides:
logToFilein classNotificationTransportConfigurationType
-
blackList
- Overrides:
blackListin classNotificationTransportConfigurationType
-
whiteList
- Overrides:
whiteListin classNotificationTransportConfigurationType
-
recipientFilterExpression
- Overrides:
recipientFilterExpressionin classNotificationTransportConfigurationType
-
beginRecipientFilterExpression
- Overrides:
beginRecipientFilterExpressionin classNotificationTransportConfigurationType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classNotificationTransportConfigurationType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classNotificationTransportConfigurationType
-