public class ResourceObjectAssociationType extends ResourceItemDefinitionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceObjectAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectAssociationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceItemDefinitionType"> <sequence> <element name="auxiliaryObjectClass" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="direction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectAssociationDirectionType" minOccurs="0"/> <element name="associationAttribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="valueAttribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="shortcutAssociationAttribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="shortcutValueAttribute" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="explicitReferentialIntegrity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QName |
associationAttribute |
protected QName |
auxiliaryObjectClass |
static QName |
COMPLEX_TYPE |
protected ResourceObjectAssociationDirectionType |
direction |
protected Boolean |
explicitReferentialIntegrity |
static QName |
F_ASSOCIATION_ATTRIBUTE |
static QName |
F_AUXILIARY_OBJECT_CLASS |
static QName |
F_DIRECTION |
static QName |
F_EXPLICIT_REFERENTIAL_INTEGRITY |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_SHORTCUT_ASSOCIATION_ATTRIBUTE |
static QName |
F_SHORTCUT_VALUE_ATTRIBUTE |
static QName |
F_VALUE_ATTRIBUTE |
protected List<String> |
intent |
protected ShadowKindType |
kind |
protected QName |
shortcutAssociationAttribute |
protected QName |
shortcutValueAttribute |
protected QName |
valueAttribute |
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, 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 |
---|
ResourceObjectAssociationType()
Creates a new
ResourceObjectAssociationType instance. |
ResourceObjectAssociationType(ResourceObjectAssociationType o)
Creates a new
ResourceObjectAssociationType instance by deeply copying a given ResourceObjectAssociationType instance. |
Modifier and Type | Method and Description |
---|---|
ResourceObjectAssociationType |
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) |
QName |
getAssociationAttribute()
Gets the value of the associationAttribute property.
|
QName |
getAuxiliaryObjectClass()
Gets the value of the auxiliaryObjectClass property.
|
ResourceObjectAssociationDirectionType |
getDirection()
Gets the value of the direction property.
|
List<String> |
getIntent()
Gets the value of the intent property.
|
ShadowKindType |
getKind()
Gets the value of the kind property.
|
QName |
getShortcutAssociationAttribute()
Gets the value of the shortcutAssociationAttribute property.
|
QName |
getShortcutValueAttribute()
Gets the value of the shortcutValueAttribute property.
|
QName |
getValueAttribute()
Gets the value of the valueAttribute property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isExplicitReferentialIntegrity()
Gets the value of the explicitReferentialIntegrity property.
|
void |
setAssociationAttribute(QName value)
Sets the value of the associationAttribute property.
|
void |
setAuxiliaryObjectClass(QName value)
Sets the value of the auxiliaryObjectClass property.
|
void |
setDirection(ResourceObjectAssociationDirectionType value)
Sets the value of the direction property.
|
void |
setExplicitReferentialIntegrity(Boolean value)
Sets the value of the explicitReferentialIntegrity property.
|
void |
setKind(ShadowKindType value)
Sets the value of the kind property.
|
void |
setShortcutAssociationAttribute(QName value)
Sets the value of the shortcutAssociationAttribute property.
|
void |
setShortcutValueAttribute(QName value)
Sets the value of the shortcutValueAttribute property.
|
void |
setValueAttribute(QName value)
Sets the value of the valueAttribute property.
|
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, setVolatilityTrigger
getDescription, getDisplayName, getDisplayOrder, getIntolerantValuePattern, getLimitations, getMatchingRule, getRef, getTolerantValuePattern, getValueEnumerationRef, isEmphasized, isTolerant, setDescription, setDisplayName, setDisplayOrder, setEmphasized, setMatchingRule, setRef, setTolerant, setValueEnumerationRef
protected QName auxiliaryObjectClass
protected ShadowKindType kind
protected ResourceObjectAssociationDirectionType direction
protected QName associationAttribute
protected QName valueAttribute
protected QName shortcutAssociationAttribute
protected QName shortcutValueAttribute
protected Boolean explicitReferentialIntegrity
public static final QName COMPLEX_TYPE
public static final QName F_AUXILIARY_OBJECT_CLASS
public static final QName F_KIND
public static final QName F_INTENT
public static final QName F_DIRECTION
public static final QName F_ASSOCIATION_ATTRIBUTE
public static final QName F_VALUE_ATTRIBUTE
public static final QName F_SHORTCUT_ASSOCIATION_ATTRIBUTE
public static final QName F_SHORTCUT_VALUE_ATTRIBUTE
public static final QName F_EXPLICIT_REFERENTIAL_INTEGRITY
public ResourceObjectAssociationType()
ResourceObjectAssociationType
instance.public ResourceObjectAssociationType(ResourceObjectAssociationType o)
ResourceObjectAssociationType
instance by deeply copying a given ResourceObjectAssociationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public QName getAuxiliaryObjectClass()
QName
public void setAuxiliaryObjectClass(QName value)
value
- allowed object is
QName
public ShadowKindType getKind()
ShadowKindType
public void setKind(ShadowKindType value)
value
- allowed object is
ShadowKindType
public List<String> getIntent()
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 intent property.
For example, to add a new item, do as follows:
getIntent().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ResourceObjectAssociationDirectionType getDirection()
ResourceObjectAssociationDirectionType
public void setDirection(ResourceObjectAssociationDirectionType value)
value
- allowed object is
ResourceObjectAssociationDirectionType
public QName getAssociationAttribute()
QName
public void setAssociationAttribute(QName value)
value
- allowed object is
QName
public QName getValueAttribute()
QName
public void setValueAttribute(QName value)
value
- allowed object is
QName
public QName getShortcutAssociationAttribute()
QName
public void setShortcutAssociationAttribute(QName value)
value
- allowed object is
QName
public QName getShortcutValueAttribute()
QName
public void setShortcutValueAttribute(QName value)
value
- allowed object is
QName
public Boolean isExplicitReferentialIntegrity()
Boolean
public void setExplicitReferentialIntegrity(Boolean value)
value
- allowed object is
Boolean
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 ResourceObjectAssociationType clone()
clone
in class ResourceItemDefinitionType
Copyright © 2017 Evolveum. All rights reserved.