com.evolveum.midpoint.xml.ns._public.model.password_1
Class TargetAccountType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentPassword
protected org.w3c.dom.Element currentPassword
TargetAccountType
public TargetAccountType()
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.