com.ibm.commerce.webservice.datatype
Class InvoiceInfo

java.lang.Object
  com.ibm.commerce.webservice.datatype.InvoiceInfo
All Implemented Interfaces:
java.io.Serializable

public class InvoiceInfo
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
           
 
See Also:
Serialized Form

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

InvoiceInfo

public InvoiceInfo()
default constructor for InvoiceInfo

InvoiceInfo

public InvoiceInfo(java.lang.String invoiceDate,
                   java.lang.String invoiceValue)
constructor for InvoiceInfo
Method Detail

getInvoiceDate

public java.lang.String getInvoiceDate()
get the value of InvoiceDate
Returns:
String value of InvoiceDate

getInvoiceValue

public java.lang.String getInvoiceValue()
get the value of InvoiceValue
Returns:
String value of InvoiceValue

setInvoiceDate

public void setInvoiceDate(java.lang.String newInvoiceDate)
set the value of InvoiceDate
Returns:
void

setInvoiceInfo

public void setInvoiceInfo(java.lang.String newInvoiceValue)
set the value of InvoiceValue
Returns:
void

Feedback