public class ResourceBusinessConfigurationType extends Object implements Serializable, Cloneable, Containerable
Java class for ResourceBusinessConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceBusinessConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="administrativeState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ResourceAdministrativeStateType" minOccurs="0"/> <element name="approverRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" 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 QName |
F_ADMINISTRATIVE_STATE |
static QName |
F_APPROVER_REF |
static QName |
F_COMPLEX___TYPE |
static QName |
F_ID |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ResourceBusinessConfigurationType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ResourceBusinessConfigurationType |
clone() |
boolean |
equals(Object object) |
ResourceAdministrativeStateType |
getAdministrativeState() |
List<ObjectReferenceType> |
getApproverRef() |
Long |
getId() |
int |
hashCode() |
void |
setAdministrativeState(ResourceAdministrativeStateType value) |
void |
setId(Long value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ADMINISTRATIVE_STATE
public static final QName F_APPROVER_REF
public static final QName F_ID
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public ResourceAdministrativeStateType getAdministrativeState()
public void setAdministrativeState(ResourceAdministrativeStateType value)
public List<ObjectReferenceType> getApproverRef()
public Long getId()
public void setId(Long value)
public ResourceBusinessConfigurationType clone()
Copyright © 2013 evolveum. All rights reserved.