|
||||||||||
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.PasswordChangeRequestType
public class PasswordChangeRequestType
Java class for PasswordChangeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordChangeRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="user" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType"/> <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
|
protected ObjectReferenceType |
user
|
Constructor Summary | |
---|---|
PasswordChangeRequestType()
|
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. |
ObjectReferenceType |
getUser()
Gets the value of the user property. |
void |
setNewPassword(org.w3c.dom.Element value)
Sets the value of the newPassword property. |
void |
setUser(ObjectReferenceType value)
Sets the value of the user property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ObjectReferenceType user
protected org.w3c.dom.Element newPassword
protected java.util.List<TargetAccountType> target
Constructor Detail |
---|
public PasswordChangeRequestType()
Method Detail |
---|
public ObjectReferenceType getUser()
ObjectReferenceType
public void setUser(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public org.w3c.dom.Element getNewPassword()
Element
public void setNewPassword(org.w3c.dom.Element value)
value
- allowed object is
Element
public 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 |