public class ShadowAssociationType extends Object implements Serializable, Cloneable, Containerable
Java class for ShadowAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShadowAssociationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="shadowRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="identifiers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowIdentifiersType" 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_COMPLEX___TYPE |
static QName |
F_ID |
static QName |
F_IDENTIFIERS |
static QName |
F_NAME |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SHADOW_REF |
Constructor and Description |
---|
ShadowAssociationType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ShadowAssociationType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
ShadowIdentifiersType |
getIdentifiers() |
QName |
getName() |
ObjectReferenceType |
getShadowRef() |
int |
hashCode() |
void |
setId(Long value) |
void |
setIdentifiers(ShadowIdentifiersType value) |
void |
setName(QName value) |
void |
setShadowRef(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_NAME
public static final QName F_SHADOW_REF
public static final QName F_IDENTIFIERS
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 QName getName()
public void setName(QName value)
public ObjectReferenceType getShadowRef()
public void setShadowRef(ObjectReferenceType value)
public ShadowIdentifiersType getIdentifiers()
public void setIdentifiers(ShadowIdentifiersType value)
public Long getId()
public void setId(Long value)
public ShadowAssociationType clone()
Copyright © 2013 evolveum. All rights reserved.