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, fetchStrategy, inbound, modificationPriority, outbound, readReplaceMode, secondaryIdentifier
description, displayName, displayOrder, F_DESCRIPTION, F_DISPLAY_NAME, F_DISPLAY_ORDER, 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, setDisplayNameAttribute, setExclusiveStrong, setFetchStrategy, setModificationPriority, setOutbound, setReadReplaceMode, setSecondaryIdentifier
getDescription, getDisplayName, getDisplayOrder, getIntolerantValuePattern, getLimitations, getMatchingRule, getRef, getTolerantValuePattern, getValueEnumerationRef, isTolerant, setDescription, setDisplayName, setDisplayOrder, setMatchingRule, setRef, setTolerant, setValueEnumerationRef
public 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 ResourceItemDefinitionType
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 ResourceItemDefinitionType
public int hashCode()
hashCode
in class ResourceItemDefinitionType
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 ResourceItemDefinitionType
public boolean equals(Object object)
equals
in class ResourceItemDefinitionType
public ResourceAttributeDefinitionType clone()
clone
in class ResourceItemDefinitionType
Copyright © 2015 Evolveum. All rights reserved.