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="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="volatilityTrigger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="displayNameAttribute" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 |
displayNameAttribute |
protected Boolean |
exclusiveStrong |
static QName |
F_DISPLAY_NAME_ATTRIBUTE |
static QName |
F_EXCLUSIVE_STRONG |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INBOUND |
static QName |
F_MODIFICATION_PRIORITY |
static QName |
F_OUTBOUND |
static QName |
F_READ_REPLACE_MODE |
static QName |
F_SECONDARY_IDENTIFIER |
static QName |
F_VOLATILITY_TRIGGER |
protected AttributeFetchStrategyType |
fetchStrategy |
protected List<MappingType> |
inbound |
protected Integer |
modificationPriority |
protected MappingType |
outbound |
protected Boolean |
readReplaceMode |
protected Boolean |
secondaryIdentifier |
protected Boolean |
volatilityTrigger |
description, displayName, displayOrder, emphasized, F_DESCRIPTION, F_DISPLAY_NAME, F_DISPLAY_ORDER, F_EMPHASIZED, F_INTOLERANT_VALUE_PATTERN, F_LIMITATIONS, F_MATCHING_RULE, F_REF, F_TOLERANT, F_TOLERANT_VALUE_PATTERN, F_VALUE_ENUMERATION_REF, intolerantValuePattern, limitations, matchingRule, ref, tolerant, tolerantValuePattern, 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.
|
Integer |
getModificationPriority()
Gets the value of the modificationPriority property.
|
MappingType |
getOutbound()
Gets the value of the outbound property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isDisplayNameAttribute()
Gets the value of the displayNameAttribute property.
|
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 |
isVolatilityTrigger()
Gets the value of the volatilityTrigger property.
|
void |
setDisplayNameAttribute(Boolean value)
Sets the value of the displayNameAttribute 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 |
setVolatilityTrigger(Boolean value)
Sets the value of the volatilityTrigger property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getDescription, getDisplayName, getDisplayOrder, getIntolerantValuePattern, getLimitations, getMatchingRule, getRef, getTolerantValuePattern, getValueEnumerationRef, isEmphasized, isTolerant, setDescription, setDisplayName, setDisplayOrder, setEmphasized, setMatchingRule, setRef, setTolerant, setValueEnumerationRef
protected Boolean exclusiveStrong
protected Integer modificationPriority
protected Boolean readReplaceMode
protected Boolean secondaryIdentifier
protected Boolean volatilityTrigger
protected Boolean displayNameAttribute
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_MODIFICATION_PRIORITY
public static final QName F_READ_REPLACE_MODE
public static final QName F_SECONDARY_IDENTIFIER
public static final QName F_VOLATILITY_TRIGGER
public static final QName F_DISPLAY_NAME_ATTRIBUTE
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 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 Boolean isVolatilityTrigger()
Boolean
public void setVolatilityTrigger(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisplayNameAttribute()
Boolean
public void setDisplayNameAttribute(Boolean value)
value
- allowed object is
Boolean
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 © 2016 Evolveum. All rights reserved.