|
||||||||||
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.PasswordSynchronizeRequestType
public class PasswordSynchronizeRequestType
Java class for PasswordSynchronizeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordSynchronizeRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subject" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType"/> <element name="identifier"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="password" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="clientEndpoint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="endpointName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="messageid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PasswordSynchronizeRequestType.Identifier
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.lang.String |
clientEndpoint
|
protected java.lang.String |
endpointName
|
protected PasswordSynchronizeRequestType.Identifier |
identifier
|
protected java.lang.String |
messageid
|
protected org.w3c.dom.Element |
password
|
protected ObjectReferenceType |
subject
|
protected long |
timestamp
|
Constructor Summary | |
---|---|
PasswordSynchronizeRequestType()
|
Method Summary | |
---|---|
java.lang.String |
getClientEndpoint()
Gets the value of the clientEndpoint property. |
java.lang.String |
getEndpointName()
Gets the value of the endpointName property. |
PasswordSynchronizeRequestType.Identifier |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getMessageid()
Gets the value of the messageid property. |
org.w3c.dom.Element |
getPassword()
Gets the value of the password property. |
ObjectReferenceType |
getSubject()
Gets the value of the subject property. |
long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setClientEndpoint(java.lang.String value)
Sets the value of the clientEndpoint property. |
void |
setEndpointName(java.lang.String value)
Sets the value of the endpointName property. |
void |
setIdentifier(PasswordSynchronizeRequestType.Identifier value)
Sets the value of the identifier property. |
void |
setMessageid(java.lang.String value)
Sets the value of the messageid property. |
void |
setPassword(org.w3c.dom.Element value)
Sets the value of the password property. |
void |
setSubject(ObjectReferenceType value)
Sets the value of the subject property. |
void |
setTimestamp(long value)
Sets the value of the timestamp property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ObjectReferenceType subject
protected PasswordSynchronizeRequestType.Identifier identifier
protected org.w3c.dom.Element password
protected java.lang.String clientEndpoint
protected java.lang.String endpointName
protected java.lang.String messageid
protected long timestamp
Constructor Detail |
---|
public PasswordSynchronizeRequestType()
Method Detail |
---|
public ObjectReferenceType getSubject()
ObjectReferenceType
public void setSubject(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public PasswordSynchronizeRequestType.Identifier getIdentifier()
PasswordSynchronizeRequestType.Identifier
public void setIdentifier(PasswordSynchronizeRequestType.Identifier value)
value
- allowed object is
PasswordSynchronizeRequestType.Identifier
public org.w3c.dom.Element getPassword()
Element
public void setPassword(org.w3c.dom.Element value)
value
- allowed object is
Element
public java.lang.String getClientEndpoint()
String
public void setClientEndpoint(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndpointName()
String
public void setEndpointName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessageid()
String
public void setMessageid(java.lang.String value)
value
- allowed object is
String
public long getTimestamp()
public void setTimestamp(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |