java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.AddressType

public class AddressType extends Object
The user has the option to enter the data about the address either as one long field or to spread the data over up to nine elements or even to use both formats. If the user chooses the option to enter the data required in separate elements, the container element for this will be 'AddressFix'. If the user chooses the option to enter the data required in a less structured way in 'AddressFree' all available address details shall be presented as one string of bytes, blank or "/" (slash) or carriage return- line feed used as a delimiter between parts of the address. PLEASE NOTE that the address country code is outside both of these elements. If available, the 'AddressFix format is preferred.

Java-Klasse für Address_Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Address_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CountryCode" type="{urn:eu:taxud:isotypes:v1}CountryCode_Type" minOccurs="0"/>
         <sequence>
           <element name="AddressFix" type="{urn:eu:taxud:commontypes:v1}AddressFix_Type" minOccurs="0"/>
           <element name="AddressFree" type="{urn:eu:taxud:commontypes:v1}StringMin1Max1000_Type" minOccurs="0"/>
         </sequence>
       </sequence>
       <attribute name="legalAddressType" type="{urn:eu:taxud:commontypes:v1}LegalAddressType_EnumType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AddressType

      public AddressType()
  • Method Details

    • getCountryCode

      public CountryCodeType getCountryCode()
      Ruft den Wert der countryCode-Eigenschaft ab.
      Returns:
      possible object is CountryCodeType
    • setCountryCode

      public void setCountryCode(CountryCodeType value)
      Legt den Wert der countryCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CountryCodeType
    • getAddressFix

      public AddressFixType getAddressFix()
      Ruft den Wert der addressFix-Eigenschaft ab.
      Returns:
      possible object is AddressFixType
    • setAddressFix

      public void setAddressFix(AddressFixType value)
      Legt den Wert der addressFix-Eigenschaft fest.
      Parameters:
      value - allowed object is AddressFixType
    • getAddressFree

      public String getAddressFree()
      Ruft den Wert der addressFree-Eigenschaft ab.
      Returns:
      possible object is String
    • setAddressFree

      public void setAddressFree(String value)
      Legt den Wert der addressFree-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getLegalAddressType

      public LegalAddressTypeEnumType getLegalAddressType()
      Ruft den Wert der legalAddressType-Eigenschaft ab.
      Returns:
      possible object is LegalAddressTypeEnumType
    • setLegalAddressType

      public void setLegalAddressType(LegalAddressTypeEnumType value)
      Legt den Wert der legalAddressType-Eigenschaft fest.
      Parameters:
      value - allowed object is LegalAddressTypeEnumType