Class ElanAddressDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.ElanAddressDTO
All Implemented Interfaces:
Serializable

public class ElanAddressDTO extends Object implements Serializable
Describes an address in an ELAN license application.
See Also:
  • Field Details

    • titleIdentCode

      public String titleIdentCode
      Title of the contact.
      Must be one of these values:
      • HERR
      • FRAU
      • FIRMA
    • name1

      public String name1
      Name1 of the contact.

      Maximum length: 43
    • name2

      public String name2
      Name2 of the contact.

      Maximum length: 43
    • name3

      public String name3
      Name3 of the contact.

      Maximum length: 43
    • street

      public String street
      Street of the address, including house number.

      Maximum length: 43
    • street2

      public String street2
      Street of the address, including house number.

      Maximum length: 43
    • postBox

      public String postBox
      Postbox of the address.

      Maximum length: 43
    • postCode

      public String postCode
      Postal code of the city.

      Maximum length: 12
    • city

      public String city
      City of the address.

      Maximum length: 43
    • countryIsoCode

      public String countryIsoCode
      Two character ISO code of the country.

      Example values:
      • US
      • DE
  • Constructor Details

    • ElanAddressDTO

      public ElanAddressDTO()