Class LegacyCustomTransportConfigurationType
- 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.LegacyCustomTransportConfigurationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class LegacyCustomTransportConfigurationType extends NotificationTransportConfigurationType
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected ExpressionTypeexpressionstatic ItemNameF_EXPRESSIONstatic ItemNameF_NAMEprotected Stringname-
Fields 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 Constructor Description LegacyCustomTransportConfigurationType()LegacyCustomTransportConfigurationType(LegacyCustomTransportConfigurationType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
getBlackList, getLogToFile, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setRecipientFilterExpression, setRedirectToFile
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
name
protected String name
-
expression
protected ExpressionType expression
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_EXPRESSION
public static final ItemName F_EXPRESSION
-
-
Constructor Detail
-
LegacyCustomTransportConfigurationType
public LegacyCustomTransportConfigurationType()
-
LegacyCustomTransportConfigurationType
public LegacyCustomTransportConfigurationType(LegacyCustomTransportConfigurationType other)
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classNotificationTransportConfigurationType
-
setName
public void setName(String value)
- Overrides:
setNamein classNotificationTransportConfigurationType
-
getExpression
public ExpressionType getExpression()
-
setExpression
public void setExpression(ExpressionType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classNotificationTransportConfigurationType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classNotificationTransportConfigurationType
-
name
public LegacyCustomTransportConfigurationType name(String value)
- Overrides:
namein classNotificationTransportConfigurationType
-
expression
public LegacyCustomTransportConfigurationType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
debug
public LegacyCustomTransportConfigurationType debug(Boolean value)
- Overrides:
debugin classNotificationTransportConfigurationType
-
redirectToFile
public LegacyCustomTransportConfigurationType redirectToFile(String value)
- Overrides:
redirectToFilein classNotificationTransportConfigurationType
-
logToFile
public LegacyCustomTransportConfigurationType logToFile(String value)
- Overrides:
logToFilein classNotificationTransportConfigurationType
-
blackList
public LegacyCustomTransportConfigurationType blackList(String value)
- Overrides:
blackListin classNotificationTransportConfigurationType
-
whiteList
public LegacyCustomTransportConfigurationType whiteList(String value)
- Overrides:
whiteListin classNotificationTransportConfigurationType
-
recipientFilterExpression
public LegacyCustomTransportConfigurationType recipientFilterExpression(ExpressionType value)
- Overrides:
recipientFilterExpressionin classNotificationTransportConfigurationType
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
- Overrides:
beginRecipientFilterExpressionin classNotificationTransportConfigurationType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classNotificationTransportConfigurationType
-
clone
public LegacyCustomTransportConfigurationType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classNotificationTransportConfigurationType
-
-