public class ResourceItemDefinitionType extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}displayName" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element name="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PropertyLimitationsType" maxOccurs="unbounded" minOccurs="0"/> <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="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="matchingRule" type="{http://www.w3.org/2001/XMLSchema}QName" 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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected String |
description |
protected String |
displayName |
protected Boolean |
exclusiveStrong |
static QName |
F_DESCRIPTION |
static QName |
F_DISPLAY_NAME |
static QName |
F_EXCLUSIVE_STRONG |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INBOUND |
static QName |
F_INTOLERANT_VALUE_PATTERN |
static QName |
F_LIMITATIONS |
static QName |
F_MATCHING_RULE |
static QName |
F_OUTBOUND |
static QName |
F_REF |
static QName |
F_TOLERANT |
static QName |
F_TOLERANT_VALUE_PATTERN |
protected AttributeFetchStrategyType |
fetchStrategy |
protected List<MappingType> |
inbound |
protected List<String> |
intolerantValuePattern |
protected List<PropertyLimitationsType> |
limitations |
protected QName |
matchingRule |
protected MappingType |
outbound |
protected QName |
ref |
protected Boolean |
tolerant |
protected List<String> |
tolerantValuePattern |
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) |
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
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.
|
List<PropertyLimitationsType> |
getLimitations()
Gets the value of the limitations property.
|
QName |
getMatchingRule()
Gets the value of the matchingRule property.
|
MappingType |
getOutbound()
Gets the value of the outbound property.
|
QName |
getRef()
Gets the value of the ref 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 |
isTolerant()
Gets the value of the tolerant property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setExclusiveStrong(Boolean value)
Sets the value of the exclusiveStrong property.
|
void |
setFetchStrategy(AttributeFetchStrategyType value)
Sets the value of the fetchStrategy property.
|
void |
setMatchingRule(QName value)
Sets the value of the matchingRule property.
|
void |
setOutbound(MappingType value)
Sets the value of the outbound property.
|
void |
setRef(QName value)
Sets the value of the ref property.
|
void |
setTolerant(Boolean value)
Sets the value of the tolerant property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName ref
protected String displayName
protected String description
protected List<PropertyLimitationsType> limitations
protected Boolean exclusiveStrong
protected Boolean tolerant
protected AttributeFetchStrategyType fetchStrategy
protected QName matchingRule
protected MappingType outbound
protected List<MappingType> inbound
public static final QName COMPLEX_TYPE
public static final QName F_REF
public static final QName F_DISPLAY_NAME
public static final QName F_DESCRIPTION
public static final QName F_LIMITATIONS
public static final QName F_EXCLUSIVE_STRONG
public static final QName F_TOLERANT
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_MATCHING_RULE
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 void setRef(QName value)
value
- allowed object is
QName
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<PropertyLimitationsType> getLimitations()
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 limitations property.
For example, to add a new item, do as follows:
getLimitations().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyLimitationsType
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 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 QName getMatchingRule()
QName
public void setMatchingRule(QName value)
value
- allowed object is
QName
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()
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
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
public ResourceItemDefinitionType clone()
Copyright © 2014 Evolveum. All rights reserved.