Class CustomTransportConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CustomTransportConfigurationType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class CustomTransportConfigurationType extends NotificationTransportConfigurationType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for CustomTransportConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomTransportConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationTransportConfigurationType"> <sequence> <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected ExpressionTypeexpressionstatic ItemNameF_EXPRESSION-
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_NAME, F_RECIPIENT_FILTER_EXPRESSION, F_REDIRECT_TO_FILE, F_WHITE_LIST, logToFile, name, recipientFilterExpression, redirectToFile, whiteList
-
-
Constructor Summary
Constructors Constructor Description CustomTransportConfigurationType()Creates a newCustomTransportConfigurationTypeinstance.CustomTransportConfigurationType(CustomTransportConfigurationType o)Creates a newCustomTransportConfigurationTypeinstance by deeply copying a givenCustomTransportConfigurationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionTypebeginExpression()ExpressionTypebeginRecipientFilterExpression()CustomTransportConfigurationTypeblackList(String value)CustomTransportConfigurationTypeclone()Creates and returns a deep copy of this object.CustomTransportConfigurationTypedebug(Boolean value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)CustomTransportConfigurationTypeexpression(ExpressionType value)ExpressionTypegetExpression()Gets the value of the expression property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)CustomTransportConfigurationTypelogToFile(String value)CustomTransportConfigurationTypename(String value)CustomTransportConfigurationTyperecipientFilterExpression(ExpressionType value)CustomTransportConfigurationTyperedirectToFile(String value)voidsetExpression(ExpressionType value)Sets the value of the expression property.StringtoString()Generates a String representation of the contents of this type.CustomTransportConfigurationTypewhiteList(String value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
getBlackList, getLogToFile, getName, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setName, setRecipientFilterExpression, setRedirectToFile
-
-
-
-
Field Detail
-
expression
protected ExpressionType expression
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXPRESSION
public static final ItemName F_EXPRESSION
-
-
Constructor Detail
-
CustomTransportConfigurationType
public CustomTransportConfigurationType()
Creates a newCustomTransportConfigurationTypeinstance.
-
CustomTransportConfigurationType
public CustomTransportConfigurationType(CustomTransportConfigurationType o)
Creates a newCustomTransportConfigurationTypeinstance by deeply copying a givenCustomTransportConfigurationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getExpression
public ExpressionType getExpression()
Gets the value of the expression property.- Returns:
- possible object is
ExpressionType
-
setExpression
public void setExpression(ExpressionType value)
Sets the value of the expression property.- Parameters:
value- allowed object isExpressionType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classNotificationTransportConfigurationType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classNotificationTransportConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNotificationTransportConfigurationType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classNotificationTransportConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classNotificationTransportConfigurationType
-
expression
public CustomTransportConfigurationType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
debug
public CustomTransportConfigurationType debug(Boolean value)
- Overrides:
debugin classNotificationTransportConfigurationType
-
redirectToFile
public CustomTransportConfigurationType redirectToFile(String value)
- Overrides:
redirectToFilein classNotificationTransportConfigurationType
-
logToFile
public CustomTransportConfigurationType logToFile(String value)
- Overrides:
logToFilein classNotificationTransportConfigurationType
-
blackList
public CustomTransportConfigurationType blackList(String value)
- Overrides:
blackListin classNotificationTransportConfigurationType
-
whiteList
public CustomTransportConfigurationType whiteList(String value)
- Overrides:
whiteListin classNotificationTransportConfigurationType
-
recipientFilterExpression
public CustomTransportConfigurationType recipientFilterExpression(ExpressionType value)
- Overrides:
recipientFilterExpressionin classNotificationTransportConfigurationType
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
- Overrides:
beginRecipientFilterExpressionin classNotificationTransportConfigurationType
-
name
public CustomTransportConfigurationType name(String value)
- Overrides:
namein classNotificationTransportConfigurationType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classNotificationTransportConfigurationType
-
clone
public CustomTransportConfigurationType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classNotificationTransportConfigurationType- Returns:
- A deep copy of this object.
-
-