|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ValueAssignmentType
public class ValueAssignmentType
Defines an assignment of value from one place (or expression) to another place. This is supposed to be a general-purpose construct. TODO: merging options This type is marked with jaxb:dom annotation, which will avoid JAXB parsing of it. This is a workaround to a JAXB limitation, which cannot handle more than one "any" elements in a type. See http://java.net/jira/browse/JAXB-798
Java class for ValueAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueAssignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}valueFilter" maxOccurs="unbounded" minOccurs="0"/> <element name="source" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExpressionType" minOccurs="0"/> <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}XPathType"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected org.w3c.dom.Element |
source
|
protected org.w3c.dom.Element |
target
|
protected java.util.List<ValueFilterType> |
valueFilter
|
Constructor Summary | |
---|---|
ValueAssignmentType()
|
Method Summary | |
---|---|
org.w3c.dom.Element |
getSource()
Gets the value of the source property. |
org.w3c.dom.Element |
getTarget()
Gets the value of the target property. |
java.util.List<ValueFilterType> |
getValueFilter()
List of filters that will be applied to the value before it even gets processed by this assignment. |
void |
setSource(org.w3c.dom.Element value)
Sets the value of the source property. |
void |
setTarget(org.w3c.dom.Element value)
Sets the value of the target property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ValueFilterType> valueFilter
protected org.w3c.dom.Element source
protected org.w3c.dom.Element target
Constructor Detail |
---|
public ValueAssignmentType()
Method Detail |
---|
public java.util.List<ValueFilterType> getValueFilter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the valueFilter property.
For example, to add a new item, do as follows:
getValueFilter().add(newItem);
Objects of the following type(s) are allowed in the list
ValueFilterType
public org.w3c.dom.Element getSource()
Element
public void setSource(org.w3c.dom.Element value)
value
- allowed object is
Element
public org.w3c.dom.Element getTarget()
Element
public void setTarget(org.w3c.dom.Element value)
value
- allowed object is
Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |