public class ShadowIdentifiersType extends Object implements Serializable, Cloneable, Containerable
Java class for ShadowIdentifiersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShadowIdentifiersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' namespace='##other' 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 |
Constructor and Description |
---|
ShadowIdentifiersType() |
ShadowIdentifiersType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ShadowIdentifiersType |
clone() |
boolean |
equals(Object object) |
List<Object> |
getAny() |
Long |
getId() |
int |
hashCode() |
void |
setId(Long value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public ShadowIdentifiersType()
public ShadowIdentifiersType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Long getId()
public void setId(Long value)
public ShadowIdentifiersType clone()
Copyright © 2016 Evolveum. All rights reserved.