com.asdf.parser
Class AccountManagementRequest.Delete

java.lang.Object
  extended by com.asdf.parser.AccountManagementRequest.Delete
Enclosing class:
AccountManagementRequest

public static class AccountManagementRequest.Delete
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Constructor Summary
AccountManagementRequest.Delete()
           
 
Method Summary
 java.lang.String getAccountName()
          Gets the value of the accountName property.
 java.lang.String getPassword()
          Gets the value of the password property.
 void setAccountName(java.lang.String value)
          Sets the value of the accountName property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountManagementRequest.Delete

public AccountManagementRequest.Delete()
Method Detail

getAccountName

public java.lang.String getAccountName()
Gets the value of the accountName property.

Returns:
possible object is String

setAccountName

public void setAccountName(java.lang.String value)
Sets the value of the accountName property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String