com.evolveum.midpoint.xml.ns._public.common.common_1
Class SchemaHandlingType.AccountType.Credentials

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SchemaHandlingType.AccountType.Credentials
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SchemaHandlingType.AccountType

public static class SchemaHandlingType.AccountType.Credentials
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

outboundPassword

protected java.lang.Boolean outboundPassword

randomPasswordLength

protected java.math.BigInteger randomPasswordLength
Constructor Detail

SchemaHandlingType.AccountType.Credentials

public SchemaHandlingType.AccountType.Credentials()
Method Detail

isOutboundPassword

public java.lang.Boolean isOutboundPassword()
Gets the value of the outboundPassword property.

Returns:
possible object is Boolean

setOutboundPassword

public void setOutboundPassword(java.lang.Boolean value)
Sets the value of the outboundPassword property.

Parameters:
value - allowed object is Boolean

getRandomPasswordLength

public java.math.BigInteger getRandomPasswordLength()
Gets the value of the randomPasswordLength property.

Returns:
possible object is BigInteger

setRandomPasswordLength

public void setRandomPasswordLength(java.math.BigInteger value)
Sets the value of the randomPasswordLength property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011 evolveum. All Rights Reserved.