public class InvoiceData extends AbstractMwsObject
<complexType name="InvoiceData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceRequirement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuyerSelectedInvoiceCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InvoiceData()
Default constructor.
|
InvoiceData(String invoiceRequirement,
String buyerSelectedInvoiceCategory,
String invoiceTitle,
String invoiceInformation)
Value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyerSelectedInvoiceCategory()
Get the value of BuyerSelectedInvoiceCategory.
|
String |
getInvoiceInformation()
Get the value of InvoiceInformation.
|
String |
getInvoiceRequirement()
Get the value of InvoiceRequirement.
|
String |
getInvoiceTitle()
Get the value of InvoiceTitle.
|
boolean |
isSetBuyerSelectedInvoiceCategory()
Check to see if BuyerSelectedInvoiceCategory is set.
|
boolean |
isSetInvoiceInformation()
Check to see if InvoiceInformation is set.
|
boolean |
isSetInvoiceRequirement()
Check to see if InvoiceRequirement is set.
|
boolean |
isSetInvoiceTitle()
Check to see if InvoiceTitle is set.
|
void |
readFragmentFrom(MwsReader r)
Read members from a MwsReader.
|
void |
setBuyerSelectedInvoiceCategory(String buyerSelectedInvoiceCategory)
Set the value of BuyerSelectedInvoiceCategory.
|
void |
setInvoiceInformation(String invoiceInformation)
Set the value of InvoiceInformation.
|
void |
setInvoiceRequirement(String invoiceRequirement)
Set the value of InvoiceRequirement.
|
void |
setInvoiceTitle(String invoiceTitle)
Set the value of InvoiceTitle.
|
InvoiceData |
withBuyerSelectedInvoiceCategory(String buyerSelectedInvoiceCategory)
Set the value of BuyerSelectedInvoiceCategory, return this.
|
InvoiceData |
withInvoiceInformation(String invoiceInformation)
Set the value of InvoiceInformation, return this.
|
InvoiceData |
withInvoiceRequirement(String invoiceRequirement)
Set the value of InvoiceRequirement, return this.
|
InvoiceData |
withInvoiceTitle(String invoiceTitle)
Set the value of InvoiceTitle, return this.
|
void |
writeFragmentTo(MwsWriter w)
Write members to a MwsWriter.
|
void |
writeTo(MwsWriter w)
Write tag, xmlns and members to a MwsWriter.
|
toJSON, toJSONFragment, toXML, toXMLFragmentpublic InvoiceData(String invoiceRequirement, String buyerSelectedInvoiceCategory, String invoiceTitle, String invoiceInformation)
public InvoiceData()
public String getInvoiceRequirement()
public void setInvoiceRequirement(String invoiceRequirement)
invoiceRequirement - The new value to set.public boolean isSetInvoiceRequirement()
public InvoiceData withInvoiceRequirement(String invoiceRequirement)
invoiceRequirement - The new value to set.public String getBuyerSelectedInvoiceCategory()
public void setBuyerSelectedInvoiceCategory(String buyerSelectedInvoiceCategory)
buyerSelectedInvoiceCategory - The new value to set.public boolean isSetBuyerSelectedInvoiceCategory()
public InvoiceData withBuyerSelectedInvoiceCategory(String buyerSelectedInvoiceCategory)
buyerSelectedInvoiceCategory - The new value to set.public String getInvoiceTitle()
public void setInvoiceTitle(String invoiceTitle)
invoiceTitle - The new value to set.public boolean isSetInvoiceTitle()
public InvoiceData withInvoiceTitle(String invoiceTitle)
invoiceTitle - The new value to set.public String getInvoiceInformation()
public void setInvoiceInformation(String invoiceInformation)
invoiceInformation - The new value to set.public boolean isSetInvoiceInformation()
public InvoiceData withInvoiceInformation(String invoiceInformation)
invoiceInformation - The new value to set.public void readFragmentFrom(MwsReader r)
r - The reader to read from.public void writeFragmentTo(MwsWriter w)
w - The writer to write to.public void writeTo(MwsWriter w)
w - The Writer to write to.Copyright © 2014. All Rights Reserved.