Class ModelCompareOptionsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ModelCompareOptionsType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ModelCompareOptionsType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
EXPERIMENTAL. TODOJava class for ModelCompareOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelCompareOptionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="computeCurrentToProvided" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="computeProvidedToCurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="returnNormalized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="returnCurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ignoreOperationalItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected BooleancomputeCurrentToProvidedprotected BooleancomputeProvidedToCurrentstatic ItemNameF_COMPUTE_CURRENT_TO_PROVIDEDstatic ItemNameF_COMPUTE_PROVIDED_TO_CURRENTstatic ItemNameF_IGNORE_OPERATIONAL_ITEMSstatic ItemNameF_RETURN_CURRENTstatic ItemNameF_RETURN_NORMALIZEDprotected BooleanignoreOperationalItemsprotected BooleanreturnCurrentprotected BooleanreturnNormalized
-
Constructor Summary
Constructors Constructor Description ModelCompareOptionsType()Creates a newModelCompareOptionsTypeinstance.ModelCompareOptionsType(ModelCompareOptionsType o)Creates a newModelCompareOptionsTypeinstance by deeply copying a givenModelCompareOptionsTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ModelCompareOptionsTypeclone()Creates and returns a deep copy of this object.ModelCompareOptionsTypecomputeCurrentToProvided(Boolean value)ModelCompareOptionsTypecomputeProvidedToCurrent(Boolean value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ModelCompareOptionsTypeignoreOperationalItems(Boolean value)BooleanisComputeCurrentToProvided()Gets the value of the computeCurrentToProvided property.BooleanisComputeProvidedToCurrent()Gets the value of the computeProvidedToCurrent property.BooleanisIgnoreOperationalItems()Gets the value of the ignoreOperationalItems property.BooleanisReturnCurrent()Gets the value of the returnCurrent property.BooleanisReturnNormalized()Gets the value of the returnNormalized property.ModelCompareOptionsTypereturnCurrent(Boolean value)ModelCompareOptionsTypereturnNormalized(Boolean value)voidsetComputeCurrentToProvided(Boolean value)Sets the value of the computeCurrentToProvided property.voidsetComputeProvidedToCurrent(Boolean value)Sets the value of the computeProvidedToCurrent property.voidsetIgnoreOperationalItems(Boolean value)Sets the value of the ignoreOperationalItems property.voidsetReturnCurrent(Boolean value)Sets the value of the returnCurrent property.voidsetReturnNormalized(Boolean value)Sets the value of the returnNormalized property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
computeCurrentToProvided
protected Boolean computeCurrentToProvided
-
computeProvidedToCurrent
protected Boolean computeProvidedToCurrent
-
returnNormalized
protected Boolean returnNormalized
-
returnCurrent
protected Boolean returnCurrent
-
ignoreOperationalItems
protected Boolean ignoreOperationalItems
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_COMPUTE_CURRENT_TO_PROVIDED
public static final ItemName F_COMPUTE_CURRENT_TO_PROVIDED
-
F_COMPUTE_PROVIDED_TO_CURRENT
public static final ItemName F_COMPUTE_PROVIDED_TO_CURRENT
-
F_RETURN_NORMALIZED
public static final ItemName F_RETURN_NORMALIZED
-
F_RETURN_CURRENT
public static final ItemName F_RETURN_CURRENT
-
F_IGNORE_OPERATIONAL_ITEMS
public static final ItemName F_IGNORE_OPERATIONAL_ITEMS
-
-
Constructor Detail
-
ModelCompareOptionsType
public ModelCompareOptionsType()
Creates a newModelCompareOptionsTypeinstance.
-
ModelCompareOptionsType
public ModelCompareOptionsType(ModelCompareOptionsType o)
Creates a newModelCompareOptionsTypeinstance by deeply copying a givenModelCompareOptionsTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
isComputeCurrentToProvided
public Boolean isComputeCurrentToProvided()
Gets the value of the computeCurrentToProvided property.- Returns:
- possible object is
Boolean
-
setComputeCurrentToProvided
public void setComputeCurrentToProvided(Boolean value)
Sets the value of the computeCurrentToProvided property.- Parameters:
value- allowed object isBoolean
-
isComputeProvidedToCurrent
public Boolean isComputeProvidedToCurrent()
Gets the value of the computeProvidedToCurrent property.- Returns:
- possible object is
Boolean
-
setComputeProvidedToCurrent
public void setComputeProvidedToCurrent(Boolean value)
Sets the value of the computeProvidedToCurrent property.- Parameters:
value- allowed object isBoolean
-
isReturnNormalized
public Boolean isReturnNormalized()
Gets the value of the returnNormalized property.- Returns:
- possible object is
Boolean
-
setReturnNormalized
public void setReturnNormalized(Boolean value)
Sets the value of the returnNormalized property.- Parameters:
value- allowed object isBoolean
-
isReturnCurrent
public Boolean isReturnCurrent()
Gets the value of the returnCurrent property.- Returns:
- possible object is
Boolean
-
setReturnCurrent
public void setReturnCurrent(Boolean value)
Sets the value of the returnCurrent property.- Parameters:
value- allowed object isBoolean
-
isIgnoreOperationalItems
public Boolean isIgnoreOperationalItems()
Gets the value of the ignoreOperationalItems property.- Returns:
- possible object is
Boolean
-
setIgnoreOperationalItems
public void setIgnoreOperationalItems(Boolean value)
Sets the value of the ignoreOperationalItems property.- Parameters:
value- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
computeCurrentToProvided
public ModelCompareOptionsType computeCurrentToProvided(Boolean value)
-
computeProvidedToCurrent
public ModelCompareOptionsType computeProvidedToCurrent(Boolean value)
-
returnNormalized
public ModelCompareOptionsType returnNormalized(Boolean value)
-
returnCurrent
public ModelCompareOptionsType returnCurrent(Boolean value)
-
ignoreOperationalItems
public ModelCompareOptionsType ignoreOperationalItems(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ModelCompareOptionsType clone()
Creates and returns a deep copy of this object.
-
-