EFDocumentIncomingXmlDocument_BR Class [AX 2012]
Incoming XML document implementation Provides means to extract information from incoming XML
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccessKey | Gets the access key from the XML |
| getAdditionalInformation | Gets the additional information |
| getAttributeValue | |
| getComplementaryInformation | Gets the complementary information |
| getDestCnpj | Gets Destination CNPJ from the XML |
| getIcmsBaseAmount | Gets ICMS base amount from the xml |
| getIcmsStBaseAmount | Gets ICMS ST Base amount from the xml |
| getIcmsStTotalAmount | Gets ICMS ST total amount from the xml |
| getIcmsTotalAmount | Gets ICMS total amount from the xml |
| getIpiTotalAmount | Gets IPI total amount from the xml |
| getIssueDate | Gets the issue date from the received XML |
| getIssuerAddress | Retrieves a new instance of the parser that gets the content of the issuer address tags |
| getLines | Gets a list of EFDocumentIncomingXmlDocumentLine_BR which will be able to parse the fiscal document lines of the xml. |
| getNode | |
| getNodeContent | |
| getNumberOfLines | Gets the number of fiscal document lines from the xml. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalAmount | Gets total document amount from the xml |
| getTotalDiscount | Gets total discount amount from the xml |
| getTotalMarkupFreightAmount | Gets freight total amount from the xml |
| getTotalMarkupInsuranceAmount | Gets insurance total amount from the xml |
| getTotalMarkupOtherAmount | Gets other miscellaneous charges total amount from the xml |
| getTotalProductAmount | Gets total amount from products and services from the XML |
| getVendorCnpj | Gets vendor CNPJ |
| getVendorIe | Gets vendor IE |
| getVendorIeTributarySubstitute | Gets vendor IE ST |
| getVendorName | Gets vendor name |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Xml as string |
| ::construct | Creates a new instance of the EFDocumentIncomingXmlDocument_BR class for a given XML |
| ::constructFromStream | Constructs a EFDocumentIncomingXmlDocument_BR instance from a stream |
Community Additions
ADD
Show: