Class SubreportParameterType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionParameterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SubreportParameterType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class SubreportParameterType extends ExpressionParameterType implements Serializable, Cloneable, Containerable
Subreport with expression.Java class for SubreportParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubreportParameterType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionParameterType"> <sequence> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ORDER-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionParameterType
F_EXPRESSION
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
F_NAME, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SubreportParameterType()SubreportParameterType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ExpressionTypebeginExpression()SubreportParameterTypeclone()<X> Xend()booleanequals(Object object)SubreportParameterTypeexpression(ExpressionType value)IntegergetOrder()inthashCode()SubreportParameterTypeid(Long value)SubreportParameterTypename(String value)SubreportParameterTypeorder(Integer value)voidsetOrder(Integer value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()SubreportParameterTypetype(QName value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionParameterType
getExpression, setExpression
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
getId, getName, getType, setId, setName, setType
-
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
-
SubreportParameterType
public SubreportParameterType()
-
SubreportParameterType
public SubreportParameterType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classExpressionParameterType
-
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- Overrides:
setupContainerValuein classExpressionParameterType
-
toString
public String toString()
- Overrides:
toStringin classExpressionParameterType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classExpressionParameterType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExpressionParameterType
-
end
public <X> X end()
- Overrides:
endin classExpressionParameterType
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
order
public SubreportParameterType order(Integer value)
-
expression
public SubreportParameterType expression(ExpressionType value)
- Overrides:
expressionin classExpressionParameterType
-
beginExpression
public ExpressionType beginExpression()
- Overrides:
beginExpressionin classExpressionParameterType
-
name
public SubreportParameterType name(String value)
- Overrides:
namein classExpressionParameterType
-
type
public SubreportParameterType type(QName value)
- Overrides:
typein classExpressionParameterType
-
id
public SubreportParameterType id(Long value)
- Overrides:
idin classExpressionParameterType
-
clone
public SubreportParameterType clone()
- Overrides:
clonein classExpressionParameterType
-
-