public class AssignmentType extends Object implements Serializable, Cloneable, Containerable
Java class for AssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/> <element name="lifecycleState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/> <choice> <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="construction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstructionType" minOccurs="0"/> <element name="focusMappings" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingsType" minOccurs="0"/> <element name="policyRule" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyRuleType" minOccurs="0"/> </choice> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationType" minOccurs="0"/> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="orderConstraint" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrderConstraintsType" maxOccurs="unbounded" minOccurs="0"/> <element name="limitTargetContent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentSelectorType" minOccurs="0"/> <element name="focusType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="tenantRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" minOccurs="0"/> <element name="policySituation" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="policyException" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyExceptionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACTIVATION |
static QName |
F_CONDITION |
static QName |
F_CONSTRUCTION |
static QName |
F_DESCRIPTION |
static QName |
F_EXTENSION |
static QName |
F_FOCUS_MAPPINGS |
static QName |
F_FOCUS_TYPE |
static QName |
F_LIFECYCLE_STATE |
static QName |
F_LIMIT_TARGET_CONTENT |
static QName |
F_METADATA |
static QName |
F_ORDER |
static QName |
F_ORDER_CONSTRAINT |
static QName |
F_ORG_REF |
static QName |
F_POLICY_EXCEPTION |
static QName |
F_POLICY_RULE |
static QName |
F_POLICY_SITUATION |
static QName |
F_TARGET |
static QName |
F_TARGET_REF |
static QName |
F_TENANT_REF |
Constructor and Description |
---|
AssignmentType() |
AssignmentType(PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_EXTENSION
public static final QName F_LIFECYCLE_STATE
public static final QName F_METADATA
public static final QName F_TARGET
public static final QName F_TARGET_REF
public static final QName F_CONSTRUCTION
public static final QName F_FOCUS_MAPPINGS
public static final QName F_POLICY_RULE
public static final QName F_ACTIVATION
public static final QName F_ORDER
public static final QName F_ORDER_CONSTRAINT
public static final QName F_LIMIT_TARGET_CONTENT
public static final QName F_FOCUS_TYPE
public static final QName F_TENANT_REF
public static final QName F_ORG_REF
public static final QName F_CONDITION
public static final QName F_POLICY_SITUATION
public static final QName F_POLICY_EXCEPTION
public AssignmentType()
public AssignmentType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getDescription()
public void setDescription(String value)
public ExtensionType getExtension()
public void setExtension(ExtensionType value)
public String getLifecycleState()
public void setLifecycleState(String value)
public MetadataType getMetadata()
public void setMetadata(MetadataType value)
public ObjectType getTarget()
public void setTarget(ObjectType value)
public ObjectReferenceType getTargetRef()
public void setTargetRef(ObjectReferenceType value)
public ConstructionType getConstruction()
public void setConstruction(ConstructionType value)
public MappingsType getFocusMappings()
public void setFocusMappings(MappingsType value)
public PolicyRuleType getPolicyRule()
public void setPolicyRule(PolicyRuleType value)
public ActivationType getActivation()
public void setActivation(ActivationType value)
public Integer getOrder()
public void setOrder(Integer value)
public List<OrderConstraintsType> getOrderConstraint()
public AssignmentSelectorType getLimitTargetContent()
public void setLimitTargetContent(AssignmentSelectorType value)
public QName getFocusType()
public void setFocusType(QName value)
public ObjectReferenceType getTenantRef()
public void setTenantRef(ObjectReferenceType value)
public ObjectReferenceType getOrgRef()
public void setOrgRef(ObjectReferenceType value)
public MappingType getCondition()
public void setCondition(MappingType value)
public List<PolicyExceptionType> getPolicyException()
public Long getId()
public void setId(Long value)
public AssignmentType clone()
Copyright © 2016 Evolveum. All rights reserved.