|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.SchemaHandlingType.AccountType.Credentials
public static class SchemaHandlingType.AccountType.Credentials
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="outboundPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="randomPasswordLength" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
outboundPassword
|
protected java.math.BigInteger |
randomPasswordLength
|
Constructor Summary | |
---|---|
SchemaHandlingType.AccountType.Credentials()
|
Method Summary | |
---|---|
java.math.BigInteger |
getRandomPasswordLength()
Gets the value of the randomPasswordLength property. |
java.lang.Boolean |
isOutboundPassword()
Gets the value of the outboundPassword property. |
void |
setOutboundPassword(java.lang.Boolean value)
Sets the value of the outboundPassword property. |
void |
setRandomPasswordLength(java.math.BigInteger value)
Sets the value of the randomPasswordLength property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean outboundPassword
protected java.math.BigInteger randomPasswordLength
Constructor Detail |
---|
public SchemaHandlingType.AccountType.Credentials()
Method Detail |
---|
public java.lang.Boolean isOutboundPassword()
Boolean
public void setOutboundPassword(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.math.BigInteger getRandomPasswordLength()
BigInteger
public void setRandomPasswordLength(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |