Class TAXIdentifierType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vatId
-
taxId
-
-
Constructor Details
-
TAXIdentifierType
public TAXIdentifierType()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
-