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

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

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

Java class for UserContainerType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  UserType user
           
 
Constructor Summary
UserContainerType()
           
 
Method Summary
 UserType getUser()
          Gets the value of the user property.
 void setUser(UserType value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected UserType user
Constructor Detail

UserContainerType

public UserContainerType()
Method Detail

getUser

public UserType getUser()
Gets the value of the user property.

Returns:
possible object is UserType

setUser

public void setUser(UserType value)
Sets the value of the user property.

Parameters:
value - allowed object is UserType


Copyright © 2011 evolveum. All Rights Reserved.