|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v1.VerificationType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:50+02:00", comments="JAXB RI v2.2.11") public class VerificationType
The "root"-type of the VerificationType element.
Java class for VerificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PaymentApproval" type="{urn:be:fgov:ehealth:insurability:core:v1}PaymentApprovalType" minOccurs="0"/> <element name="PaymentApprovalSeed" type="{urn:be:fgov:ehealth:insurability:core:v1}PaymentApprovalSeedType" minOccurs="0"/> <element name="InvoicingOfficeCheckDigit" type="{urn:be:fgov:ehealth:insurability:core:v1}InvoicingOfficeCheckDigitType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
VerificationType()
|
Method Summary | |
---|---|
String |
getInvoicingOfficeCheckDigit()
Gets the value of the invoicingOfficeCheckDigit property. |
String |
getPaymentApproval()
Gets the value of the paymentApproval property. |
String |
getPaymentApprovalSeed()
Gets the value of the paymentApprovalSeed property. |
void |
setInvoicingOfficeCheckDigit(String value)
Sets the value of the invoicingOfficeCheckDigit property. |
void |
setPaymentApproval(String value)
Sets the value of the paymentApproval property. |
void |
setPaymentApprovalSeed(String value)
Sets the value of the paymentApprovalSeed property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerificationType()
Method Detail |
---|
public String getPaymentApproval()
String
public void setPaymentApproval(String value)
value
- allowed object is
String
public String getPaymentApprovalSeed()
String
public void setPaymentApprovalSeed(String value)
value
- allowed object is
String
public String getInvoicingOfficeCheckDigit()
String
public void setInvoicingOfficeCheckDigit(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |