public class QrInvoice extends Object
Swiss QR Invoice root element
Data Structure Element
QRCH
| Constructor and Description |
|---|
QrInvoice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AlternativeSchemes |
getAlternativeSchemes() |
CreditorInformation |
getCreditorInformation() |
Header |
getHeader() |
PaymentAmountInformation |
getPaymentAmountInformation() |
PaymentReference |
getPaymentReference() |
UltimateCreditor |
getUltimateCreditor() |
UltimateDebtor |
getUltimateDebtor() |
int |
hashCode() |
void |
setAlternativeSchemes(AlternativeSchemes alternativeSchemes) |
void |
setCreditorInformation(CreditorInformation creditorInformation) |
void |
setHeader(Header header) |
void |
setPaymentAmountInformation(PaymentAmountInformation paymentAmountInformation) |
void |
setPaymentReference(PaymentReference paymentReference) |
void |
setUltimateCreditor(UltimateCreditor ultimateCreditor) |
void |
setUltimateDebtor(UltimateDebtor ultimateDebtor) |
String |
toString() |
public Header getHeader()
public void setHeader(Header header)
public CreditorInformation getCreditorInformation()
public void setCreditorInformation(CreditorInformation creditorInformation)
public UltimateCreditor getUltimateCreditor()
public void setUltimateCreditor(UltimateCreditor ultimateCreditor)
public PaymentAmountInformation getPaymentAmountInformation()
public void setPaymentAmountInformation(PaymentAmountInformation paymentAmountInformation)
public UltimateDebtor getUltimateDebtor()
public void setUltimateDebtor(UltimateDebtor ultimateDebtor)
public PaymentReference getPaymentReference()
public void setPaymentReference(PaymentReference paymentReference)
public AlternativeSchemes getAlternativeSchemes()
public void setAlternativeSchemes(AlternativeSchemes alternativeSchemes)
Copyright © 2017 Codeblock GmbH. All rights reserved.