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="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="explicitReferentialIntegrity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QName |
associationAttribute |
static QName |
COMPLEX_TYPE |
protected ResourceObjectAssociationDirectionType |
direction |
protected Boolean |
explicitReferentialIntegrity |
static QName |
F_ASSOCIATION_ATTRIBUTE |
static QName |
F_DIRECTION |
static QName |
F_EXPLICIT_REFERENTIAL_INTEGRITY |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_VALUE_ATTRIBUTE |
protected List<String> |
intent |
protected ShadowKindType |
kind |
protected QName |
valueAttribute |
description, displayName, exclusiveStrong, F_DESCRIPTION, F_DISPLAY_NAME, F_EXCLUSIVE_STRONG, F_FETCH_STRATEGY, F_INBOUND, F_INTOLERANT_VALUE_PATTERN, F_LIMITATIONS, F_MATCHING_RULE, F_OUTBOUND, F_REF, F_SECONDARY_IDENTIFIER, F_TOLERANT, F_TOLERANT_VALUE_PATTERN, fetchStrategy, inbound, intolerantValuePattern, limitations, matchingRule, outbound, ref, secondaryIdentifier, tolerant, tolerantValuePattern
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.
|
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 |
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 |
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 |
setValueAttribute(QName value)
Sets the value of the valueAttribute property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getDescription, getDisplayName, getFetchStrategy, getInbound, getIntolerantValuePattern, getLimitations, getMatchingRule, getOutbound, getRef, getTolerantValuePattern, isExclusiveStrong, isSecondaryIdentifier, isTolerant, setDescription, setDisplayName, setExclusiveStrong, setFetchStrategy, setMatchingRule, setOutbound, setRef, setSecondaryIdentifier, setTolerant
protected ShadowKindType kind
protected ResourceObjectAssociationDirectionType direction
protected QName associationAttribute
protected QName valueAttribute
protected Boolean explicitReferentialIntegrity
public static final QName COMPLEX_TYPE
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_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 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 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 © 2014 Evolveum. All rights reserved.