| Modifier and Type | Class and Description |
|---|---|
static class |
Row.BankInformation |
static class |
Row.File |
static class |
Row.Header |
static class |
Row.Item |
static class |
Row.Tax |
static class |
Row.TradeParty |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComments() |
Row.File |
getFile() |
Row.Header |
getHeader() |
Row.TradeParty |
getIssuer() |
List<Row.Item> |
getItems() |
String |
getPaymentReference() |
Row.TradeParty |
getRecipient() |
int |
hashCode() |
void |
setComments(String comments) |
void |
setFile(Row.File file) |
void |
setHeader(Row.Header header) |
void |
setIssuer(Row.TradeParty issuer) |
void |
setItems(List<Row.Item> items) |
void |
setPaymentReference(String paymentReference) |
void |
setRecipient(Row.TradeParty recipient) |
String |
toString() |
public Row()
public String getComments()
public Row.Header getHeader()
public Row.TradeParty getIssuer()
public String getPaymentReference()
public Row.TradeParty getRecipient()
public void setComments(String comments)
public void setHeader(Row.Header header)
public void setIssuer(Row.TradeParty issuer)
public void setPaymentReference(String paymentReference)
public void setRecipient(Row.TradeParty recipient)
Copyright © 2014-2016 Konik.io. All Rights Reserved.