public class ItemRefinedDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ItemRefinedDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemRefinedDefinitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ref" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/>
<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="displayOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PropertyLimitationsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="matchingRule" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="valueEnumerationRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" 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="emphasized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected String |
description |
protected String |
displayName |
protected Integer |
displayOrder |
protected Boolean |
emphasized |
static QName |
F_DESCRIPTION |
static QName |
F_DISPLAY_NAME |
static QName |
F_DISPLAY_ORDER |
static QName |
F_EMPHASIZED |
static QName |
F_INTOLERANT_VALUE_PATTERN |
static QName |
F_LIMITATIONS |
static QName |
F_MATCHING_RULE |
static QName |
F_REF |
static QName |
F_TOLERANT |
static QName |
F_TOLERANT_VALUE_PATTERN |
static QName |
F_VALUE_ENUMERATION_REF |
protected List<String> |
intolerantValuePattern |
protected List<PropertyLimitationsType> |
limitations |
protected QName |
matchingRule |
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
ref |
protected Boolean |
tolerant |
protected List<String> |
tolerantValuePattern |
protected ObjectReferenceType |
valueEnumerationRef |
| Constructor and Description |
|---|
ItemRefinedDefinitionType()
Creates a new
ItemRefinedDefinitionType instance. |
ItemRefinedDefinitionType(ItemRefinedDefinitionType o)
Creates a new
ItemRefinedDefinitionType instance by deeply copying a given ItemRefinedDefinitionType instance. |
| Modifier and Type | Method and Description |
|---|---|
ItemRefinedDefinitionType |
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.
|
Integer |
getDisplayOrder()
Gets the value of the displayOrder 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.
|
com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
getRef()
Gets the value of the ref property.
|
List<String> |
getTolerantValuePattern()
Gets the value of the tolerantValuePattern property.
|
ObjectReferenceType |
getValueEnumerationRef()
Gets the value of the valueEnumerationRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isEmphasized()
Gets the value of the emphasized 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 |
setDisplayOrder(Integer value)
Sets the value of the displayOrder property.
|
void |
setEmphasized(Boolean value)
Sets the value of the emphasized property.
|
void |
setMatchingRule(QName value)
Sets the value of the matchingRule property.
|
void |
setRef(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
Sets the value of the ref property.
|
void |
setTolerant(Boolean value)
Sets the value of the tolerant property.
|
void |
setValueEnumerationRef(ObjectReferenceType value)
Sets the value of the valueEnumerationRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType ref
protected String displayName
protected String description
protected Integer displayOrder
protected List<PropertyLimitationsType> limitations
protected QName matchingRule
protected ObjectReferenceType valueEnumerationRef
protected Boolean tolerant
protected Boolean emphasized
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_DISPLAY_ORDER
public static final QName F_LIMITATIONS
public static final QName F_MATCHING_RULE
public static final QName F_VALUE_ENUMERATION_REF
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_EMPHASIZED
public ItemRefinedDefinitionType()
ItemRefinedDefinitionType instance.public ItemRefinedDefinitionType(ItemRefinedDefinitionType o)
ItemRefinedDefinitionType instance by deeply copying a given ItemRefinedDefinitionType instance.o - The instance to copy.NullPointerException - if o is null.public com.evolveum.prism.xml.ns._public.types_3.ItemPathType getRef()
ItemPathTypepublic void setRef(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
value - allowed object is
ItemPathTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Integer getDisplayOrder()
Integerpublic void setDisplayOrder(Integer value)
value - allowed object is
Integerpublic 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 QName getMatchingRule()
QNamepublic void setMatchingRule(QName value)
value - allowed object is
QNamepublic ObjectReferenceType getValueEnumerationRef()
ObjectReferenceTypepublic void setValueEnumerationRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic Boolean isTolerant()
Booleanpublic void setTolerant(Boolean value)
value - allowed object is
Booleanpublic 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 Boolean isEmphasized()
Booleanpublic void setEmphasized(Boolean value)
value - allowed object is
Booleanpublic 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.HashCodepublic 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.Equalspublic ItemRefinedDefinitionType clone()
Copyright © 2016 Evolveum. All rights reserved.