Class SmsTransportConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SmsTransportConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SmsTransportConfigurationType extends GeneralTransportConfigurationType
Where and how to send SMS messages (or any other SMS).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DEFAULT_FROM
static ItemName
F_GATEWAY
static Producer<SmsTransportConfigurationType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
F_BLACK_LIST, F_DEBUG, F_LOG_TO_FILE, F_NAME, F_RECIPIENT_ADDRESS_EXPRESSION, F_RECIPIENT_FILTER_EXPRESSION, F_REDIRECT_TO_FILE, F_WHITE_LIST
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SmsTransportConfigurationType()
SmsTransportConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
getBlackList, getLogToFile, getName, getRecipientAddressExpression, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setName, setRecipientAddressExpression, setRecipientFilterExpression, setRedirectToFile
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_GATEWAY
public static final ItemName F_GATEWAY
-
F_DEFAULT_FROM
public static final ItemName F_DEFAULT_FROM
-
FACTORY
public static final Producer<SmsTransportConfigurationType> FACTORY
-
-
Constructor Detail
-
SmsTransportConfigurationType
public SmsTransportConfigurationType()
-
SmsTransportConfigurationType
@Deprecated public SmsTransportConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getGateway
public List<SmsGatewayConfigurationType> getGateway()
-
getDefaultFrom
public String getDefaultFrom()
-
setDefaultFrom
public void setDefaultFrom(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classGeneralTransportConfigurationType
-
gateway
public SmsTransportConfigurationType gateway(SmsGatewayConfigurationType value)
-
beginGateway
public SmsGatewayConfigurationType beginGateway()
-
defaultFrom
public SmsTransportConfigurationType defaultFrom(String value)
-
name
public SmsTransportConfigurationType name(String value)
- Overrides:
name
in classGeneralTransportConfigurationType
-
redirectToFile
public SmsTransportConfigurationType redirectToFile(String value)
- Overrides:
redirectToFile
in classGeneralTransportConfigurationType
-
logToFile
public SmsTransportConfigurationType logToFile(String value)
- Overrides:
logToFile
in classGeneralTransportConfigurationType
-
blackList
public SmsTransportConfigurationType blackList(String value)
- Overrides:
blackList
in classGeneralTransportConfigurationType
-
whiteList
public SmsTransportConfigurationType whiteList(String value)
- Overrides:
whiteList
in classGeneralTransportConfigurationType
-
recipientFilterExpression
public SmsTransportConfigurationType recipientFilterExpression(ExpressionType value)
- Overrides:
recipientFilterExpression
in classGeneralTransportConfigurationType
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
- Overrides:
beginRecipientFilterExpression
in classGeneralTransportConfigurationType
-
recipientAddressExpression
public SmsTransportConfigurationType recipientAddressExpression(ExpressionType value)
- Overrides:
recipientAddressExpression
in classGeneralTransportConfigurationType
-
beginRecipientAddressExpression
public ExpressionType beginRecipientAddressExpression()
- Overrides:
beginRecipientAddressExpression
in classGeneralTransportConfigurationType
-
debug
public SmsTransportConfigurationType debug(Boolean value)
- Overrides:
debug
in classGeneralTransportConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classGeneralTransportConfigurationType
-
clone
public SmsTransportConfigurationType clone()
- Overrides:
clone
in classGeneralTransportConfigurationType
-
-