public class SecurityQuestionDefinitionType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for SecurityQuestionDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityQuestionDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="enabled" 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_ENABLED |
static QName |
F_IDENTIFIER |
Constructor and Description |
---|
SecurityQuestionDefinitionType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
SecurityQuestionDefinitionType |
clone() |
boolean |
equals(Object object) |
String |
getIdentifier() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean value) |
void |
setIdentifier(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_IDENTIFIER
public static final QName F_ENABLED
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String getIdentifier()
public void setIdentifier(String value)
public Boolean isEnabled()
public void setEnabled(Boolean value)
public SecurityQuestionDefinitionType clone()
Copyright © 2014 Evolveum. All rights reserved.