public class OperationProvisioningScriptType extends ProvisioningScriptType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for OperationProvisioningScriptType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationProvisioningScriptType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProvisioningScriptType"> <sequence> <element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProvisioningOperationTypeType" maxOccurs="unbounded" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowKindType" maxOccurs="unbounded" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="order" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ProvisioningScriptOrderType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_OPERATION |
static QName |
F_ORDER |
static QName |
F_SERIAL_VERSION_UID |
protected List<String> |
intent |
protected List<ShadowKindType> |
kind |
protected List<ProvisioningOperationTypeType> |
operation |
protected ProvisioningScriptOrderType |
order |
argument, code, F_ARGUMENT, F_CODE, F_HOST, F_LANGUAGE, host, language
Constructor and Description |
---|
OperationProvisioningScriptType()
Creates a new
OperationProvisioningScriptType instance. |
OperationProvisioningScriptType(OperationProvisioningScriptType o)
Creates a new
OperationProvisioningScriptType instance by deeply copying a given OperationProvisioningScriptType instance. |
Modifier and Type | Method and Description |
---|---|
OperationProvisioningScriptType |
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) |
List<String> |
getIntent()
Gets the value of the intent property.
|
List<ShadowKindType> |
getKind()
Gets the value of the kind property.
|
List<ProvisioningOperationTypeType> |
getOperation()
Gets the value of the operation property.
|
ProvisioningScriptOrderType |
getOrder()
Gets the value of the order property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setOrder(ProvisioningScriptOrderType value)
Sets the value of the order property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getArgument, getCode, getHost, getLanguage, setCode, setHost, setLanguage
protected List<ProvisioningOperationTypeType> operation
protected List<ShadowKindType> kind
protected ProvisioningScriptOrderType order
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_OPERATION
public static final QName F_KIND
public static final QName F_INTENT
public static final QName F_ORDER
public static final QName F_COMPLEX___TYPE
public OperationProvisioningScriptType()
OperationProvisioningScriptType
instance.public OperationProvisioningScriptType(OperationProvisioningScriptType o)
OperationProvisioningScriptType
instance by deeply copying a given OperationProvisioningScriptType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public List<ProvisioningOperationTypeType> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
ProvisioningOperationTypeType
public List<ShadowKindType> getKind()
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 kind property.
For example, to add a new item, do as follows:
getKind().add(newItem);
Objects of the following type(s) are allowed in the list
ShadowKindType
public List<String> getIntent()
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 intent property.
For example, to add a new item, do as follows:
getIntent().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ProvisioningScriptOrderType getOrder()
ProvisioningScriptOrderType
public void setOrder(ProvisioningScriptOrderType value)
value
- allowed object is
ProvisioningScriptOrderType
public String toString()
toString
in class ProvisioningScriptType
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 ProvisioningScriptType
public int hashCode()
hashCode
in class ProvisioningScriptType
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 ProvisioningScriptType
public boolean equals(Object object)
equals
in class ProvisioningScriptType
public OperationProvisioningScriptType clone()
clone
in class ProvisioningScriptType
Copyright © 2013 evolveum. All rights reserved.