java.lang.Objectcom.ibm.commerce.webservice.datatype.InvoiceInfo
This class represents the complex type
Constructor Summary | |
InvoiceInfo() default constructor for InvoiceInfo |
|
InvoiceInfo(java.lang.String invoiceDate, java.lang.String invoiceValue) constructor for InvoiceInfo |
Method Summary | |
java.lang.String | getInvoiceDate() get the value of InvoiceDate |
java.lang.String | getInvoiceValue() get the value of InvoiceValue |
void | setInvoiceDate(java.lang.String newInvoiceDate) set the value of InvoiceDate |
void | setInvoiceInfo(java.lang.String newInvoiceValue) set the value of InvoiceValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvoiceInfo()
public InvoiceInfo(java.lang.String invoiceDate, java.lang.String invoiceValue)
Method Detail |
public java.lang.String getInvoiceDate()
public java.lang.String getInvoiceValue()
public void setInvoiceDate(java.lang.String newInvoiceDate)
public void setInvoiceInfo(java.lang.String newInvoiceValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.