Uses of Class
network.oxalis.peppol.ubl2.jaxb.cbc.PaymentCurrencyCodeType
-
Packages that use PaymentCurrencyCodeType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cbc -
-
Uses of PaymentCurrencyCodeType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as PaymentCurrencyCodeType Modifier and Type Field Description protected PaymentCurrencyCodeTypeCreditNoteType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeDebitNoteType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeFreightInvoiceType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeInvoiceType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeReminderType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeSelfBilledCreditNoteType. paymentCurrencyCodeprotected PaymentCurrencyCodeTypeSelfBilledInvoiceType. paymentCurrencyCodeMethods in network.oxalis.peppol.ubl2.jaxb that return PaymentCurrencyCodeType Modifier and Type Method Description PaymentCurrencyCodeTypeCreditNoteType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeDebitNoteType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeFreightInvoiceType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeInvoiceType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeReminderType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeSelfBilledCreditNoteType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.PaymentCurrencyCodeTypeSelfBilledInvoiceType. getPaymentCurrencyCode()Gets the value of the paymentCurrencyCode property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type PaymentCurrencyCodeType Modifier and Type Method Description voidCreditNoteType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidDebitNoteType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidFreightInvoiceType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidInvoiceType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidReminderType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidSelfBilledCreditNoteType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property.voidSelfBilledInvoiceType. setPaymentCurrencyCode(PaymentCurrencyCodeType value)Sets the value of the paymentCurrencyCode property. -
Uses of PaymentCurrencyCodeType in network.oxalis.peppol.ubl2.jaxb.cbc
Methods in network.oxalis.peppol.ubl2.jaxb.cbc that return PaymentCurrencyCodeType Modifier and Type Method Description PaymentCurrencyCodeTypeObjectFactory. createPaymentCurrencyCodeType()Create an instance ofPaymentCurrencyCodeTypeMethods in network.oxalis.peppol.ubl2.jaxb.cbc that return types with arguments of type PaymentCurrencyCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<PaymentCurrencyCodeType>ObjectFactory. createPaymentCurrencyCode(PaymentCurrencyCodeType value)Methods in network.oxalis.peppol.ubl2.jaxb.cbc with parameters of type PaymentCurrencyCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<PaymentCurrencyCodeType>ObjectFactory. createPaymentCurrencyCode(PaymentCurrencyCodeType value)
-