Uses of Class
JavaBeans.Address_Data

Packages that use Address_Data
JavaBeans   
Validators   
XmlCommunication   
 

Uses of Address_Data in JavaBeans
 

Fields in JavaBeans declared as Address_Data
private  Address_Data Customer_Interface.address
           
 

Methods in JavaBeans that return Address_Data
 Address_Data Customer_Interface.getAddress()
          This method is being used for getting the address data.
 

Methods in JavaBeans with parameters of type Address_Data
 void Customer_Interface.processRequest(java.lang.String action, Customer_Data customer, CreditCard_Data creditCard, Address_Data address, CoffeePreference_Data coffee)
          This method is being used for directing all incoming requests to appropriate methods.
 

Uses of Address_Data in Validators
 

Methods in Validators with parameters of type Address_Data
 boolean AddressValidator.validate(Address_Data addressData)
          This method is being used for validating the given address data.
 

Uses of Address_Data in XmlCommunication
 

Methods in XmlCommunication with parameters of type Address_Data
static void XmlUnmarshal.getAddress(Address_Data address)
          Method: getAddress This method is being used for getting the address details from TMS.
 java.lang.String XmlGenerator.adminAddXml(Customer_Data customer, Address_Data address)
          This method is being used for the compilation of an admin add xml packet, which adds a new ncb to the TMS.
 java.lang.String XmlGenerator.adminUpdateXml(Customer_Data customer, Address_Data address)
          This method is being used for the compilation of admin update xml oacket which is used to update a given ncb.
 java.lang.String XmlGenerator.transactionPurchaseXml(Customer_Data customer, Address_Data address, CoffeePreference_Data preference, Coffee_Data coffee)
          This method is being used for the compilation of transaction purchase xml packet which is used to identify a purchase order.