public class ProjectionPolicyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ProjectionPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectionPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assignmentPolicyEnforcement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPolicyEnforcementType" minOccurs="0"/> <element name="legalize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AssignmentPolicyEnforcementType |
assignmentPolicyEnforcement |
static QName |
COMPLEX_TYPE |
static QName |
F_ASSIGNMENT_POLICY_ENFORCEMENT |
static QName |
F_LEGALIZE |
protected Boolean |
legalize |
Constructor and Description |
---|
ProjectionPolicyType()
Creates a new
ProjectionPolicyType instance. |
ProjectionPolicyType(ProjectionPolicyType o)
Creates a new
ProjectionPolicyType instance by deeply copying a given ProjectionPolicyType instance. |
Modifier and Type | Method and Description |
---|---|
ProjectionPolicyType |
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) |
AssignmentPolicyEnforcementType |
getAssignmentPolicyEnforcement()
Gets the value of the assignmentPolicyEnforcement property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isLegalize()
Gets the value of the legalize property.
|
void |
setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
Sets the value of the assignmentPolicyEnforcement property.
|
void |
setLegalize(Boolean value)
Sets the value of the legalize property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected AssignmentPolicyEnforcementType assignmentPolicyEnforcement
protected Boolean legalize
public static final QName COMPLEX_TYPE
public static final QName F_ASSIGNMENT_POLICY_ENFORCEMENT
public static final QName F_LEGALIZE
public ProjectionPolicyType()
ProjectionPolicyType
instance.public ProjectionPolicyType(ProjectionPolicyType o)
ProjectionPolicyType
instance by deeply copying a given ProjectionPolicyType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public AssignmentPolicyEnforcementType getAssignmentPolicyEnforcement()
AssignmentPolicyEnforcementType
public void setAssignmentPolicyEnforcement(AssignmentPolicyEnforcementType value)
value
- allowed object is
AssignmentPolicyEnforcementType
public Boolean isLegalize()
Boolean
public void setLegalize(Boolean value)
value
- allowed object is
Boolean
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 ProjectionPolicyType clone()
Copyright © 2016 Evolveum. All rights reserved.