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(java.lang.Object o) |
java.lang.String |
getComments() |
Row.File |
getFile() |
Row.Header |
getHeader() |
Row.TradeParty |
getIssuer() |
java.util.List<Row.Item> |
getItems() |
java.lang.String |
getPaymentReference() |
Row.TradeParty |
getRecipient() |
int |
hashCode() |
void |
setComments(java.lang.String comments) |
void |
setFile(Row.File file) |
void |
setHeader(Row.Header header) |
void |
setIssuer(Row.TradeParty issuer) |
void |
setItems(java.util.List<Row.Item> items) |
void |
setPaymentReference(java.lang.String paymentReference) |
void |
setRecipient(Row.TradeParty recipient) |
java.lang.String |
toString() |
public Row()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getComments()
public Row.Header getHeader()
public Row.TradeParty getIssuer()
public java.lang.String getPaymentReference()
public Row.TradeParty getRecipient()
public int hashCode()
hashCode
in class java.lang.Object
public void setComments(java.lang.String comments)
public void setHeader(Row.Header header)
public void setIssuer(Row.TradeParty issuer)
public void setPaymentReference(java.lang.String paymentReference)
public void setRecipient(Row.TradeParty recipient)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014-2018 Konik.io. All Rights Reserved.