|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectStageType
public class ObjectStageType
!!! 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>
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 |
---|
protected javax.xml.bind.JAXBElement<? extends ObjectType> object
protected java.util.List<org.w3c.dom.Element> any
Constructor Detail |
---|
public ObjectStageType()
Method Detail |
---|
public javax.xml.bind.JAXBElement<? extends ObjectType> getObject()
JAXBElement
<
ObjectType
>
JAXBElement
<
ResourceType
>
JAXBElement
<
RoleType
>
JAXBElement
<
UserTemplateType
>
JAXBElement
<
AccountShadowType
>
JAXBElement
<
GenericObjectType
>
JAXBElement
<
ResourceObjectShadowType
>
JAXBElement
<
UserType
>
JAXBElement
<
ResourceStateType
>
public void setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)
value
- allowed object is
JAXBElement
<
ObjectType
>
JAXBElement
<
ResourceType
>
JAXBElement
<
RoleType
>
JAXBElement
<
UserTemplateType
>
JAXBElement
<
AccountShadowType
>
JAXBElement
<
GenericObjectType
>
JAXBElement
<
ResourceObjectShadowType
>
JAXBElement
<
UserType
>
JAXBElement
<
ResourceStateType
>
public java.util.List<org.w3c.dom.Element> getAny()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |