Uses of Class
network.oxalis.peppol.ubl2.jaxb.cbc.InvoiceTypeCodeType
-
Packages that use InvoiceTypeCodeType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cbc -
-
Uses of InvoiceTypeCodeType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as InvoiceTypeCodeType Modifier and Type Field Description protected InvoiceTypeCodeTypeFreightInvoiceType. invoiceTypeCodeprotected InvoiceTypeCodeTypeInvoiceType. invoiceTypeCodeprotected InvoiceTypeCodeTypeSelfBilledInvoiceType. invoiceTypeCodeMethods in network.oxalis.peppol.ubl2.jaxb that return InvoiceTypeCodeType Modifier and Type Method Description InvoiceTypeCodeTypeFreightInvoiceType. getInvoiceTypeCode()Gets the value of the invoiceTypeCode property.InvoiceTypeCodeTypeInvoiceType. getInvoiceTypeCode()Gets the value of the invoiceTypeCode property.InvoiceTypeCodeTypeSelfBilledInvoiceType. getInvoiceTypeCode()Gets the value of the invoiceTypeCode property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type InvoiceTypeCodeType Modifier and Type Method Description voidFreightInvoiceType. setInvoiceTypeCode(InvoiceTypeCodeType value)Sets the value of the invoiceTypeCode property.voidInvoiceType. setInvoiceTypeCode(InvoiceTypeCodeType value)Sets the value of the invoiceTypeCode property.voidSelfBilledInvoiceType. setInvoiceTypeCode(InvoiceTypeCodeType value)Sets the value of the invoiceTypeCode property. -
Uses of InvoiceTypeCodeType in network.oxalis.peppol.ubl2.jaxb.cbc
Methods in network.oxalis.peppol.ubl2.jaxb.cbc that return InvoiceTypeCodeType Modifier and Type Method Description InvoiceTypeCodeTypeObjectFactory. createInvoiceTypeCodeType()Create an instance ofInvoiceTypeCodeTypeMethods in network.oxalis.peppol.ubl2.jaxb.cbc that return types with arguments of type InvoiceTypeCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvoiceTypeCodeType>ObjectFactory. createInvoiceTypeCode(InvoiceTypeCodeType value)Methods in network.oxalis.peppol.ubl2.jaxb.cbc with parameters of type InvoiceTypeCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvoiceTypeCodeType>ObjectFactory. createInvoiceTypeCode(InvoiceTypeCodeType value)
-