public class SmsResetPolicyType extends AbstractCredentialsResetPolicyType implements Serializable, Cloneable, Containerable
Java class for SmsResetPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SmsResetPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialsResetPolicyType"> <sequence> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
F_ADDITIONAL_AUTHENTICATION_NAME, F_DISPLAY_NAME, F_NAME
Constructor and Description |
---|
SmsResetPolicyType() |
SmsResetPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
SmsResetPolicyType |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getAdditionalAuthenticationName, getDisplayName, getName, setAdditionalAuthenticationName, setDisplayName, setName
public static final QName COMPLEX_TYPE
public SmsResetPolicyType()
public SmsResetPolicyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class AbstractCredentialsResetPolicyType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class AbstractCredentialsResetPolicyType
public String toString()
toString
in class AbstractCredentialsResetPolicyType
public boolean equals(Object object)
equals
in class AbstractCredentialsResetPolicyType
public int hashCode()
hashCode
in class AbstractCredentialsResetPolicyType
public SmsResetPolicyType clone()
clone
in class AbstractCredentialsResetPolicyType
Copyright © 2017 Evolveum. All rights reserved.