ConnInvoice_TaxTrans Class [AX 2012]
The ConnInvoice_TaxTrans class is the data object class that is exposed through the ConnInvoiceService class.
Syntax
class ConnInvoice_TaxTrans extends AfStronglyTypedDataContainer
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createTaxTransGJAE | Creates and sets a new value for the TaxTransGJAE complex data item. | |
deserialize | Deserializes this strongly-typed data container from the specified XML representation. (Inherited from AfStronglyTypedDataContainer.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
exists | Indicates whether a data container contains a data item with the specified name. (Inherited from AfStronglyTypedDataContainer.) | |
existsCurrencyCode | Determines whether the CurrencyCode data item exists in the data container. | |
existsExemptCode | Determines whether the ExemptCode data item exists in the data container. | |
existsExemptTax | Determines whether the ExemptTax data item exists in the data container. | |
existsGSTHSTTaxType_CA | Determines whether the GSTHSTTaxType_CA data item exists in the data container. | |
existsIntracomVAT | Determines whether the IntracomVAT data item exists in the data container. | |
existsInventTransId | Determines whether the InventTransId data item exists in the data container. | |
existsInvoiceId | Determines whether the InvoiceId data item exists in the data container. | |
existsJournalNum | Determines whether the JournalNum data item exists in the data container. | |
existsPostponeVAT | Determines whether the PostponeVAT data item exists in the data container. | |
existsPrintCode | Determines whether the PrintCode data item exists in the data container. | |
existsRealizedDate | Determines whether the RealizedDate data item exists in the data container. | |
existsRecId | Determines whether the RecId data item exists in the data container. | |
existsRecVersion | Determines whether the RecVersion data item exists in the data container. | |
existsReverseChargeApplies_UK | Determines whether the ReverseChargeApplies_UK data item exists in the data container. | |
existsSource | Determines whether the Source data item exists in the data container. | |
existsSourceBaseAmountCur | Determines whether the SourceBaseAmountCur data item exists in the data container. | |
existsSourceBaseAmountCurRegulated | Determines whether the SourceBaseAmountCurRegulated data item exists in the data container. | |
existsSourceCurrencyCode | Determines whether the SourceCurrencyCode data item exists in the data container. | |
existsSourceRegulateAmountCur | Determines whether the SourceRegulateAmountCur data item exists in the data container. | |
existsSourceTaxAmountCur | Determines whether the SourceTaxAmountCur data item exists in the data container. | |
existsStatementId | Determines whether the StatementId data item exists in the data container. | |
existsTaxAmount | Determines whether the TaxAmount data item exists in the data container. | |
existsTaxAmountCur | Determines whether the TaxAmountCur data item exists in the data container. | |
existsTaxAutogenerated | Determines whether the TaxAutogenerated data item exists in the data container. | |
existsTaxBaseAmount | Determines whether the TaxBaseAmount data item exists in the data container. | |
existsTaxBaseAmountCur | Determines whether the TaxBaseAmountCur data item exists in the data container. | |
existsTaxBaseQty | Determines whether the TaxBaseQty data item exists in the data container. | |
existsTaxBook | Determines whether the TaxBook data item exists in the data container. | |
existsTaxBookSection | Determines whether the TaxBookSection data item exists in the data container. | |
existsTaxCode | Determines whether the TaxCode data item exists in the data container. | |
existsTaxDirection | Determines whether the TaxDirection data item exists in the data container. | |
existsTaxGroup | Determines whether the TaxGroup data item exists in the data container. | |
existsTaxInCostPrice | Determines whether the TaxInCostPrice data item exists in the data container. | |
existsTaxInCostPriceCur | Determines whether the TaxInCostPriceCur data item exists in the data container. | |
existsTaxInCostPriceMST | Determines whether the TaxInCostPriceMST data item exists in the data container. | |
existsTaxInCostPriceRegulated | Determines whether the TaxInCostPriceRegulated data item exists in the data container. | |
existsTaxItemGroup | Determines whether the TaxItemGroup data item exists in the data container. | |
existsTaxJurisdictionCode | Determines whether the TaxJurisdictionCode data item exists in the data container. | |
existsTaxOrigin | Determines whether the TaxOrigin data item exists in the data container. | |
existsTaxPeriod | Determines whether the TaxPeriod data item exists in the data container. | |
existsTaxPrintDetail | Determines whether the TaxPrintDetail data item exists in the data container. | |
existsTaxRepCounter | Determines whether the TaxRepCounter data item exists in the data container. | |
existsTaxTransGJAE | Determines whether the TaxTransGJAE data item exists in the data container. | |
existsTaxType_MX | Determines whether the TaxType_MX data item exists in the data container. | |
existsTaxValue | Determines whether the TaxValue data item exists in the data container. | |
existsTransDate | Determines whether the TransDate data item exists in the data container. | |
existsUnrealizedTax | Determines whether the UnrealizedTax data item exists in the data container. | |
existsVoucher | Determines whether the Voucher data item exists in the data container. | |
get_Array | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) | |
get_Attribute | Gets data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) | |
get_Container | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) | |
get_EdtArray | Gets data items of the extended array type. (Inherited from AfStronglyTypedDataContainer.) | |
get_List | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewArray | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewContainer | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewList | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) | |
getRootName | Gets the name of the root element of the XML representation of this strongly typed data container. (Inherited from AfStronglyTypedDataContainer.) | |
getSchema | Gets XML schema that describes XML representation of this strongly typed data container returned by the AfStronglyTypedDataContainer.serialize method and expected by the AfStronglyTypedDataContainer.deserialize method. (Inherited from AfStronglyTypedDataContainer.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Initializes a new instance of the ConnInvoice_TaxTrans class. (Overrides the new Method.) | |
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.) | |
parmCurrencyCode | Gets or sets the CurrencyCode parameter. | |
parmExemptCode | Gets or sets the ExemptCode parameter. | |
parmExemptTax | Gets or sets the ExemptTax parameter. | |
parmGSTHSTTaxType_CA | Gets or sets the GSTHSTTaxType_CA parameter. | |
parmIntracomVAT | Gets or sets the IntracomVAT parameter. | |
parmInventTransId | Gets or sets the InventTransId parameter. | |
parmInvoiceId | Gets or sets the InvoiceId parameter. | |
parmJournalNum | Gets or sets the JournalNum parameter. | |
parmPostponeVAT | Gets or sets the PostponeVAT parameter. | |
parmPrintCode | Gets or sets the PrintCode parameter. | |
parmRealizedDate | Gets or sets the RealizedDate parameter. | |
parmRecId | Gets or sets the RecId parameter. | |
parmRecVersion | Gets or sets the RecVersion parameter. | |
parmReverseChargeApplies_UK | Gets or sets the ReverseChargeApplies_UK parameter. | |
parmSource | Gets or sets the Source parameter. | |
parmSourceBaseAmountCur | Gets or sets the SourceBaseAmountCur parameter. | |
parmSourceBaseAmountCurRegulated | Gets or sets the SourceBaseAmountCurRegulated parameter. | |
parmSourceCurrencyCode | Gets or sets the SourceCurrencyCode parameter. | |
parmSourceRegulateAmountCur | Gets or sets the SourceRegulateAmountCur parameter. | |
parmSourceTaxAmountCur | Gets or sets the SourceTaxAmountCur parameter. | |
parmStatementId | Gets or sets the StatementId parameter. | |
parmTaxAmount | Gets or sets the TaxAmount parameter. | |
parmTaxAmountCur | Gets or sets the TaxAmountCur parameter. | |
parmTaxAutogenerated | Gets or sets the TaxAutogenerated parameter. | |
parmTaxBaseAmount | Gets or sets the TaxBaseAmount parameter. | |
parmTaxBaseAmountCur | Gets or sets the TaxBaseAmountCur parameter. | |
parmTaxBaseQty | Gets or sets the TaxBaseQty parameter. | |
parmTaxBook | Gets or sets the TaxBook parameter. | |
parmTaxBookSection | Gets or sets the TaxBookSection parameter. | |
parmTaxCode | Gets or sets the TaxCode parameter. | |
parmTaxDirection | Gets or sets the TaxDirection parameter. | |
parmTaxGroup | Gets or sets the TaxGroup parameter. | |
parmTaxInCostPrice | Gets or sets the TaxInCostPrice parameter. | |
parmTaxInCostPriceCur | Gets or sets the TaxInCostPriceCur parameter. | |
parmTaxInCostPriceMST | Gets or sets the TaxInCostPriceMST parameter. | |
parmTaxInCostPriceRegulated | Gets or sets the TaxInCostPriceRegulated parameter. | |
parmTaxItemGroup | Gets or sets the TaxItemGroup parameter. | |
parmTaxJurisdictionCode | Gets or sets the TaxJurisdictionCode parameter. | |
parmTaxOrigin | Gets or sets the TaxOrigin parameter. | |
parmTaxPeriod | Gets or sets the TaxPeriod parameter. | |
parmTaxPrintDetail | Gets or sets the TaxPrintDetail parameter. | |
parmTaxRepCounter | Gets or sets the TaxRepCounter parameter. | |
parmTaxTransGJAE | Gets or sets the TaxTransGJAE parameter. | |
parmTaxType_MX | Gets or sets the TaxType_MX parameter. | |
parmTaxValue | Gets or sets the TaxValue parameter. | |
parmTransDate | Gets or sets the TransDate parameter. | |
parmUnrealizedTax | Gets or sets the UnrealizedTax parameter. | |
parmVoucher | Gets or sets the Voucher parameter. | |
populateFromTable | Populates this data container. (Inherited from AfStronglyTypedDataContainer.) | |
serialize | Serializes the strongly-typed data container into its XML representation. (Inherited from AfStronglyTypedDataContainer.) | |
set_Array | Sets the value of the data item of array type. (Inherited from AfStronglyTypedDataContainer.) | |
set_Attribute | Sets the value for data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) | |
set_Container | Sets the value for data items of data container type. (Inherited from AfStronglyTypedDataContainer.) | |
set_EdtArray | Sets the value for data items of extended array type. (Inherited from AfStronglyTypedDataContainer.) | |
set_List | Sets the value for data items of data container list type. (Inherited from AfStronglyTypedDataContainer.) | |
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.) | |
wt | Gets the weakly-typed data container interface that is associated with this strongly-typed data container. (Inherited from AfStronglyTypedDataContainer.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
AfStronglyTypedDataContainer Class
ConnInvoice_TaxTrans Class