|
||||||||||
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.PropertyReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyConstructionType
public class PropertyConstructionType
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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}description" minOccurs="0"/> <element name="valueConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ValueConstructionType"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected ValueConstructionType |
valueConstruction
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
property |
Constructor Summary | |
---|---|
PropertyConstructionType()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
ValueConstructionType |
getValueConstruction()
Gets the value of the valueConstruction property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setValueConstruction(ValueConstructionType value)
Sets the value of the valueConstruction property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceType |
---|
getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
protected ValueConstructionType valueConstruction
Constructor Detail |
---|
public PropertyConstructionType()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public ValueConstructionType getValueConstruction()
ValueConstructionType
public void setValueConstruction(ValueConstructionType value)
value
- allowed object is
ValueConstructionType
public java.lang.String toString()
toString
in class PropertyReferenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |