Class TransactionLineLocationTypeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TransactionLineLocationTypeModel
-
public class TransactionLineLocationTypeModel extends java.lang.ObjectRepresents information about location types stored in a line
-
-
Constructor Summary
Constructors Constructor Description TransactionLineLocationTypeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetDocumentAddressId()Getter for documentAddressId The address ID corresponding to this modeljava.lang.LonggetDocumentLineId()Getter for documentLineId The unique ID number of the document line associated with this line location address modeljava.lang.LonggetDocumentLineLocationTypeId()Getter for documentLineLocationTypeId The unique ID number of this line location address modeljava.lang.StringgetLocationTypeCode()Getter for locationTypeCode The location type code corresponding to this modelvoidsetDocumentAddressId(java.lang.Long value)Setter for documentAddressId The address ID corresponding to this modelvoidsetDocumentLineId(java.lang.Long value)Setter for documentLineId The unique ID number of the document line associated with this line location address modelvoidsetDocumentLineLocationTypeId(java.lang.Long value)Setter for documentLineLocationTypeId The unique ID number of this line location address modelvoidsetLocationTypeCode(java.lang.String value)Setter for locationTypeCode The location type code corresponding to this modeljava.lang.StringtoString()Returns a JSON string representation of TransactionLineLocationTypeModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-