Interface Invoice_LineItem_PriceComponentBuilder
-
- All Known Implementing Classes:
Invoice_LineItem_PriceComponentBuilder.Impl
public interface Invoice_LineItem_PriceComponentBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInvoice_LineItem_PriceComponentBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Invoice$LineItem$PriceComponentbuild()static Invoice_LineItem_PriceComponentBuilder.Implbuilder(com.babylonhealth.lit.hl7.INVOICE_PRICECOMPONENTTYPE _type)static Invoice_LineItem_PriceComponentBuilder.Implinit(com.babylonhealth.lit.hl7.INVOICE_PRICECOMPONENTTYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Invoice$LineItem$PriceComponent build()
-
init
static Invoice_LineItem_PriceComponentBuilder.Impl init(com.babylonhealth.lit.hl7.INVOICE_PRICECOMPONENTTYPE _type)
-
builder
static Invoice_LineItem_PriceComponentBuilder.Impl builder(com.babylonhealth.lit.hl7.INVOICE_PRICECOMPONENTTYPE _type)
-
-