com.asdf.parser
Class AccountManagementResponse

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

public class AccountManagementResponse
extends java.lang.Object

Java class for AccountManagementResponse complex type.

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

 <complexType name="AccountManagementResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Create" type="{}GenericResponse"/>
         <element name="Delete" type="{}GenericResponse"/>
         <element name="ChangePassword" type="{}GenericResponse"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AccountManagementResponse()
           
 
Method Summary
 GenericResponse getChangePassword()
          Gets the value of the changePassword property.
 GenericResponse getCreate()
          Gets the value of the create property.
 GenericResponse getDelete()
          Gets the value of the delete property.
 void setChangePassword(GenericResponse value)
          Sets the value of the changePassword property.
 void setCreate(GenericResponse value)
          Sets the value of the create property.
 void setDelete(GenericResponse 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

AccountManagementResponse

public AccountManagementResponse()
Method Detail

getCreate

public GenericResponse getCreate()
Gets the value of the create property.

Returns:
possible object is GenericResponse

setCreate

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

Parameters:
value - allowed object is GenericResponse

getDelete

public GenericResponse getDelete()
Gets the value of the delete property.

Returns:
possible object is GenericResponse

setDelete

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

Parameters:
value - allowed object is GenericResponse

getChangePassword

public GenericResponse getChangePassword()
Gets the value of the changePassword property.

Returns:
possible object is GenericResponse

setChangePassword

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

Parameters:
value - allowed object is GenericResponse