public class ObjectTemplateType extends ObjectType implements Serializable, Cloneable
Java class for ObjectTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectTemplateType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType"> <sequence> <element name="includeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="accountConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConstructionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACCOUNT_CONSTRUCTION |
static QName |
F_COMPLEX___TYPE |
static QName |
F_INCLUDE_REF |
static QName |
F_MAPPING |
static QName |
F_SERIAL_VERSION_UID |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
ObjectTemplateType() |
Modifier and Type | Method and Description |
---|---|
ObjectTemplateType |
clone() |
List<ConstructionType> |
getAccountConstruction() |
List<ObjectReferenceType> |
getIncludeRef() |
List<MappingType> |
getMapping() |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_INCLUDE_REF
public static final QName F_MAPPING
public static final QName F_ACCOUNT_CONSTRUCTION
public static final QName F_COMPLEX___TYPE
public List<ObjectReferenceType> getIncludeRef()
public List<MappingType> getMapping()
public List<ConstructionType> getAccountConstruction()
public ObjectTemplateType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.