public abstract class FocusType extends ObjectType implements Serializable, Cloneable
Java class for FocusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FocusType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType"> <sequence> <element name="link" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowType" maxOccurs="unbounded" minOccurs="0"/> <element name="linkRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="assignment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AssignmentType" maxOccurs="unbounded" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ActivationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACTIVATION |
static QName |
F_ASSIGNMENT |
static QName |
F_COMPLEX___TYPE |
static QName |
F_LINK |
static QName |
F_LINK_REF |
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 |
---|
FocusType() |
Modifier and Type | Method and Description |
---|---|
FocusType |
clone() |
ActivationType |
getActivation() |
List<AssignmentType> |
getAssignment() |
List<ShadowType> |
getLink() |
List<ObjectReferenceType> |
getLinkRef() |
void |
setActivation(ActivationType value) |
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_LINK
public static final QName F_LINK_REF
public static final QName F_ASSIGNMENT
public static final QName F_ACTIVATION
public static final QName F_COMPLEX___TYPE
public List<ShadowType> getLink()
public List<ObjectReferenceType> getLinkRef()
public List<AssignmentType> getAssignment()
public ActivationType getActivation()
public void setActivation(ActivationType value)
public FocusType clone()
clone
in class ObjectType
Copyright © 2013 evolveum. All rights reserved.