@CodingStyleguideUnaware public class SecurityQuestionInformationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SecurityQuestionInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityQuestionInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.hr-xml.org/3}SecurityQuestionID" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}SecurityQuestion" minOccurs="0"/>
<element ref="{http://www.hr-xml.org/3}SecurityQuestionAnswer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
SecurityQuestionInformationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
SecurityQuestionInformationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SecurityQuestionInformationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getSecurityQuestion()
Gets the value of the securityQuestion property.
|
String |
getSecurityQuestionAnswer()
Gets the value of the securityQuestionAnswer property.
|
IdentifierType |
getSecurityQuestionID()
Gets the value of the securityQuestionID property.
|
String |
getSecurityQuestionIDValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setSecurityQuestion(String value)
Sets the value of the securityQuestion property.
|
void |
setSecurityQuestionAnswer(String value)
Sets the value of the securityQuestionAnswer property.
|
void |
setSecurityQuestionID(IdentifierType value)
Sets the value of the securityQuestionID property.
|
IdentifierType |
setSecurityQuestionID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SecurityQuestionInformationType()
@Nullable public IdentifierType getSecurityQuestionID()
IdentifierTypepublic void setSecurityQuestionID(@Nullable IdentifierType value)
value - allowed object is
IdentifierType@Nullable public String getSecurityQuestion()
Stringpublic void setSecurityQuestion(@Nullable String value)
value - allowed object is
String@Nullable public String getSecurityQuestionAnswer()
Stringpublic void setSecurityQuestionAnswer(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SecurityQuestionInformationType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SecurityQuestionInformationType clone()
@Nonnull public IdentifierType setSecurityQuestionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2020 Philip Helger. All rights reserved.