Class ReportBehaviorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ReportBehaviorType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ReportBehaviorType extends Object implements Serializable, Cloneable, Containerable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Behavior for report. Contains import option and direction of report. </p>Java class for ReportBehaviorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportBehaviorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="direction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DirectionTypeType" minOccurs="0"/> <element name="importOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ImportOptionsType" minOccurs="0"/> <element name="importScript" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ExecuteScriptType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_DIRECTIONstatic ItemNameF_IMPORT_OPTIONSstatic ItemNameF_IMPORT_SCRIPT-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ReportBehaviorType()ReportBehaviorType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ImportOptionsTypebeginImportOptions()ExecuteScriptTypebeginImportScript()ReportBehaviorTypeclone()ReportBehaviorTypedirection(DirectionTypeType value)<X> Xend()booleanequals(Object object)DirectionTypeTypegetDirection()LonggetId()ImportOptionsTypegetImportOptions()ExecuteScriptTypegetImportScript()inthashCode()ReportBehaviorTypeid(Long value)ReportBehaviorTypeimportOptions(ImportOptionsType value)ReportBehaviorTypeimportScript(ExecuteScriptType value)voidsetDirection(DirectionTypeType value)voidsetId(Long value)voidsetImportOptions(ImportOptionsType value)voidsetImportScript(ExecuteScriptType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ReportBehaviorType
public ReportBehaviorType()
-
ReportBehaviorType
public ReportBehaviorType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
getDirection
public DirectionTypeType getDirection()
-
setDirection
public void setDirection(DirectionTypeType value)
-
getImportOptions
public ImportOptionsType getImportOptions()
-
setImportOptions
public void setImportOptions(ImportOptionsType value)
-
getImportScript
public ExecuteScriptType getImportScript()
-
setImportScript
public void setImportScript(ExecuteScriptType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
direction
public ReportBehaviorType direction(DirectionTypeType value)
-
importOptions
public ReportBehaviorType importOptions(ImportOptionsType value)
-
beginImportOptions
public ImportOptionsType beginImportOptions()
-
importScript
public ReportBehaviorType importScript(ExecuteScriptType value)
-
beginImportScript
public ExecuteScriptType beginImportScript()
-
id
public ReportBehaviorType id(Long value)
-
clone
public ReportBehaviorType clone()
-
-