Class GeneratedTaxInvoice

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    TaxInvoice

    public abstract class GeneratedTaxInvoice
    extends GenericItem
    Generated class for type TaxInvoice.
    See Also:
    Serialized Form
    • Field Detail

      • CATEGORY

        public static final java.lang.String CATEGORY
        Qualifier of the TaxInvoice.category attribute
        See Also:
        Constant Field Values
      • RECIPIENTTYPE

        public static final java.lang.String RECIPIENTTYPE
        Qualifier of the TaxInvoice.recipientType attribute
        See Also:
        Constant Field Values
      • RECIPIENT

        public static final java.lang.String RECIPIENT
        Qualifier of the TaxInvoice.recipient attribute
        See Also:
        Constant Field Values
      • TAXPAYERID

        public static final java.lang.String TAXPAYERID
        Qualifier of the TaxInvoice.taxpayerID attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the TaxInvoice.status attribute
        See Also:
        Constant Field Values
      • SERIALCODE

        public static final java.lang.String SERIALCODE
        Qualifier of the TaxInvoice.serialCode attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedTaxInvoice

        public GeneratedTaxInvoice()
    • Method Detail

      • getCategory

        public EnumerationValue getCategory​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.category attribute.
        Returns:
        the category - Invoice category
      • getCategory

        public EnumerationValue getCategory()
        Generated method - Getter of the TaxInvoice.category attribute.
        Returns:
        the category - Invoice category
      • setCategory

        public void setCategory​(SessionContext ctx,
                                EnumerationValue value)
        Generated method - Setter of the TaxInvoice.category attribute.
        Parameters:
        value - the category - Invoice category
      • setCategory

        public void setCategory​(EnumerationValue value)
        Generated method - Setter of the TaxInvoice.category attribute.
        Parameters:
        value - the category - Invoice category
      • getRecipient

        public java.lang.String getRecipient​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.recipient attribute.
        Returns:
        the recipient - Recipient' name
      • getRecipient

        public java.lang.String getRecipient()
        Generated method - Getter of the TaxInvoice.recipient attribute.
        Returns:
        the recipient - Recipient' name
      • setRecipient

        public void setRecipient​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the TaxInvoice.recipient attribute.
        Parameters:
        value - the recipient - Recipient' name
      • setRecipient

        public void setRecipient​(java.lang.String value)
        Generated method - Setter of the TaxInvoice.recipient attribute.
        Parameters:
        value - the recipient - Recipient' name
      • getRecipientType

        public EnumerationValue getRecipientType​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.recipientType attribute.
        Returns:
        the recipientType - Invoice Recipient Type
      • getRecipientType

        public EnumerationValue getRecipientType()
        Generated method - Getter of the TaxInvoice.recipientType attribute.
        Returns:
        the recipientType - Invoice Recipient Type
      • setRecipientType

        public void setRecipientType​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the TaxInvoice.recipientType attribute.
        Parameters:
        value - the recipientType - Invoice Recipient Type
      • setRecipientType

        public void setRecipientType​(EnumerationValue value)
        Generated method - Setter of the TaxInvoice.recipientType attribute.
        Parameters:
        value - the recipientType - Invoice Recipient Type
      • getSerialCode

        public java.lang.String getSerialCode​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.serialCode attribute.
        Returns:
        the serialCode - serialCode
      • getSerialCode

        public java.lang.String getSerialCode()
        Generated method - Getter of the TaxInvoice.serialCode attribute.
        Returns:
        the serialCode - serialCode
      • setSerialCode

        public void setSerialCode​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the TaxInvoice.serialCode attribute.
        Parameters:
        value - the serialCode - serialCode
      • setSerialCode

        public void setSerialCode​(java.lang.String value)
        Generated method - Setter of the TaxInvoice.serialCode attribute.
        Parameters:
        value - the serialCode - serialCode
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.status attribute.
        Returns:
        the status - Invoice Status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the TaxInvoice.status attribute.
        Returns:
        the status - Invoice Status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the TaxInvoice.status attribute.
        Parameters:
        value - the status - Invoice Status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the TaxInvoice.status attribute.
        Parameters:
        value - the status - Invoice Status
      • getTaxpayerID

        public java.lang.String getTaxpayerID​(SessionContext ctx)
        Generated method - Getter of the TaxInvoice.taxpayerID attribute.
        Returns:
        the taxpayerID - Recipient' Code
      • getTaxpayerID

        public java.lang.String getTaxpayerID()
        Generated method - Getter of the TaxInvoice.taxpayerID attribute.
        Returns:
        the taxpayerID - Recipient' Code
      • setTaxpayerID

        public void setTaxpayerID​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the TaxInvoice.taxpayerID attribute.
        Parameters:
        value - the taxpayerID - Recipient' Code
      • setTaxpayerID

        public void setTaxpayerID​(java.lang.String value)
        Generated method - Setter of the TaxInvoice.taxpayerID attribute.
        Parameters:
        value - the taxpayerID - Recipient' Code