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

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

public class PasswordSynchronizeRequestType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

subject

protected ObjectReferenceType subject

identifier

protected PasswordSynchronizeRequestType.Identifier identifier

password

protected org.w3c.dom.Element password

clientEndpoint

protected java.lang.String clientEndpoint

endpointName

protected java.lang.String endpointName

messageid

protected java.lang.String messageid

timestamp

protected long timestamp
Constructor Detail

PasswordSynchronizeRequestType

public PasswordSynchronizeRequestType()
Method Detail

getSubject

public ObjectReferenceType getSubject()
Gets the value of the subject property.

Returns:
possible object is ObjectReferenceType

setSubject

public void setSubject(ObjectReferenceType value)
Sets the value of the subject property.

Parameters:
value - allowed object is ObjectReferenceType

getIdentifier

public PasswordSynchronizeRequestType.Identifier getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is PasswordSynchronizeRequestType.Identifier

setIdentifier

public void setIdentifier(PasswordSynchronizeRequestType.Identifier value)
Sets the value of the identifier property.

Parameters:
value - allowed object is PasswordSynchronizeRequestType.Identifier

getPassword

public org.w3c.dom.Element getPassword()
Gets the value of the password property.

Returns:
possible object is Element

setPassword

public void setPassword(org.w3c.dom.Element value)
Sets the value of the password property.

Parameters:
value - allowed object is Element

getClientEndpoint

public java.lang.String getClientEndpoint()
Gets the value of the clientEndpoint property.

Returns:
possible object is String

setClientEndpoint

public void setClientEndpoint(java.lang.String value)
Sets the value of the clientEndpoint property.

Parameters:
value - allowed object is String

getEndpointName

public java.lang.String getEndpointName()
Gets the value of the endpointName property.

Returns:
possible object is String

setEndpointName

public void setEndpointName(java.lang.String value)
Sets the value of the endpointName property.

Parameters:
value - allowed object is String

getMessageid

public java.lang.String getMessageid()
Gets the value of the messageid property.

Returns:
possible object is String

setMessageid

public void setMessageid(java.lang.String value)
Sets the value of the messageid property.

Parameters:
value - allowed object is String

getTimestamp

public long getTimestamp()
Gets the value of the timestamp property.


setTimestamp

public void setTimestamp(long value)
Sets the value of the timestamp property.



Copyright © 2011 evolveum. All Rights Reserved.