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 QName
COMPLEX_TYPE
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
ExpressionType
beginExpression()
SubreportParameterType
clone()
<X> X
end()
boolean
equals(Object object)
SubreportParameterType
expression(ExpressionType value)
Integer
getOrder()
int
hashCode()
SubreportParameterType
id(Long value)
SubreportParameterType
name(String value)
SubreportParameterType
order(Integer value)
void
setOrder(Integer value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
SubreportParameterType
type(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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classExpressionParameterType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classExpressionParameterType
-
toString
public String toString()
- Overrides:
toString
in classExpressionParameterType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classExpressionParameterType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classExpressionParameterType
-
end
public <X> X end()
- Overrides:
end
in classExpressionParameterType
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
order
public SubreportParameterType order(Integer value)
-
expression
public SubreportParameterType expression(ExpressionType value)
- Overrides:
expression
in classExpressionParameterType
-
beginExpression
public ExpressionType beginExpression()
- Overrides:
beginExpression
in classExpressionParameterType
-
name
public SubreportParameterType name(String value)
- Overrides:
name
in classExpressionParameterType
-
type
public SubreportParameterType type(QName value)
- Overrides:
type
in classExpressionParameterType
-
id
public SubreportParameterType id(Long value)
- Overrides:
id
in classExpressionParameterType
-
clone
public SubreportParameterType clone()
- Overrides:
clone
in classExpressionParameterType
-
-