Package org.mustangproject.ZUGFeRD
Interface IZUGFeRDExportableContact
-
- All Known Implementing Classes:
Contact
public interface IZUGFeRDExportableContactMustangproject's ZUGFeRD implementation neccessary interface for ZUGFeRD exporter Licensed under the APLv2- Version:
- 1.2.0 dated 2014-05-10
- Author:
- jstaerk
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetAdditionalAddress()returns additional address information which is display in xml tag "LineTwo"default java.lang.StringgetCountry()two-letter country code of the contactdefault java.lang.StringgetEMail()default java.lang.StringgetFax()default java.lang.StringgetID()customer identification assigned by the sellerdefault java.lang.StringgetLocation()Returns the city of the contactdefault java.lang.StringgetName()First and last name of the recipientdefault java.lang.StringgetPhone()default java.lang.StringgetStreet()Returns the street address (street+number) of the contactdefault java.lang.StringgetVATID()VAT ID (Umsatzsteueridentifikationsnummer) of the contactdefault java.lang.StringgetZIP()Postal code of the recipient
-
-
-
Method Detail
-
getID
default java.lang.String getID()
customer identification assigned by the seller- Returns:
- customer identification
-
getName
default java.lang.String getName()
First and last name of the recipient- Returns:
- First and last name of the recipient
-
getPhone
default java.lang.String getPhone()
-
getEMail
default java.lang.String getEMail()
-
getFax
default java.lang.String getFax()
-
getZIP
default java.lang.String getZIP()
Postal code of the recipient- Returns:
- Postal code of the recipient
-
getVATID
default java.lang.String getVATID()
VAT ID (Umsatzsteueridentifikationsnummer) of the contact- Returns:
- VAT ID (Umsatzsteueridentifikationsnummer) of the contact
-
getCountry
default java.lang.String getCountry()
two-letter country code of the contact- Returns:
- two-letter iso country code of the contact
-
getLocation
default java.lang.String getLocation()
Returns the city of the contact- Returns:
- Returns the city of the recipient
-
getStreet
default java.lang.String getStreet()
Returns the street address (street+number) of the contact- Returns:
- street address (street+number) of the contact
-
getAdditionalAddress
default java.lang.String getAdditionalAddress()
returns additional address information which is display in xml tag "LineTwo"- Returns:
- additional address information
-
-