|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.asdf.parser.AccountManagementRequest
public class AccountManagementRequest
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 |
|---|
public AccountManagementRequest()
| Method Detail |
|---|
public AccountManagementRequest.Create getCreate()
AccountManagementRequest.Createpublic void setCreate(AccountManagementRequest.Create value)
value - allowed object is
AccountManagementRequest.Createpublic AccountManagementRequest.Delete getDelete()
AccountManagementRequest.Deletepublic void setDelete(AccountManagementRequest.Delete value)
value - allowed object is
AccountManagementRequest.Deletepublic AccountManagementRequest.ChangePassword getChangePassword()
AccountManagementRequest.ChangePasswordpublic void setChangePassword(AccountManagementRequest.ChangePassword value)
value - allowed object is
AccountManagementRequest.ChangePassword
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||