public class ResourceItemDefinitionType extends ItemRefinedDefinitionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceItemDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceItemDefinitionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRefinedDefinitionType"> <sequence> <element name="exclusiveStrong" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tolerant" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="modificationPriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="readReplaceMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="secondaryIdentifier" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="tolerantValuePattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="intolerantValuePattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="fetchStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AttributeFetchStrategyType" minOccurs="0"/> <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" minOccurs="0"/> <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
exclusiveStrong |
static QName |
F_EXCLUSIVE_STRONG |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INBOUND |
static QName |
F_INTOLERANT_VALUE_PATTERN |
static QName |
F_MODIFICATION_PRIORITY |
static QName |
F_OUTBOUND |
static QName |
F_READ_REPLACE_MODE |
static QName |
F_SECONDARY_IDENTIFIER |
static QName |
F_TOLERANT |
static QName |
F_TOLERANT_VALUE_PATTERN |
protected AttributeFetchStrategyType |
fetchStrategy |
protected List<MappingType> |
inbound |
protected List<String> |
intolerantValuePattern |
protected Integer |
modificationPriority |
protected MappingType |
outbound |
protected Boolean |
readReplaceMode |
protected Boolean |
secondaryIdentifier |
protected Boolean |
tolerant |
protected List<String> |
tolerantValuePattern |
description, displayName, displayOrder, F_DESCRIPTION, F_DISPLAY_NAME, F_DISPLAY_ORDER, F_LIMITATIONS, F_MATCHING_RULE, F_REF, F_VALUE_ENUMERATION_REF, limitations, matchingRule, ref, valueEnumerationRef
Constructor and Description |
---|
ResourceItemDefinitionType()
Creates a new
ResourceItemDefinitionType instance. |
ResourceItemDefinitionType(ResourceItemDefinitionType o)
Creates a new
ResourceItemDefinitionType instance by deeply copying a given ResourceItemDefinitionType instance. |
Modifier and Type | Method and Description |
---|---|
ResourceItemDefinitionType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
AttributeFetchStrategyType |
getFetchStrategy()
Gets the value of the fetchStrategy property.
|
List<MappingType> |
getInbound()
Gets the value of the inbound property.
|
List<String> |
getIntolerantValuePattern()
Gets the value of the intolerantValuePattern property.
|
Integer |
getModificationPriority()
Gets the value of the modificationPriority property.
|
MappingType |
getOutbound()
Gets the value of the outbound property.
|
List<String> |
getTolerantValuePattern()
Gets the value of the tolerantValuePattern property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isExclusiveStrong()
Gets the value of the exclusiveStrong property.
|
Boolean |
isReadReplaceMode()
Gets the value of the readReplaceMode property.
|
Boolean |
isSecondaryIdentifier()
Gets the value of the secondaryIdentifier property.
|
Boolean |
isTolerant()
Gets the value of the tolerant property.
|
void |
setExclusiveStrong(Boolean value)
Sets the value of the exclusiveStrong property.
|
void |
setFetchStrategy(AttributeFetchStrategyType value)
Sets the value of the fetchStrategy property.
|
void |
setModificationPriority(Integer value)
Sets the value of the modificationPriority property.
|
void |
setOutbound(MappingType value)
Sets the value of the outbound property.
|
void |
setReadReplaceMode(Boolean value)
Sets the value of the readReplaceMode property.
|
void |
setSecondaryIdentifier(Boolean value)
Sets the value of the secondaryIdentifier property.
|
void |
setTolerant(Boolean value)
Sets the value of the tolerant property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getDescription, getDisplayName, getDisplayOrder, getLimitations, getMatchingRule, getRef, getValueEnumerationRef, setDescription, setDisplayName, setDisplayOrder, setMatchingRule, setRef, setValueEnumerationRef
protected Boolean exclusiveStrong
protected Boolean tolerant
protected Integer modificationPriority
protected Boolean readReplaceMode
protected Boolean secondaryIdentifier
protected AttributeFetchStrategyType fetchStrategy
protected MappingType outbound
protected List<MappingType> inbound
public static final QName COMPLEX_TYPE
public static final QName F_EXCLUSIVE_STRONG
public static final QName F_TOLERANT
public static final QName F_MODIFICATION_PRIORITY
public static final QName F_READ_REPLACE_MODE
public static final QName F_SECONDARY_IDENTIFIER
public static final QName F_TOLERANT_VALUE_PATTERN
public static final QName F_INTOLERANT_VALUE_PATTERN
public static final QName F_FETCH_STRATEGY
public static final QName F_OUTBOUND
public static final QName F_INBOUND
public ResourceItemDefinitionType()
ResourceItemDefinitionType
instance.public ResourceItemDefinitionType(ResourceItemDefinitionType o)
ResourceItemDefinitionType
instance by deeply copying a given ResourceItemDefinitionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isExclusiveStrong()
Boolean
public void setExclusiveStrong(Boolean value)
value
- allowed object is
Boolean
public Boolean isTolerant()
Boolean
public void setTolerant(Boolean value)
value
- allowed object is
Boolean
public Integer getModificationPriority()
Integer
public void setModificationPriority(Integer value)
value
- allowed object is
Integer
public Boolean isReadReplaceMode()
Boolean
public void setReadReplaceMode(Boolean value)
value
- allowed object is
Boolean
public Boolean isSecondaryIdentifier()
Boolean
public void setSecondaryIdentifier(Boolean value)
value
- allowed object is
Boolean
public List<String> getTolerantValuePattern()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tolerantValuePattern property.
For example, to add a new item, do as follows:
getTolerantValuePattern().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getIntolerantValuePattern()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the intolerantValuePattern property.
For example, to add a new item, do as follows:
getIntolerantValuePattern().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AttributeFetchStrategyType getFetchStrategy()
AttributeFetchStrategyType
public void setFetchStrategy(AttributeFetchStrategyType value)
value
- allowed object is
AttributeFetchStrategyType
public MappingType getOutbound()
MappingType
public void setOutbound(MappingType value)
value
- allowed object is
MappingType
public List<MappingType> getInbound()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the inbound property.
For example, to add a new item, do as follows:
getInbound().add(newItem);
Objects of the following type(s) are allowed in the list
MappingType
public String toString()
toString
in class ItemRefinedDefinitionType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class ItemRefinedDefinitionType
public int hashCode()
hashCode
in class ItemRefinedDefinitionType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ItemRefinedDefinitionType
public boolean equals(Object object)
equals
in class ItemRefinedDefinitionType
public ResourceItemDefinitionType clone()
clone
in class ItemRefinedDefinitionType
Copyright © 2015 Evolveum. All rights reserved.