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-3}ProvisioningScriptType">
<sequence>
<element name="operation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningOperationTypeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}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-3}BeforeAfterType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_INTENT |
static QName |
F_KIND |
static QName |
F_OPERATION |
static QName |
F_ORDER |
protected List<String> |
intent |
protected List<ShadowKindType> |
kind |
protected List<ProvisioningOperationTypeType> |
operation |
protected BeforeAfterType |
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.
|
BeforeAfterType |
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(BeforeAfterType 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, setLanguageprotected List<ProvisioningOperationTypeType> operation
protected List<ShadowKindType> kind
protected BeforeAfterType order
public static final QName COMPLEX_TYPE
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 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 BeforeAfterType getOrder()
BeforeAfterTypepublic void setOrder(BeforeAfterType value)
value - allowed object is
BeforeAfterTypepublic String toString()
toString in class ProvisioningScriptTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ProvisioningScriptTypepublic int hashCode()
hashCode in class ProvisioningScriptTypepublic 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.Equalsequals in class ProvisioningScriptTypepublic boolean equals(Object object)
equals in class ProvisioningScriptTypepublic OperationProvisioningScriptType clone()
clone in class ProvisioningScriptTypeCopyright © 2016 Evolveum. All rights reserved.