com.mybank.account
Class AccountSummary

java.lang.Object
  extended by com.mybank.account.AccountSummary

public class AccountSummary
extends java.lang.Object

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

accountNumber

protected java.lang.Integer accountNumber

accountID

protected java.lang.String accountID

accountType

protected java.lang.String accountType

balance

protected java.lang.Float balance
Constructor Detail

AccountSummary

public AccountSummary()
Method Detail

getAccountNumber

public java.lang.Integer getAccountNumber()
Gets the value of the accountNumber property.

Returns:
possible object is Integer

setAccountNumber

public void setAccountNumber(java.lang.Integer value)
Sets the value of the accountNumber property.

Parameters:
value - allowed object is Integer

getAccountID

public java.lang.String getAccountID()
Gets the value of the accountID property.

Returns:
possible object is String

setAccountID

public void setAccountID(java.lang.String value)
Sets the value of the accountID property.

Parameters:
value - allowed object is String

getAccountType

public java.lang.String getAccountType()
Gets the value of the accountType property.

Returns:
possible object is String

setAccountType

public void setAccountType(java.lang.String value)
Sets the value of the accountType property.

Parameters:
value - allowed object is String

getBalance

public java.lang.Float getBalance()
Gets the value of the balance property.

Returns:
possible object is Float

setBalance

public void setBalance(java.lang.Float value)
Sets the value of the balance property.

Parameters:
value - allowed object is Float