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 IntegerassignmentPathIndexstatic QNameCOMPLEX_TYPEstatic ItemNameF_ASSIGNMENT_PATH_INDEXstatic ItemNameF_RECURSE_UP_ORG_TYPEprotected 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 newAssociationFromLinkExpressionEvaluatorTypeinstance.AssociationFromLinkExpressionEvaluatorType(AssociationFromLinkExpressionEvaluatorType o)Creates a newAssociationFromLinkExpressionEvaluatorTypeinstance by deeply copying a givenAssociationFromLinkExpressionEvaluatorTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AssociationFromLinkExpressionEvaluatorTypeassignmentPathIndex(Integer value)ShadowDiscriminatorTypebeginProjectionDiscriminator()AssociationFromLinkExpressionEvaluatorTypeclone()Creates and returns a deep copy of this object.AssociationFromLinkExpressionEvaluatorTypedescription(String value)AssociationFromLinkExpressionEvaluatorTypedocumentation(String value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)IntegergetAssignmentPathIndex()Gets the value of the assignmentPathIndex property.List<String>getRecurseUpOrgType()Gets the value of the recurseUpOrgType property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)AssociationFromLinkExpressionEvaluatorTypeprojectionDiscriminator(ShadowDiscriminatorType value)AssociationFromLinkExpressionEvaluatorTyperecurseUpOrgType(String value)voidsetAssignmentPathIndex(Integer value)Sets the value of the assignmentPathIndex property.StringtoString()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 newAssociationFromLinkExpressionEvaluatorTypeinstance.
-
AssociationFromLinkExpressionEvaluatorType
public AssociationFromLinkExpressionEvaluatorType(AssociationFromLinkExpressionEvaluatorType o)
Creates a newAssociationFromLinkExpressionEvaluatorTypeinstance by deeply copying a givenAssociationFromLinkExpressionEvaluatorTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
setmethod 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:
toStringin classShadowDiscriminatorExpressionEvaluatorType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classShadowDiscriminatorExpressionEvaluatorType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classShadowDiscriminatorExpressionEvaluatorType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classShadowDiscriminatorExpressionEvaluatorType
-
recurseUpOrgType
public AssociationFromLinkExpressionEvaluatorType recurseUpOrgType(String value)
-
assignmentPathIndex
public AssociationFromLinkExpressionEvaluatorType assignmentPathIndex(Integer value)
-
description
public AssociationFromLinkExpressionEvaluatorType description(String value)
- Overrides:
descriptionin classShadowDiscriminatorExpressionEvaluatorType
-
documentation
public AssociationFromLinkExpressionEvaluatorType documentation(String value)
- Overrides:
documentationin classShadowDiscriminatorExpressionEvaluatorType
-
projectionDiscriminator
public AssociationFromLinkExpressionEvaluatorType projectionDiscriminator(ShadowDiscriminatorType value)
- Overrides:
projectionDiscriminatorin classShadowDiscriminatorExpressionEvaluatorType
-
beginProjectionDiscriminator
public ShadowDiscriminatorType beginProjectionDiscriminator()
- Overrides:
beginProjectionDiscriminatorin classShadowDiscriminatorExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classShadowDiscriminatorExpressionEvaluatorType
-
clone
public AssociationFromLinkExpressionEvaluatorType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classShadowDiscriminatorExpressionEvaluatorType- Returns:
- A deep copy of this object.
-
-