com.asdf.parser
Class AccountManagementRequest

java.lang.Object
  extended by com.asdf.parser.AccountManagementRequest

public class AccountManagementRequest
extends java.lang.Object

Java class for AccountManagementRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AccountManagementRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Create">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="accountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="accountType" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Delete">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="accountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ChangePassword">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="accountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="oldPassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="newPassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AccountManagementRequest.ChangePassword
          Java class for anonymous complex type.
static class AccountManagementRequest.Create
          Java class for anonymous complex type.
static class AccountManagementRequest.Delete
          Java class for anonymous complex type.
 
Constructor Summary
AccountManagementRequest()
           
 
Method Summary
 AccountManagementRequest.ChangePassword getChangePassword()
          Gets the value of the changePassword property.
 AccountManagementRequest.Create getCreate()
          Gets the value of the create property.
 AccountManagementRequest.Delete getDelete()
          Gets the value of the delete property.
 void setChangePassword(AccountManagementRequest.ChangePassword value)
          Sets the value of the changePassword property.
 void setCreate(AccountManagementRequest.Create value)
          Sets the value of the create property.
 void setDelete(AccountManagementRequest.Delete value)
          Sets the value of the delete property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountManagementRequest

public AccountManagementRequest()
Method Detail

getCreate

public AccountManagementRequest.Create getCreate()
Gets the value of the create property.

Returns:
possible object is AccountManagementRequest.Create

setCreate

public void setCreate(AccountManagementRequest.Create value)
Sets the value of the create property.

Parameters:
value - allowed object is AccountManagementRequest.Create

getDelete

public AccountManagementRequest.Delete getDelete()
Gets the value of the delete property.

Returns:
possible object is AccountManagementRequest.Delete

setDelete

public void setDelete(AccountManagementRequest.Delete value)
Sets the value of the delete property.

Parameters:
value - allowed object is AccountManagementRequest.Delete

getChangePassword

public AccountManagementRequest.ChangePassword getChangePassword()
Gets the value of the changePassword property.

Returns:
possible object is AccountManagementRequest.ChangePassword

setChangePassword

public void setChangePassword(AccountManagementRequest.ChangePassword value)
Sets the value of the changePassword property.

Parameters:
value - allowed object is AccountManagementRequest.ChangePassword