com.evolveum.midpoint.xml.ns._public.common.common_1
Class UserContainerType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
protected UserType user
UserContainerType
public UserContainerType()
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.