|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.mohm.schemas.v1.ReportDeliveryRequestType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class ReportDeliveryRequestType
Groeperend element voor een aflevering.
Java class for ReportDeliveryRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportDeliveryRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="VSBReference" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}VSBReferenceType"/> <element name="Bandagist" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}BandagistType"/> <element name="MobilityTool" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}DeliveryMobilityToolType"/> <element name="BTC" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}DeliveryBTCType" minOccurs="0"/> <element name="WarrantAmount" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}AmountType" minOccurs="0"/> <element name="DeliveryDocument" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}DocumentListType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ReportDeliveryRequestType()
|
Method Summary | |
---|---|
BandagistType |
getBandagist()
Gets the value of the bandagist property. |
DeliveryBTCType |
getBTC()
Gets the value of the btc property. |
DocumentListType |
getDeliveryDocument()
Gets the value of the deliveryDocument property. |
DeliveryMobilityToolType |
getMobilityTool()
Gets the value of the mobilityTool property. |
String |
getVSBReference()
Gets the value of the vsbReference property. |
BigDecimal |
getWarrantAmount()
Gets the value of the warrantAmount property. |
void |
setBandagist(BandagistType value)
Sets the value of the bandagist property. |
void |
setBTC(DeliveryBTCType value)
Sets the value of the btc property. |
void |
setDeliveryDocument(DocumentListType value)
Sets the value of the deliveryDocument property. |
void |
setMobilityTool(DeliveryMobilityToolType value)
Sets the value of the mobilityTool property. |
void |
setVSBReference(String value)
Sets the value of the vsbReference property. |
void |
setWarrantAmount(BigDecimal value)
Sets the value of the warrantAmount property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportDeliveryRequestType()
Method Detail |
---|
public String getVSBReference()
String
public void setVSBReference(String value)
value
- allowed object is
String
public BandagistType getBandagist()
BandagistType
public void setBandagist(BandagistType value)
value
- allowed object is
BandagistType
public DeliveryMobilityToolType getMobilityTool()
DeliveryMobilityToolType
public void setMobilityTool(DeliveryMobilityToolType value)
value
- allowed object is
DeliveryMobilityToolType
public DeliveryBTCType getBTC()
DeliveryBTCType
public void setBTC(DeliveryBTCType value)
value
- allowed object is
DeliveryBTCType
public BigDecimal getWarrantAmount()
BigDecimal
public void setWarrantAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public DocumentListType getDeliveryDocument()
DocumentListType
public void setDeliveryDocument(DocumentListType value)
value
- allowed object is
DocumentListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |