Class AssociationFromLinkExpressionEvaluatorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowDiscriminatorExpressionEvaluatorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AssociationFromLinkExpressionEvaluatorType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class AssociationFromLinkExpressionEvaluatorType extends ShadowDiscriminatorExpressionEvaluatorType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Definition of an expression that creates association from links (linkRefs)Java class for AssociationFromLinkExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociationFromLinkExpressionEvaluatorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorExpressionEvaluatorType"> <sequence> <element name="recurseUpOrgType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="assignmentPathIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
assignmentPathIndex
static QName
COMPLEX_TYPE
static ItemName
F_ASSIGNMENT_PATH_INDEX
static ItemName
F_RECURSE_UP_ORG_TYPE
protected List<String>
recurseUpOrgType
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowDiscriminatorExpressionEvaluatorType
description, documentation, F_DESCRIPTION, F_DOCUMENTATION, F_PROJECTION_DISCRIMINATOR, projectionDiscriminator
-
-
Constructor Summary
Constructors Constructor Description AssociationFromLinkExpressionEvaluatorType()
Creates a newAssociationFromLinkExpressionEvaluatorType
instance.AssociationFromLinkExpressionEvaluatorType(AssociationFromLinkExpressionEvaluatorType o)
Creates a newAssociationFromLinkExpressionEvaluatorType
instance by deeply copying a givenAssociationFromLinkExpressionEvaluatorType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AssociationFromLinkExpressionEvaluatorType
assignmentPathIndex(Integer value)
ShadowDiscriminatorType
beginProjectionDiscriminator()
AssociationFromLinkExpressionEvaluatorType
clone()
Creates and returns a deep copy of this object.AssociationFromLinkExpressionEvaluatorType
description(String value)
AssociationFromLinkExpressionEvaluatorType
documentation(String value)
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)
Integer
getAssignmentPathIndex()
Gets the value of the assignmentPathIndex property.List<String>
getRecurseUpOrgType()
Gets the value of the recurseUpOrgType property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
AssociationFromLinkExpressionEvaluatorType
projectionDiscriminator(ShadowDiscriminatorType value)
AssociationFromLinkExpressionEvaluatorType
recurseUpOrgType(String value)
void
setAssignmentPathIndex(Integer value)
Sets the value of the assignmentPathIndex property.String
toString()
Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowDiscriminatorExpressionEvaluatorType
getDescription, getDocumentation, getProjectionDiscriminator, setDescription, setDocumentation, setProjectionDiscriminator
-
-
-
-
Constructor Detail
-
AssociationFromLinkExpressionEvaluatorType
public AssociationFromLinkExpressionEvaluatorType()
Creates a newAssociationFromLinkExpressionEvaluatorType
instance.
-
AssociationFromLinkExpressionEvaluatorType
public AssociationFromLinkExpressionEvaluatorType(AssociationFromLinkExpressionEvaluatorType o)
Creates a newAssociationFromLinkExpressionEvaluatorType
instance by deeply copying a givenAssociationFromLinkExpressionEvaluatorType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getRecurseUpOrgType
public List<String> getRecurseUpOrgType()
Gets the value of the recurseUpOrgType property.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 recurseUpOrgType property.For example, to add a new item, do as follows:
getRecurseUpOrgType().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getAssignmentPathIndex
public Integer getAssignmentPathIndex()
Gets the value of the assignmentPathIndex property.- Returns:
- possible object is
Integer
-
setAssignmentPathIndex
public void setAssignmentPathIndex(Integer value)
Sets the value of the assignmentPathIndex property.- Parameters:
value
- allowed object isInteger
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classShadowDiscriminatorExpressionEvaluatorType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classShadowDiscriminatorExpressionEvaluatorType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classShadowDiscriminatorExpressionEvaluatorType
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classShadowDiscriminatorExpressionEvaluatorType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classShadowDiscriminatorExpressionEvaluatorType
-
recurseUpOrgType
public AssociationFromLinkExpressionEvaluatorType recurseUpOrgType(String value)
-
assignmentPathIndex
public AssociationFromLinkExpressionEvaluatorType assignmentPathIndex(Integer value)
-
description
public AssociationFromLinkExpressionEvaluatorType description(String value)
- Overrides:
description
in classShadowDiscriminatorExpressionEvaluatorType
-
documentation
public AssociationFromLinkExpressionEvaluatorType documentation(String value)
- Overrides:
documentation
in classShadowDiscriminatorExpressionEvaluatorType
-
projectionDiscriminator
public AssociationFromLinkExpressionEvaluatorType projectionDiscriminator(ShadowDiscriminatorType value)
- Overrides:
projectionDiscriminator
in classShadowDiscriminatorExpressionEvaluatorType
-
beginProjectionDiscriminator
public ShadowDiscriminatorType beginProjectionDiscriminator()
- Overrides:
beginProjectionDiscriminator
in classShadowDiscriminatorExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classShadowDiscriminatorExpressionEvaluatorType
-
clone
public AssociationFromLinkExpressionEvaluatorType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classShadowDiscriminatorExpressionEvaluatorType
- Returns:
- A deep copy of this object.
-
-