@Generated(value="com.sun.tools.xjc.Driver", date="2026-04-30T12:34:27+02:00", comments="JAXB RI v2.3.7") public class RectificationInvoiceLineType extends Object implements Serializable
Java class for RectificationInvoiceLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RectificationInvoiceLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceLineStartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="InvoiceLineEndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="CancelledInvoiceLine" type="{http://www.mercurius.vlaanderen.be/efact/df019/v1}CancelledCareServiceType"/>
<element name="RevisedInvoiceLine" type="{http://www.mercurius.vlaanderen.be/efact/df019/v1}CareServiceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RectificationInvoiceLineType() |
| Modifier and Type | Method and Description |
|---|---|
CancelledCareServiceType |
getCancelledInvoiceLine()
Gets the value of the cancelledInvoiceLine property.
|
org.joda.time.DateTime |
getInvoiceLineEndDate()
Gets the value of the invoiceLineEndDate property.
|
org.joda.time.DateTime |
getInvoiceLineStartDate()
Gets the value of the invoiceLineStartDate property.
|
CareServiceType |
getRevisedInvoiceLine()
Gets the value of the revisedInvoiceLine property.
|
void |
setCancelledInvoiceLine(CancelledCareServiceType value)
Sets the value of the cancelledInvoiceLine property.
|
void |
setInvoiceLineEndDate(org.joda.time.DateTime value)
Sets the value of the invoiceLineEndDate property.
|
void |
setInvoiceLineStartDate(org.joda.time.DateTime value)
Sets the value of the invoiceLineStartDate property.
|
void |
setRevisedInvoiceLine(CareServiceType value)
Sets the value of the revisedInvoiceLine property.
|
public org.joda.time.DateTime getInvoiceLineStartDate()
Stringpublic void setInvoiceLineStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getInvoiceLineEndDate()
Stringpublic void setInvoiceLineEndDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic CancelledCareServiceType getCancelledInvoiceLine()
CancelledCareServiceTypepublic void setCancelledInvoiceLine(CancelledCareServiceType value)
value - allowed object is
CancelledCareServiceTypepublic CareServiceType getRevisedInvoiceLine()
CareServiceTypepublic void setRevisedInvoiceLine(CareServiceType value)
value - allowed object is
CareServiceType
Connector Packaging generic 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.