com.evolveum.midpoint.xml.ns._public.common.common_1
Class PropertyConstructionType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyConstructionType
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyConstructionType
- extends PropertyReferenceType
- implements java.io.Serializable
Definition of construction of a (general)
property. The property
may be constructed as a static
value of as a
result of an
expression (See ValueConstructionType documentation).
This can be used e.g. to constuct a
value for user's
fullName
in User
Template or also on other places in the future.
Java class for PropertyConstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyConstructionType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyReferenceType">
<sequence>
<element name="valueConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ValueConstructionType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueConstruction
protected ValueConstructionType valueConstruction
PropertyConstructionType
public PropertyConstructionType()
getValueConstruction
public ValueConstructionType getValueConstruction()
- Gets the value of the valueConstruction property.
- Returns:
- possible object is
ValueConstructionType
setValueConstruction
public void setValueConstruction(ValueConstructionType value)
- Sets the value of the valueConstruction property.
- Parameters:
value
- allowed object is
ValueConstructionType
Copyright © 2011 evolveum. All Rights Reserved.