Class ReportedPayeeType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AccountIdentifierTypeprotected List<AddressType>protected CountryCodeTypeprotected DocSpecTypeprotected List<ReportedTransactionType>protected RepresentativeTypeprotected TAXIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der accountIdentifier-Eigenschaft ab.Gets the value of the address property.Ruft den Wert der country-Eigenschaft ab.Ruft den Wert der docSpec-Eigenschaft ab.Gets the value of the emailAddress property.getName()Gets the value of the name property.Gets the value of the reportedTransaction property.Ruft den Wert der representative-Eigenschaft ab.Ruft den Wert der taxIdentification-Eigenschaft ab.Gets the value of the webPage property.voidLegt den Wert der accountIdentifier-Eigenschaft fest.voidsetCountry(CountryCodeType value) Legt den Wert der country-Eigenschaft fest.voidsetDocSpec(DocSpecType value) Legt den Wert der docSpec-Eigenschaft fest.voidLegt den Wert der representative-Eigenschaft fest.voidLegt den Wert der taxIdentification-Eigenschaft fest.
-
Field Details
-
name
-
country
-
address
-
emailAddress
-
webPage
-
taxIdentification
-
accountIdentifier
-
reportedTransaction
-
representative
-
docSpec
-
-
Constructor Details
-
ReportedPayeeType
public ReportedPayeeType()
-
-
Method Details
-
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
setmethod 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
Ruft den Wert der country-Eigenschaft ab.- Returns:
- possible object is
CountryCodeType
-
setCountry
Legt den Wert der country-Eigenschaft fest.- Parameters:
value- allowed object isCountryCodeType
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
Ruft den Wert der taxIdentification-Eigenschaft ab.- Returns:
- possible object is
TAXIdentifierType
-
setTAXIdentification
Legt den Wert der taxIdentification-Eigenschaft fest.- Parameters:
value- allowed object isTAXIdentifierType
-
getAccountIdentifier
Ruft den Wert der accountIdentifier-Eigenschaft ab.- Returns:
- possible object is
AccountIdentifierType
-
setAccountIdentifier
Legt den Wert der accountIdentifier-Eigenschaft fest.- Parameters:
value- allowed object isAccountIdentifierType
-
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
setmethod 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
Ruft den Wert der representative-Eigenschaft ab.- Returns:
- possible object is
RepresentativeType
-
setRepresentative
Legt den Wert der representative-Eigenschaft fest.- Parameters:
value- allowed object isRepresentativeType
-
getDocSpec
Ruft den Wert der docSpec-Eigenschaft ab.- Returns:
- possible object is
DocSpecType
-
setDocSpec
Legt den Wert der docSpec-Eigenschaft fest.- Parameters:
value- allowed object isDocSpecType
-