Class TransactionLineLocationTypeModel

java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineLocationTypeModel

public class TransactionLineLocationTypeModel
extends java.lang.Object
Represents information about location types stored in a line
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionLineLocationTypeModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getDocumentAddressId()
    Getter for documentAddressId The address ID corresponding to this model
    java.lang.Long getDocumentLineId()
    Getter for documentLineId The unique ID number of the document line associated with this line location address model
    java.lang.Long getDocumentLineLocationTypeId()
    Getter for documentLineLocationTypeId The unique ID number of this line location address model
    java.lang.String getLocationTypeCode()
    Getter for locationTypeCode The location type code corresponding to this model
    void setDocumentAddressId​(java.lang.Long value)
    Setter for documentAddressId The address ID corresponding to this model
    void setDocumentLineId​(java.lang.Long value)
    Setter for documentLineId The unique ID number of the document line associated with this line location address model
    void setDocumentLineLocationTypeId​(java.lang.Long value)
    Setter for documentLineLocationTypeId The unique ID number of this line location address model
    void setLocationTypeCode​(java.lang.String value)
    Setter for locationTypeCode The location type code corresponding to this model
    java.lang.String toString()
    Returns a JSON string representation of TransactionLineLocationTypeModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDocumentLineLocationTypeId

      public java.lang.Long getDocumentLineLocationTypeId()
      Getter for documentLineLocationTypeId The unique ID number of this line location address model
    • setDocumentLineLocationTypeId

      public void setDocumentLineLocationTypeId​(java.lang.Long value)
      Setter for documentLineLocationTypeId The unique ID number of this line location address model
    • getDocumentLineId

      public java.lang.Long getDocumentLineId()
      Getter for documentLineId The unique ID number of the document line associated with this line location address model
    • setDocumentLineId

      public void setDocumentLineId​(java.lang.Long value)
      Setter for documentLineId The unique ID number of the document line associated with this line location address model
    • getDocumentAddressId

      public java.lang.Long getDocumentAddressId()
      Getter for documentAddressId The address ID corresponding to this model
    • setDocumentAddressId

      public void setDocumentAddressId​(java.lang.Long value)
      Setter for documentAddressId The address ID corresponding to this model
    • getLocationTypeCode

      public java.lang.String getLocationTypeCode()
      Getter for locationTypeCode The location type code corresponding to this model
    • setLocationTypeCode

      public void setLocationTypeCode​(java.lang.String value)
      Setter for locationTypeCode The location type code corresponding to this model
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of TransactionLineLocationTypeModel
      Overrides:
      toString in class java.lang.Object