public class AssignmentSelectorType extends Object implements Serializable, Cloneable, Containerable
Java class for AssignmentSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentSelectorType"> <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 name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" 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_DESCRIPTION |
static QName |
F_TARGET_REF |
Constructor and Description |
---|
AssignmentSelectorType() |
AssignmentSelectorType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
AssignmentSelectorType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
Long |
getId() |
List<ObjectReferenceType> |
getTargetRef() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setId(Long 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_TARGET_REF
public AssignmentSelectorType()
public AssignmentSelectorType(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 List<ObjectReferenceType> getTargetRef()
public Long getId()
public void setId(Long value)
public AssignmentSelectorType clone()
Copyright © 2017 Evolveum. All rights reserved.