com.evolveum.midpoint.xml.ns._public.common.common_1
Class UserTemplateType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
          extended by com.evolveum.midpoint.xml.ns._public.common.common_1.UserTemplateType
All Implemented Interfaces:
java.io.Serializable

public class UserTemplateType
extends ExtensibleObjectType
implements java.io.Serializable

The user template used to create new users. It contains fixed values or expressions that can set-up a new user obejct. It is used only during user creation in the synchronization code, but will be most likely used also on other places later. The goal is to make this a kind of "policy" how the use object should look like and check it on every user modification.

Java class for UserTemplateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserTemplateType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType">
       <sequence>
         <element name="propertyConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyConstructionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="accountConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AccountConstructionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<AccountConstructionType> accountConstruction
           
protected  java.util.List<PropertyConstructionType> propertyConstruction
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
extension
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
name, oid, version
 
Constructor Summary
UserTemplateType()
           
 
Method Summary
 java.util.List<AccountConstructionType> getAccountConstruction()
          Gets the value of the accountConstruction property.
 java.util.List<PropertyConstructionType> getPropertyConstruction()
          Gets the value of the propertyConstruction property.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
getExtension, setExtension
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
getName, getOid, getVersion, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyConstruction

protected java.util.List<PropertyConstructionType> propertyConstruction

accountConstruction

protected java.util.List<AccountConstructionType> accountConstruction
Constructor Detail

UserTemplateType

public UserTemplateType()
Method Detail

getPropertyConstruction

public java.util.List<PropertyConstructionType> getPropertyConstruction()
Gets the value of the propertyConstruction property.

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 propertyConstruction property.

For example, to add a new item, do as follows:

    getPropertyConstruction().add(newItem);
 

Objects of the following type(s) are allowed in the list PropertyConstructionType


getAccountConstruction

public java.util.List<AccountConstructionType> getAccountConstruction()
Gets the value of the accountConstruction property.

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 accountConstruction property.

For example, to add a new item, do as follows:

    getAccountConstruction().add(newItem);
 

Objects of the following type(s) are allowed in the list AccountConstructionType



Copyright © 2011 evolveum. All Rights Reserved.