public class ResourceObjectTypeDependencyType extends ShadowDiscriminatorType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceObjectTypeDependencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectTypeDependencyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowDiscriminatorType"> <sequence> <element name="strictness" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceObjectTypeDependencyStrictnessType" minOccurs="0"/> <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_ORDER |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_STRICTNESS |
protected Integer |
order |
protected ResourceObjectTypeDependencyStrictnessType |
strictness |
F_INTENT, F_KIND, F_RESOURCE_REF, intent, kind, resourceRef
Constructor and Description |
---|
ResourceObjectTypeDependencyType()
Creates a new
ResourceObjectTypeDependencyType instance. |
ResourceObjectTypeDependencyType(ResourceObjectTypeDependencyType o)
Creates a new
ResourceObjectTypeDependencyType instance by deeply copying a given ResourceObjectTypeDependencyType instance. |
Modifier and Type | Method and Description |
---|---|
ResourceObjectTypeDependencyType |
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) |
Integer |
getOrder()
Gets the value of the order property.
|
ResourceObjectTypeDependencyStrictnessType |
getStrictness()
Gets the value of the strictness property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setOrder(Integer value)
Sets the value of the order property.
|
void |
setStrictness(ResourceObjectTypeDependencyStrictnessType value)
Sets the value of the strictness property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getIntent, getKind, getResourceRef, setIntent, setKind, setResourceRef
protected ResourceObjectTypeDependencyStrictnessType strictness
protected Integer order
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_STRICTNESS
public static final QName F_ORDER
public static final QName F_COMPLEX___TYPE
public ResourceObjectTypeDependencyType()
ResourceObjectTypeDependencyType
instance.public ResourceObjectTypeDependencyType(ResourceObjectTypeDependencyType o)
ResourceObjectTypeDependencyType
instance by deeply copying a given ResourceObjectTypeDependencyType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ResourceObjectTypeDependencyStrictnessType getStrictness()
ResourceObjectTypeDependencyStrictnessType
public void setStrictness(ResourceObjectTypeDependencyStrictnessType value)
value
- allowed object is
ResourceObjectTypeDependencyStrictnessType
public Integer getOrder()
Integer
public void setOrder(Integer value)
value
- allowed object is
Integer
public String toString()
toString
in class ShadowDiscriminatorType
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 ShadowDiscriminatorType
public int hashCode()
hashCode
in class ShadowDiscriminatorType
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 ShadowDiscriminatorType
public boolean equals(Object object)
equals
in class ShadowDiscriminatorType
public ResourceObjectTypeDependencyType clone()
clone
in class ShadowDiscriminatorType
Copyright © 2013 evolveum. All rights reserved.