public class ErrorSelectorType extends Object implements Serializable, Cloneable, Containerable
Java class for ErrorSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorSelectorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="network" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="security" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="policy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="schema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="configuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="generic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CONFIGURATION |
static QName |
F_GENERIC |
static QName |
F_NETWORK |
static QName |
F_POLICY |
static QName |
F_SCHEMA |
static QName |
F_SECURITY |
Constructor and Description |
---|
ErrorSelectorType() |
ErrorSelectorType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ErrorSelectorType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
int |
hashCode() |
Boolean |
isConfiguration() |
Boolean |
isGeneric() |
Boolean |
isNetwork() |
Boolean |
isPolicy() |
Boolean |
isSchema() |
Boolean |
isSecurity() |
void |
setConfiguration(Boolean value) |
void |
setGeneric(Boolean value) |
void |
setId(Long value) |
void |
setNetwork(Boolean value) |
void |
setPolicy(Boolean value) |
void |
setSchema(Boolean value) |
void |
setSecurity(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_NETWORK
public static final QName F_SECURITY
public static final QName F_POLICY
public static final QName F_SCHEMA
public static final QName F_CONFIGURATION
public static final QName F_GENERIC
public ErrorSelectorType()
public ErrorSelectorType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public Boolean isNetwork()
public void setNetwork(Boolean value)
public Boolean isSecurity()
public void setSecurity(Boolean value)
public Boolean isPolicy()
public void setPolicy(Boolean value)
public Boolean isSchema()
public void setSchema(Boolean value)
public Boolean isConfiguration()
public void setConfiguration(Boolean value)
public Boolean isGeneric()
public void setGeneric(Boolean value)
public Long getId()
public void setId(Long value)
public ErrorSelectorType clone()
Copyright © 2017 Evolveum. All rights reserved.