com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ResourceBusinessConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ResourceBusinessConfigurationType
All Implemented Interfaces:
Containerable, Serializable, Cloneable

public class ResourceBusinessConfigurationType
extends Object
implements Serializable, Cloneable, Containerable

Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.

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}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<ObjectReferenceType> approverRef
           
static QName COMPLEX_TYPE
           
static QName F_ADMINISTRATIVE_STATE
           
static QName F_APPROVER_REF
           
 
Constructor Summary
ResourceBusinessConfigurationType()
           
 
Method Summary
 PrismContainerValue asPrismContainerValue()
           
 ResourceBusinessConfigurationType clone()
           
 boolean equals(Object object)
           
 ResourceAdministrativeStateType getAdministrativeState()
           
 List<ObjectReferenceType> getApproverRef()
           
 String getId()
           
 int hashCode()
           
 void setAdministrativeState(ResourceAdministrativeStateType value)
           
 void setId(String value)
           
 void setupContainerValue(PrismContainerValue containerValue)
          Setup value to the containerable representation.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

approverRef

protected List<ObjectReferenceType> approverRef

COMPLEX_TYPE

public static final QName COMPLEX_TYPE

F_ADMINISTRATIVE_STATE

public static final QName F_ADMINISTRATIVE_STATE

F_APPROVER_REF

public static final QName F_APPROVER_REF
Constructor Detail

ResourceBusinessConfigurationType

public ResourceBusinessConfigurationType()
Method Detail

asPrismContainerValue

public PrismContainerValue asPrismContainerValue()
Specified by:
asPrismContainerValue in interface Containerable

setupContainerValue

public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface: Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.

Specified by:
setupContainerValue in interface Containerable

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getAdministrativeState

public ResourceAdministrativeStateType getAdministrativeState()

setAdministrativeState

public void setAdministrativeState(ResourceAdministrativeStateType value)

getApproverRef

public List<ObjectReferenceType> getApproverRef()

getId

public String getId()

setId

public void setId(String value)

clone

public ResourceBusinessConfigurationType clone()
Overrides:
clone in class Object


Copyright © 2013 evolveum. All Rights Reserved.