| Package | Description |
|---|---|
| io.konik.validator |
ZUGFeRD Validator implementation
|
| io.konik.zugferd.entity |
ZUGFeRD entities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidContactValidator.isValid(Contact contact,
javax.validation.ConstraintValidatorContext context) |
| Modifier and Type | Method and Description |
|---|---|
Contact |
TradeParty.getContact()
Gets the contact individual or department of the trade party
|
Contact |
Contact.setDepartment(String department)
Sets the department name.
|
Contact |
Contact.setEmail(String email)
Sets the email contacts E-mail address.
|
Contact |
Contact.setFax(String faxNumber)
Sets the telephone number providing the string only.
|
Contact |
Contact.setName(String name)
Sets the contact person name.
|
Contact |
Contact.setTelephone(String telephone)
Sets the telephone number providing the string only.
|
| Modifier and Type | Method and Description |
|---|---|
TradeParty |
TradeParty.setContact(Contact newContact)
Sets the contact individual or department of the trade party
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.