com.evolveum.midpoint.xml.ns._public.common.common_1
Class ObjectContainerType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectContainerType
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectContainerType
- extends java.lang.Object
- implements java.io.Serializable
Java class for ObjectContainerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectContainerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
protected ObjectType object
ObjectContainerType
public ObjectContainerType()
getObject
public ObjectType getObject()
- Gets the value of the object property.
- Returns:
- possible object is
ObjectType
setObject
public void setObject(ObjectType value)
- Sets the value of the object property.
- Parameters:
value
- allowed object is
ObjectType
Copyright © 2011 evolveum. All Rights Reserved.