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, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class UserTemplateType
extends ExtensibleObjectType
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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
           
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_ACCOUNT_CONSTRUCTION
           
static javax.xml.namespace.QName F_PROPERTY_CONSTRUCTION
           
protected  java.util.List<PropertyConstructionType> propertyConstruction
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
extension, F_EXTENSION
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version
 
Constructor Summary
UserTemplateType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 java.util.List<AccountConstructionType> getAccountConstruction()
          Gets the value of the accountConstruction property.
 java.util.List<PropertyConstructionType> getPropertyConstruction()
          Gets the value of the propertyConstruction property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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.ExtensibleObjectType
getExtension, setExtension
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
getDescription, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

propertyConstruction

protected java.util.List<PropertyConstructionType> propertyConstruction

accountConstruction

protected java.util.List<AccountConstructionType> accountConstruction

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_PROPERTY_CONSTRUCTION

public static final javax.xml.namespace.QName F_PROPERTY_CONSTRUCTION

F_ACCOUNT_CONSTRUCTION

public static final javax.xml.namespace.QName F_ACCOUNT_CONSTRUCTION
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


toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ExtensibleObjectType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class ExtensibleObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensibleObjectType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class ExtensibleObjectType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class ExtensibleObjectType


Copyright © 2012 evolveum. All Rights Reserved.