public class ConstructionType extends Object implements Serializable, Cloneable, Containerable
Java class for ConstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstructionType"> <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"/> <choice> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="resource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceType" minOccurs="0"/> </choice> <choice> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowKindType" minOccurs="0"/> </choice> <choice> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" minOccurs="0"/> <element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ATTRIBUTE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONDITION |
static QName |
F_DESCRIPTION |
static QName |
F_EXTENSION |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_RESOURCE |
static QName |
F_RESOURCE_REF |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ConstructionType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ConstructionType |
clone() |
boolean |
equals(Object object) |
List<ResourceAttributeDefinitionType> |
getAttribute() |
ExpressionType |
getCondition() |
String |
getDescription() |
ExtensionType |
getExtension() |
String |
getIntent() |
ShadowKindType |
getKind() |
ResourceType |
getResource() |
ObjectReferenceType |
getResourceRef() |
int |
hashCode() |
void |
setCondition(ExpressionType value) |
void |
setDescription(String value) |
void |
setExtension(ExtensionType value) |
void |
setIntent(String value) |
void |
setKind(ShadowKindType value) |
void |
setResource(ResourceType value) |
void |
setResourceRef(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_RESOURCE_REF
public static final QName F_RESOURCE
public static final QName F_KIND
public static final QName F_INTENT
public static final QName F_CONDITION
public static final QName F_ATTRIBUTE
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 ObjectReferenceType getResourceRef()
public void setResourceRef(ObjectReferenceType value)
public ResourceType getResource()
public void setResource(ResourceType value)
public ShadowKindType getKind()
public void setKind(ShadowKindType value)
public String getIntent()
public void setIntent(String value)
public ExpressionType getCondition()
public void setCondition(ExpressionType value)
public List<ResourceAttributeDefinitionType> getAttribute()
public ConstructionType clone()
Copyright © 2013 evolveum. All rights reserved.