public class SecurityQuestionAnswerType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for SecurityQuestionAnswerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityQuestionAnswerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="questionIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="questionAnswer" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/> <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_QUESTION_ANSWER |
static QName |
F_QUESTION_IDENTIFIER |
Constructor and Description |
---|
SecurityQuestionAnswerType() |
SecurityQuestionAnswerType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
SecurityQuestionAnswerType |
clone() |
boolean |
equals(Object object) |
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType |
getQuestionAnswer() |
String |
getQuestionIdentifier() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean value) |
void |
setQuestionAnswer(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value) |
void |
setQuestionIdentifier(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_QUESTION_IDENTIFIER
public static final QName F_QUESTION_ANSWER
public static final QName F_ENABLED
public SecurityQuestionAnswerType()
public SecurityQuestionAnswerType(com.evolveum.midpoint.prism.PrismContext prismContext)
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 getQuestionIdentifier()
public void setQuestionIdentifier(String value)
public com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType getQuestionAnswer()
public void setQuestionAnswer(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value)
public Boolean isEnabled()
public void setEnabled(Boolean value)
public SecurityQuestionAnswerType clone()
Copyright © 2016 Evolveum. All rights reserved.