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

java.lang.Object
  extended by 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

Field Summary
protected  ObjectType object
           
 
Constructor Summary
ObjectContainerType()
           
 
Method Summary
 ObjectType getObject()
          Gets the value of the object property.
 void setObject(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 ObjectType object
Constructor Detail

ObjectContainerType

public ObjectContainerType()
Method Detail

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.