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

public class TAXIdentifierType extends Object
Article 243d(1c) If a TAX identifier is available, it must be reported. Otherwise it can be empty.

Java-Klasse für TAXIdentifier_Type complex type.

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

 <complexType name="TAXIdentifier_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VATId" type="{urn:eu:taxud:commontypes:v1}VATId_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TAXId" type="{urn:eu:taxud:commontypes:v1}TAXId_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TAXIdentifierType

      public TAXIdentifierType()
  • Method Details

    • getVATId

      public List<VATIdType> getVATId()
      Gets the value of the vatId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the vatId property.

      For example, to add a new item, do as follows:

          getVATId().add(newItem);
       

      Objects of the following type(s) are allowed in the list VATIdType

    • getTAXId

      public List<TAXIdType> getTAXId()
      Gets the value of the taxId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the taxId property.

      For example, to add a new item, do as follows:

          getTAXId().add(newItem);
       

      Objects of the following type(s) are allowed in the list TAXIdType