public class DashboardWidgetType extends Object implements Serializable, Cloneable, Containerable
Java class for DashboardWidgetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DashboardWidgetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="visibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceElementVisibilityType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_IDENTIFIER |
static QName |
F_VISIBILITY |
Constructor and Description |
---|
DashboardWidgetType() |
DashboardWidgetType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
DashboardWidgetType |
clone() |
boolean |
equals(Object object) |
String |
getIdentifier() |
UserInterfaceElementVisibilityType |
getVisibility() |
int |
hashCode() |
void |
setIdentifier(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
void |
setVisibility(UserInterfaceElementVisibilityType value) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_IDENTIFIER
public static final QName F_VISIBILITY
public DashboardWidgetType()
public DashboardWidgetType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getIdentifier()
public void setIdentifier(String value)
public UserInterfaceElementVisibilityType getVisibility()
public void setVisibility(UserInterfaceElementVisibilityType value)
public DashboardWidgetType clone()
Copyright © 2017 Evolveum. All rights reserved.