public class ResourceConsistencyType extends Object implements Serializable, Cloneable, Containerable
Java class for ResourceConsistencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceConsistencyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="avoidDuplicateValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="postpone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="discovery" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_AVOID_DUPLICATE_VALUES |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DISCOVERY |
static QName |
F_ID |
static QName |
F_POSTPONE |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ResourceConsistencyType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ResourceConsistencyType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
int |
hashCode() |
Boolean |
isAvoidDuplicateValues() |
Boolean |
isDiscovery() |
Boolean |
isPostpone() |
void |
setAvoidDuplicateValues(Boolean value) |
void |
setDiscovery(Boolean value) |
void |
setId(Long value) |
void |
setPostpone(Boolean 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_AVOID_DUPLICATE_VALUES
public static final QName F_POSTPONE
public static final QName F_DISCOVERY
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 Boolean isAvoidDuplicateValues()
public void setAvoidDuplicateValues(Boolean value)
public Boolean isPostpone()
public void setPostpone(Boolean value)
public Boolean isDiscovery()
public void setDiscovery(Boolean value)
public Long getId()
public void setId(Long value)
public ResourceConsistencyType clone()
Copyright © 2013 evolveum. All rights reserved.