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

public class ReportedPayeeType extends Object

Java-Klasse für ReportedPayee_Type complex type.

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

 <complexType name="ReportedPayee_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{urn:eu:taxud:commontypes:v1}Name_Type" maxOccurs="unbounded"/>
         <element name="Country" type="{urn:eu:taxud:isotypes:v1}CountryCode_Type"/>
         <element name="Address" type="{urn:eu:taxud:commontypes:v1}Address_Type" maxOccurs="unbounded"/>
         <element name="EmailAddress" type="{urn:eu:taxud:commontypes:v1}Email_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="WebPage" type="{urn:eu:taxud:commontypes:v1}WebPage_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TAXIdentification" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}TAXIdentifier_Type"/>
         <element name="AccountIdentifier" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}AccountIdentifier_Type"/>
         <element name="ReportedTransaction" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}ReportedTransaction_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Representative" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}Representative_Type" minOccurs="0"/>
         <element name="DocSpec" type="{urn:eu:taxud:commontypes:v1}DocSpec_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReportedPayeeType

      public ReportedPayeeType()
  • Method Details

    • getName

      public List<NameType> getName()
      Gets the value of the name 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 name property.

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

          getName().add(newItem);
       

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

    • getCountry

      public CountryCodeType getCountry()
      Ruft den Wert der country-Eigenschaft ab.
      Returns:
      possible object is CountryCodeType
    • setCountry

      public void setCountry(CountryCodeType value)
      Legt den Wert der country-Eigenschaft fest.
      Parameters:
      value - allowed object is CountryCodeType
    • getAddress

      public List<AddressType> getAddress()
      Gets the value of the address 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 address property.

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

          getAddress().add(newItem);
       

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

    • getEmailAddress

      public List<String> getEmailAddress()
      Gets the value of the emailAddress 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 emailAddress property.

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

          getEmailAddress().add(newItem);
       

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

    • getWebPage

      public List<String> getWebPage()
      Gets the value of the webPage 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 webPage property.

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

          getWebPage().add(newItem);
       

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

    • getTAXIdentification

      public TAXIdentifierType getTAXIdentification()
      Ruft den Wert der taxIdentification-Eigenschaft ab.
      Returns:
      possible object is TAXIdentifierType
    • setTAXIdentification

      public void setTAXIdentification(TAXIdentifierType value)
      Legt den Wert der taxIdentification-Eigenschaft fest.
      Parameters:
      value - allowed object is TAXIdentifierType
    • getAccountIdentifier

      public AccountIdentifierType getAccountIdentifier()
      Ruft den Wert der accountIdentifier-Eigenschaft ab.
      Returns:
      possible object is AccountIdentifierType
    • setAccountIdentifier

      public void setAccountIdentifier(AccountIdentifierType value)
      Legt den Wert der accountIdentifier-Eigenschaft fest.
      Parameters:
      value - allowed object is AccountIdentifierType
    • getReportedTransaction

      public List<ReportedTransactionType> getReportedTransaction()
      Gets the value of the reportedTransaction 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 reportedTransaction property.

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

          getReportedTransaction().add(newItem);
       

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

    • getRepresentative

      public RepresentativeType getRepresentative()
      Ruft den Wert der representative-Eigenschaft ab.
      Returns:
      possible object is RepresentativeType
    • setRepresentative

      public void setRepresentative(RepresentativeType value)
      Legt den Wert der representative-Eigenschaft fest.
      Parameters:
      value - allowed object is RepresentativeType
    • getDocSpec

      public DocSpecType getDocSpec()
      Ruft den Wert der docSpec-Eigenschaft ab.
      Returns:
      possible object is DocSpecType
    • setDocSpec

      public void setDocSpec(DocSpecType value)
      Legt den Wert der docSpec-Eigenschaft fest.
      Parameters:
      value - allowed object is DocSpecType