com.evolveum.midpoint.xml.ns._public.common.common_1
Class ObjectStageType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectStageType
All Implemented Interfaces:
java.io.Serializable

public class ObjectStageType
extends java.lang.Object
implements java.io.Serializable

!!! DEPRECATED !!! TODO This should REALY REALY be in the IDM model interface definition. The specific properties of a stage may be different for each implementation. The implementation may replace this with a similar concept of stage.

Java class for ObjectStageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObjectStageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}object"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<org.w3c.dom.Element> any
           
protected  javax.xml.bind.JAXBElement<? extends ObjectType> object
           
 
Constructor Summary
ObjectStageType()
           
 
Method Summary
 java.util.List<org.w3c.dom.Element> getAny()
          Gets the value of the any property.
 javax.xml.bind.JAXBElement<? extends ObjectType> getObject()
          This element must contain the object that the stage describes.
 void setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)
          Sets the value of the object property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected javax.xml.bind.JAXBElement<? extends ObjectType> object

any

protected java.util.List<org.w3c.dom.Element> any
Constructor Detail

ObjectStageType

public ObjectStageType()
Method Detail

getObject

public javax.xml.bind.JAXBElement<? extends ObjectType> getObject()
This element must contain the object that the stage describes. This is visible to the client and client may change it (almost) freely.

Returns:
possible object is JAXBElement<ObjectType> JAXBElement<ResourceType> JAXBElement<RoleType> JAXBElement<UserTemplateType> JAXBElement<AccountShadowType> JAXBElement<GenericObjectType> JAXBElement<ResourceObjectShadowType> JAXBElement<UserType> JAXBElement<ResourceStateType>

setObject

public void setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)
Sets the value of the object property.

Parameters:
value - allowed object is JAXBElement<ObjectType> JAXBElement<ResourceType> JAXBElement<RoleType> JAXBElement<UserTemplateType> JAXBElement<AccountShadowType> JAXBElement<GenericObjectType> JAXBElement<ResourceObjectShadowType> JAXBElement<UserType> JAXBElement<ResourceStateType>

getAny

public java.util.List<org.w3c.dom.Element> getAny()
Gets the value of the any property.

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 any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element



Copyright © 2011 evolveum. All Rights Reserved.