public class ResourceObjectAssociationType extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}displayName" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowKindType"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="direction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceObjectAssociationDirectionType"/> <element name="associationAttribute" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="valueAttribute" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="fetchStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AttributeFetchStrategyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QName |
associationAttribute |
static QName |
COMPLEX_TYPE |
protected ResourceObjectAssociationDirectionType |
direction |
protected String |
displayName |
static QName |
F_ASSOCIATION_ATTRIBUTE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DIRECTION |
static QName |
F_DISPLAY_NAME |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_NAME |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_VALUE_ATTRIBUTE |
protected AttributeFetchStrategyType |
fetchStrategy |
protected String |
intent |
protected ShadowKindType |
kind |
protected QName |
name |
protected QName |
valueAttribute |
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.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
AttributeFetchStrategyType |
getFetchStrategy()
Gets the value of the fetchStrategy property.
|
String |
getIntent()
Gets the value of the intent property.
|
ShadowKindType |
getKind()
Gets the value of the kind property.
|
QName |
getName()
Gets the value of the name 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) |
void |
setAssociationAttribute(QName value)
Sets the value of the associationAttribute property.
|
void |
setDirection(ResourceObjectAssociationDirectionType value)
Sets the value of the direction property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFetchStrategy(AttributeFetchStrategyType value)
Sets the value of the fetchStrategy property.
|
void |
setIntent(String value)
Sets the value of the intent property.
|
void |
setKind(ShadowKindType value)
Sets the value of the kind property.
|
void |
setName(QName value)
Sets the value of the name property.
|
void |
setValueAttribute(QName value)
Sets the value of the valueAttribute property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName name
protected String displayName
protected ShadowKindType kind
protected String intent
protected ResourceObjectAssociationDirectionType direction
protected QName associationAttribute
protected QName valueAttribute
protected AttributeFetchStrategyType fetchStrategy
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_NAME
public static final QName F_DISPLAY_NAME
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_FETCH_STRATEGY
public static final QName F_COMPLEX___TYPE
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 getName()
QName
public void setName(QName value)
value
- allowed object is
QName
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public ShadowKindType getKind()
ShadowKindType
public void setKind(ShadowKindType value)
value
- allowed object is
ShadowKindType
public String getIntent()
String
public void setIntent(String value)
value
- allowed object is
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 AttributeFetchStrategyType getFetchStrategy()
AttributeFetchStrategyType
public void setFetchStrategy(AttributeFetchStrategyType value)
value
- allowed object is
AttributeFetchStrategyType
public 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.HashCode
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
public ResourceObjectAssociationType clone()
Copyright © 2013 evolveum. All rights reserved.