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-3}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/> <choice> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="resource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceType" minOccurs="0"/> </choice> <choice> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> </choice> <choice> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> <element name="attribute" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceAttributeDefinitionType" maxOccurs="unbounded" minOccurs="0"/> <element name="association" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> <element name="auxiliaryObjectClass" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> <element name="strength" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstructionStrengthType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ASSOCIATION |
static QName |
F_ATTRIBUTE |
static QName |
F_AUXILIARY_OBJECT_CLASS |
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_STRENGTH |
Constructor and Description |
---|
ConstructionType() |
ConstructionType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ConstructionType |
clone() |
boolean |
equals(Object object) |
List<ResourceObjectAssociationType> |
getAssociation() |
List<ResourceAttributeDefinitionType> |
getAttribute() |
List<QName> |
getAuxiliaryObjectClass() |
String |
getDescription() |
ExtensionType |
getExtension() |
String |
getIntent() |
ShadowKindType |
getKind() |
ResourceType |
getResource() |
ObjectReferenceType |
getResourceRef() |
ConstructionStrengthType |
getStrength() |
int |
hashCode() |
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 |
setStrength(ConstructionStrengthType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
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_ATTRIBUTE
public static final QName F_ASSOCIATION
public static final QName F_AUXILIARY_OBJECT_CLASS
public static final QName F_STRENGTH
public ConstructionType()
public ConstructionType(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 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 List<ResourceAttributeDefinitionType> getAttribute()
public List<ResourceObjectAssociationType> getAssociation()
public ConstructionStrengthType getStrength()
public void setStrength(ConstructionStrengthType value)
public ConstructionType clone()
Copyright © 2017 Evolveum. All rights reserved.