|
||||||||||
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.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.UserTemplateType
public class UserTemplateType
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>
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 |
---|
protected java.util.List<PropertyConstructionType> propertyConstruction
protected java.util.List<AccountConstructionType> accountConstruction
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_PROPERTY_CONSTRUCTION
public static final javax.xml.namespace.QName F_ACCOUNT_CONSTRUCTION
Constructor Detail |
---|
public UserTemplateType()
Method Detail |
---|
public java.util.List<PropertyConstructionType> getPropertyConstruction()
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
public java.util.List<AccountConstructionType> getAccountConstruction()
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
public java.lang.String toString()
toString
in class ExtensibleObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class ExtensibleObjectType
public int hashCode()
hashCode
in class ExtensibleObjectType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ExtensibleObjectType
public boolean equals(java.lang.Object object)
equals
in class ExtensibleObjectType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |