|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mybank.account.AccountSummary
public class AccountSummary
Java class for AccountSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountSummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="accountID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="accountType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="balance" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
accountID
|
protected java.lang.Integer |
accountNumber
|
protected java.lang.String |
accountType
|
protected java.lang.Float |
balance
|
Constructor Summary | |
---|---|
AccountSummary()
|
Method Summary | |
---|---|
java.lang.String |
getAccountID()
Gets the value of the accountID property. |
java.lang.Integer |
getAccountNumber()
Gets the value of the accountNumber property. |
java.lang.String |
getAccountType()
Gets the value of the accountType property. |
java.lang.Float |
getBalance()
Gets the value of the balance property. |
void |
setAccountID(java.lang.String value)
Sets the value of the accountID property. |
void |
setAccountNumber(java.lang.Integer value)
Sets the value of the accountNumber property. |
void |
setAccountType(java.lang.String value)
Sets the value of the accountType property. |
void |
setBalance(java.lang.Float value)
Sets the value of the balance property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer accountNumber
protected java.lang.String accountID
protected java.lang.String accountType
protected java.lang.Float balance
Constructor Detail |
---|
public AccountSummary()
Method Detail |
---|
public java.lang.Integer getAccountNumber()
Integer
public void setAccountNumber(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAccountID()
String
public void setAccountID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccountType()
String
public void setAccountType(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getBalance()
Float
public void setBalance(java.lang.Float value)
value
- allowed object is
Float
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |