public class ResourceAttributeDefinitionType extends ResourceItemDefinitionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceAttributeDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAttributeDefinitionType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceItemDefinitionType">
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
displayNameAttribute, exclusiveStrong, F_DISPLAY_NAME_ATTRIBUTE, F_EXCLUSIVE_STRONG, F_FETCH_STRATEGY, F_INBOUND, F_MODIFICATION_PRIORITY, F_OUTBOUND, F_READ_REPLACE_MODE, F_SECONDARY_IDENTIFIER, F_VOLATILITY_TRIGGER, fetchStrategy, inbound, modificationPriority, outbound, readReplaceMode, secondaryIdentifier, volatilityTriggerdescription, 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 |
|---|
ResourceAttributeDefinitionType()
Creates a new
ResourceAttributeDefinitionType instance. |
ResourceAttributeDefinitionType(ResourceAttributeDefinitionType o)
Creates a new
ResourceAttributeDefinitionType instance by deeply copying a given ResourceAttributeDefinitionType instance. |
| Modifier and Type | Method and Description |
|---|---|
ResourceAttributeDefinitionType |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getFetchStrategy, getInbound, getModificationPriority, getOutbound, isDisplayNameAttribute, isExclusiveStrong, isReadReplaceMode, isSecondaryIdentifier, isVolatilityTrigger, setDisplayNameAttribute, setExclusiveStrong, setFetchStrategy, setModificationPriority, setOutbound, setReadReplaceMode, setSecondaryIdentifier, setVolatilityTriggergetDescription, getDisplayName, getDisplayOrder, getIntolerantValuePattern, getLimitations, getMatchingRule, getRef, getTolerantValuePattern, getValueEnumerationRef, isEmphasized, isTolerant, setDescription, setDisplayName, setDisplayOrder, setEmphasized, setMatchingRule, setRef, setTolerant, setValueEnumerationRefpublic static final QName COMPLEX_TYPE
public ResourceAttributeDefinitionType()
ResourceAttributeDefinitionType instance.public ResourceAttributeDefinitionType(ResourceAttributeDefinitionType o)
ResourceAttributeDefinitionType instance by deeply copying a given ResourceAttributeDefinitionType instance.o - The instance to copy.NullPointerException - if o is null.public String toString()
toString in class ResourceItemDefinitionTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ResourceItemDefinitionTypepublic int hashCode()
hashCode in class ResourceItemDefinitionTypepublic 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.Equalsequals in class ResourceItemDefinitionTypepublic boolean equals(Object object)
equals in class ResourceItemDefinitionTypepublic ResourceAttributeDefinitionType clone()
clone in class ResourceItemDefinitionTypeCopyright © 2016 Evolveum. All rights reserved.