public class SecurityQuestionDefinitionType extends Object implements Serializable, Cloneable, 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"/> <element name="questionText" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ENABLED |
static QName |
F_IDENTIFIER |
static QName |
F_QUESTION_TEXT |
Constructor and Description |
---|
SecurityQuestionDefinitionType() |
SecurityQuestionDefinitionType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
SecurityQuestionDefinitionType |
clone() |
boolean |
equals(Object object) |
String |
getIdentifier() |
String |
getQuestionText() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean value) |
void |
setIdentifier(String value) |
void |
setQuestionText(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_IDENTIFIER
public static final QName F_ENABLED
public static final QName F_QUESTION_TEXT
public SecurityQuestionDefinitionType()
public SecurityQuestionDefinitionType(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 Boolean isEnabled()
public void setEnabled(Boolean value)
public String getQuestionText()
public void setQuestionText(String value)
public SecurityQuestionDefinitionType clone()
Copyright © 2016 Evolveum. All rights reserved.