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-3}ObjectType"> <sequence> <element name="includeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="iteration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterationSpecificationType" minOccurs="0"/> <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTemplateItemDefinitionType" maxOccurs="unbounded" minOccurs="0"/> <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTemplateMappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_INCLUDE_REF |
static QName |
F_ITEM |
static QName |
F_ITERATION |
static QName |
F_MAPPING |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
ObjectTemplateType() |
ObjectTemplateType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ObjectTemplateType |
clone() |
List<ObjectReferenceType> |
getIncludeRef() |
List<ObjectTemplateItemDefinitionType> |
getItem() |
IterationSpecificationType |
getIteration() |
List<ObjectTemplateMappingType> |
getMapping() |
void |
setIteration(IterationSpecificationType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_INCLUDE_REF
public static final QName F_ITERATION
public static final QName F_ITEM
public static final QName F_MAPPING
public ObjectTemplateType()
public ObjectTemplateType(com.evolveum.midpoint.prism.PrismContext prismContext)
public List<ObjectReferenceType> getIncludeRef()
public IterationSpecificationType getIteration()
public void setIteration(IterationSpecificationType value)
public List<ObjectTemplateItemDefinitionType> getItem()
public List<ObjectTemplateMappingType> getMapping()
public ObjectTemplateType clone()
clone
in class ObjectType
Copyright © 2016 Evolveum. All rights reserved.