Class FileConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FileConfigurationType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class FileConfigurationType extends NotificationTransportConfigurationType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Where and how to store "file" notifications.Java class for FileConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NotificationTransportConfigurationType"> <sequence> <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FILEprotected Stringfile-
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 FileConfigurationType()Creates a newFileConfigurationTypeinstance.FileConfigurationType(FileConfigurationType o)Creates a newFileConfigurationTypeinstance by deeply copying a givenFileConfigurationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionTypebeginRecipientFilterExpression()FileConfigurationTypeblackList(String value)FileConfigurationTypeclone()Creates and returns a deep copy of this object.FileConfigurationTypedebug(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)FileConfigurationTypefile(String value)StringgetFile()Gets the value of the file property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)FileConfigurationTypelogToFile(String value)FileConfigurationTypename(String value)FileConfigurationTyperecipientFilterExpression(ExpressionType value)FileConfigurationTyperedirectToFile(String value)voidsetFile(String value)Sets the value of the file property.StringtoString()Generates a String representation of the contents of this type.FileConfigurationTypewhiteList(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
-
-
-
-
Constructor Detail
-
FileConfigurationType
public FileConfigurationType()
Creates a newFileConfigurationTypeinstance.
-
FileConfigurationType
public FileConfigurationType(FileConfigurationType o)
Creates a newFileConfigurationTypeinstance by deeply copying a givenFileConfigurationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getFile
public String getFile()
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
public void setFile(String value)
Sets the value of the file property.- Parameters:
value- allowed object isString
-
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
-
file
public FileConfigurationType file(String value)
-
debug
public FileConfigurationType debug(Boolean value)
- Overrides:
debugin classNotificationTransportConfigurationType
-
redirectToFile
public FileConfigurationType redirectToFile(String value)
- Overrides:
redirectToFilein classNotificationTransportConfigurationType
-
logToFile
public FileConfigurationType logToFile(String value)
- Overrides:
logToFilein classNotificationTransportConfigurationType
-
blackList
public FileConfigurationType blackList(String value)
- Overrides:
blackListin classNotificationTransportConfigurationType
-
whiteList
public FileConfigurationType whiteList(String value)
- Overrides:
whiteListin classNotificationTransportConfigurationType
-
recipientFilterExpression
public FileConfigurationType recipientFilterExpression(ExpressionType value)
- Overrides:
recipientFilterExpressionin classNotificationTransportConfigurationType
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
- Overrides:
beginRecipientFilterExpressionin classNotificationTransportConfigurationType
-
name
public FileConfigurationType name(String value)
- Overrides:
namein classNotificationTransportConfigurationType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classNotificationTransportConfigurationType
-
clone
public FileConfigurationType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classNotificationTransportConfigurationType- Returns:
- A deep copy of this object.
-
-