com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ResourceConsistencyType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceConsistencyType
All Implemented Interfaces:
Containerable, Serializable, Cloneable

public class ResourceConsistencyType
extends Object
implements Serializable, Cloneable, Containerable

Configuration of consistency mechanisms. This may include configurqation of high-level operation retries and similar technical condifiguration.

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}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static QName COMPLEX_TYPE
           
static QName F_AVOID_DUPLICATE_VALUES
           
static QName F_DISCOVERY
           
static QName F_POSTPONE
           
 
Constructor Summary
ResourceConsistencyType()
           
 
Method Summary
 PrismContainerValue asPrismContainerValue()
           
 ResourceConsistencyType clone()
           
 boolean equals(Object object)
           
 String getId()
           
 int hashCode()
           
 Boolean isAvoidDuplicateValues()
           
 Boolean isDiscovery()
           
 Boolean isPostpone()
           
 void setAvoidDuplicateValues(Boolean value)
           
 void setDiscovery(Boolean value)
           
 void setId(String value)
           
 void setPostpone(Boolean value)
           
 void setupContainerValue(PrismContainerValue containerValue)
          Setup value to the containerable representation.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLEX_TYPE

public static final QName COMPLEX_TYPE

F_AVOID_DUPLICATE_VALUES

public static final QName F_AVOID_DUPLICATE_VALUES

F_POSTPONE

public static final QName F_POSTPONE

F_DISCOVERY

public static final QName F_DISCOVERY
Constructor Detail

ResourceConsistencyType

public ResourceConsistencyType()
Method Detail

asPrismContainerValue

public PrismContainerValue asPrismContainerValue()
Specified by:
asPrismContainerValue in interface Containerable

setupContainerValue

public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface: Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.

Specified by:
setupContainerValue in interface Containerable

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isAvoidDuplicateValues

public Boolean isAvoidDuplicateValues()

setAvoidDuplicateValues

public void setAvoidDuplicateValues(Boolean value)

isPostpone

public Boolean isPostpone()

setPostpone

public void setPostpone(Boolean value)

isDiscovery

public Boolean isDiscovery()

setDiscovery

public void setDiscovery(Boolean value)

getId

public String getId()

setId

public void setId(String value)

clone

public ResourceConsistencyType clone()
Overrides:
clone in class Object


Copyright © 2013 evolveum. All Rights Reserved.