|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.model.password_1.SelfPasswordChangeRequestType
public class SelfPasswordChangeRequestType
Java class for SelfPasswordChangeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelfPasswordChangeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="newPassword" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/model/password-1.wsdl}TargetAccountType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected org.w3c.dom.Element |
newPassword
|
protected java.util.List<TargetAccountType> |
target
|
| Constructor Summary | |
|---|---|
SelfPasswordChangeRequestType()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getNewPassword()
Gets the value of the newPassword property. |
java.util.List<TargetAccountType> |
getTarget()
Gets the value of the target property. |
void |
setNewPassword(org.w3c.dom.Element value)
Sets the value of the newPassword property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.w3c.dom.Element newPassword
protected java.util.List<TargetAccountType> target
| Constructor Detail |
|---|
public SelfPasswordChangeRequestType()
| Method Detail |
|---|
public org.w3c.dom.Element getNewPassword()
Elementpublic void setNewPassword(org.w3c.dom.Element value)
value - allowed object is
Elementpublic java.util.List<TargetAccountType> getTarget()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
TargetAccountType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||