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-2a}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}extension" minOccurs="0"/> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MetadataType" minOccurs="0"/> <choice> <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="accountConstruction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConstructionType" minOccurs="0"/> <element name="construction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConstructionType" minOccurs="0"/> </choice> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ActivationType" 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_ACCOUNT_CONSTRUCTION |
static QName |
F_ACTIVATION |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONSTRUCTION |
static QName |
F_DESCRIPTION |
static QName |
F_EXTENSION |
static QName |
F_ID |
static QName |
F_METADATA |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TARGET |
static QName |
F_TARGET_REF |
Constructor and Description |
---|
AssignmentType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
AssignmentType |
clone() |
boolean |
equals(Object object) |
ConstructionType |
getAccountConstruction() |
ActivationType |
getActivation() |
ConstructionType |
getConstruction() |
String |
getDescription() |
ExtensionType |
getExtension() |
Long |
getId() |
MetadataType |
getMetadata() |
ObjectType |
getTarget() |
ObjectReferenceType |
getTargetRef() |
int |
hashCode() |
void |
setAccountConstruction(ConstructionType value) |
void |
setActivation(ActivationType value) |
void |
setConstruction(ConstructionType value) |
void |
setDescription(String value) |
void |
setExtension(ExtensionType value) |
void |
setId(Long value) |
void |
setMetadata(MetadataType value) |
void |
setTarget(ObjectType value) |
void |
setTargetRef(ObjectReferenceType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_DESCRIPTION
public static final QName F_EXTENSION
public static final QName F_METADATA
public static final QName F_TARGET
public static final QName F_TARGET_REF
public static final QName F_ACCOUNT_CONSTRUCTION
public static final QName F_CONSTRUCTION
public static final QName F_ACTIVATION
public static final QName F_ID
public static final QName F_COMPLEX___TYPE
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 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 getAccountConstruction()
public void setAccountConstruction(ConstructionType value)
public ConstructionType getConstruction()
public void setConstruction(ConstructionType value)
public ActivationType getActivation()
public void setActivation(ActivationType value)
public Long getId()
public void setId(Long value)
public AssignmentType clone()
Copyright © 2013 evolveum. All rights reserved.