EFDocMsgFormat_XmlInquire_BR Class [AX 2012]

Syntax

class EFDocMsgFormat_XmlInquire_BR extends EFDocMsgFormat_XmlBase_BR implements IEFDocMsgFormat

Run On

Called

Methods

  Method Description
JJ726282.protmethod(en-us,AX.60).gif appendChildIfNotEmpty (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ726282.protmethod(en-us,AX.60).gif createElement (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif createElementWithValue (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif doWrite Writes the correct XML to the inquiry stream object
JJ726282.pubmethod(en-us,AX.60).gif eFiscalDocVersion Retrieves the version of the NF-e manual that this class adheres to.
JJ726282.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ726282.protmethod(en-us,AX.60).gif existsNode (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatDateTime Formats a date time as the government expects to receive in a NFe XML request (AAAA-MM-DDThh:mm: ssTZD). (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatFillLeft (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatInt2Str Formats an integer to string accordingly to the XMl layout. (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatKeepNumbersOnly (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatStr2Int (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatXmlAmount (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatXmlDate (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif formatXmlQty (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.protmethod(en-us,AX.60).gif getNodeContent Retrieves the content of the node with the given path. (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif new Creates a new instance of EFDocMsgFormat_XmlBase_BR (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif read Reads the XML that is returned by the inquire web service.
JJ726282.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ726282.protmethod(en-us,AX.60).gif signDocument (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ726282.protmethod(en-us,AX.60).gif tryGetNodeContent Tries to retrieve the content of the node with the given path. (Inherited from EFDocMsgFormat_XmlBase_BR.)
JJ726282.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif version Retrieves the version of the XML that this class creates and interprets.
JJ726282.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif webService Retrieves that web service that this format should be sent to.
JJ726282.pubmethod(en-us,AX.60).gif write Generates the XML messages and sends them to the specified message stream.
JJ726282.pubmethod(en-us,AX.60).gif writeForReceivedXml Generates the XML messages and sends them to the specified message stream for XML that is received.
JJ726282.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ726282.pubmethod(en-us,AX.60).gif JJ726282.static(en-us,AX.60).gif ::construct Instantiates an EFDocMsgFormat_XmlInquire_BR object.

Top

Inheritance Hierarchy

Object Class
  EFDocMsgFormat_XmlBase_BR Class
    EFDocMsgFormat_XmlInquire_BR Class