Interface IZUGFeRDExportableContact

  • All Known Implementing Classes:
    Contact

    public interface IZUGFeRDExportableContact
    Mustangproject'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.String getAdditionalAddress()
      returns additional address information which is display in xml tag "LineTwo"
      default java.lang.String getCountry()
      two-letter country code of the contact
      default java.lang.String getEMail()  
      default java.lang.String getFax()  
      default java.lang.String getID()
      customer identification assigned by the seller
      default java.lang.String getLocation()
      Returns the city of the contact
      default java.lang.String getName()
      First and last name of the recipient
      default java.lang.String getPhone()  
      default java.lang.String getStreet()
      Returns the street address (street+number) of the contact
      default java.lang.String getVATID()
      VAT ID (Umsatzsteueridentifikationsnummer) of the contact
      default java.lang.String getZIP()
      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