public class ManualProvisioningContextType extends Object implements Serializable, Cloneable, Containerable
Java class for ManualProvisioningContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManualProvisioningContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pendingOperation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PendingOperationType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static ItemName |
F_PENDING_OPERATION |
Constructor and Description |
---|
ManualProvisioningContextType() |
ManualProvisioningContextType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
PendingOperationType |
beginPendingOperation() |
ManualProvisioningContextType |
clone() |
<X> X |
end() |
boolean |
equals(Object object) |
Long |
getId() |
PendingOperationType |
getPendingOperation() |
int |
hashCode() |
ManualProvisioningContextType |
id(Long value) |
ManualProvisioningContextType |
pendingOperation(PendingOperationType value) |
void |
setId(Long value) |
void |
setPendingOperation(PendingOperationType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final ItemName F_PENDING_OPERATION
public ManualProvisioningContextType()
public ManualProvisioningContextType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public <X> X end()
public PendingOperationType getPendingOperation()
public void setPendingOperation(PendingOperationType value)
public Long getId()
public void setId(Long value)
public ManualProvisioningContextType pendingOperation(PendingOperationType value)
public PendingOperationType beginPendingOperation()
public ManualProvisioningContextType id(Long value)
public ManualProvisioningContextType clone()
Copyright © 2021 Evolveum. All rights reserved.