public class ResourceConsistencyType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.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_DISCOVERY |
static QName |
F_POSTPONE |
Constructor and Description |
---|
ResourceConsistencyType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.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(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_AVOID_DUPLICATE_VALUES
public static final QName F_POSTPONE
public static final QName F_DISCOVERY
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.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 © 2014 Evolveum. All rights reserved.