|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.parser.AccountManagementRequest.Create
public static class AccountManagementRequest.Create
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" /> <attribute name="accountType" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AccountManagementRequest.Create()
|
Method Summary | |
---|---|
java.lang.String |
getAccountName()
Gets the value of the accountName property. |
int |
getAccountType()
Gets the value of the accountType 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 |
setAccountType(int value)
Sets the value of the accountType 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 |
---|
public AccountManagementRequest.Create()
Method Detail |
---|
public java.lang.String getAccountName()
String
public void setAccountName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public int getAccountType()
public void setAccountType(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |