com.evolveum.midpoint.xml.ns._public.model.password_1
Class TargetAccountType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.model.password_1.TargetAccountType
All Implemented Interfaces:
java.io.Serializable

public class TargetAccountType
extends ObjectReferenceType
implements java.io.Serializable

Java class for TargetAccountType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TargetAccountType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType">
       <sequence>
         <element name="currentPassword" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  org.w3c.dom.Element currentPassword
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
oid, type
 
Constructor Summary
TargetAccountType()
           
 
Method Summary
 org.w3c.dom.Element getCurrentPassword()
          Gets the value of the currentPassword property.
 void setCurrentPassword(org.w3c.dom.Element value)
          Sets the value of the currentPassword property.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
getOid, getType, setOid, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentPassword

protected org.w3c.dom.Element currentPassword
Constructor Detail

TargetAccountType

public TargetAccountType()
Method Detail

getCurrentPassword

public org.w3c.dom.Element getCurrentPassword()
Gets the value of the currentPassword property.

Returns:
possible object is Element

setCurrentPassword

public void setCurrentPassword(org.w3c.dom.Element value)
Sets the value of the currentPassword property.

Parameters:
value - allowed object is Element


Copyright © 2011 evolveum. All Rights Reserved.