public class GuiObjectListsType extends Object implements Serializable, Cloneable, Containerable
Java class for GuiObjectListsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuiObjectListsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectList" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListType" maxOccurs="unbounded" minOccurs="0"/> <element name="includeDefaultLists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_INCLUDE_DEFAULT_LISTS |
static QName |
F_OBJECT_LIST |
Constructor and Description |
---|
GuiObjectListsType() |
GuiObjectListsType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
GuiObjectListType |
beginObjectList() |
GuiObjectListsType |
clone() |
List<GuiObjectListType> |
createObjectListList() |
<X> X |
end() |
boolean |
equals(Object object) |
List<GuiObjectListType> |
getObjectList() |
int |
hashCode() |
GuiObjectListsType |
includeDefaultLists(Boolean value) |
Boolean |
isIncludeDefaultLists() |
GuiObjectListsType |
objectList(GuiObjectListType value) |
void |
setIncludeDefaultLists(Boolean value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_OBJECT_LIST
public static final QName F_INCLUDE_DEFAULT_LISTS
public GuiObjectListsType()
public GuiObjectListsType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public <X> X end()
public List<GuiObjectListType> getObjectList()
public List<GuiObjectListType> createObjectListList()
public Boolean isIncludeDefaultLists()
public void setIncludeDefaultLists(Boolean value)
public GuiObjectListsType objectList(GuiObjectListType value)
public GuiObjectListType beginObjectList()
public GuiObjectListsType includeDefaultLists(Boolean value)
public GuiObjectListsType clone()
Copyright © 2018 Evolveum. All rights reserved.