Package com.xero.models.finance
Class DataSourceResponse
java.lang.Object
com.xero.models.finance.DataSourceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectBankFeed(Double directBankFeed) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.directBankFeedNeg(Double directBankFeedNeg) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.directBankFeedPos(Double directBankFeedPos) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.booleanfileUpload(Double fileUpload) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.fileUploadNeg(Double fileUploadNeg) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.fileUploadPos(Double fileUploadPos) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.No longer in use.No longer in use.No longer in use.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.getOther()Sum of the amounts of all statement lines where the source of the data was unknown.Sum of the amounts of all statement lines where the source of the data was unknown.Sum of the amounts of all statement lines where the source of the data was unknown.inthashCode()indirectBankFeed(Double indirectBankFeed) No longer in use.indirectBankFeedNeg(Double indirectBankFeedNeg) No longer in use.indirectBankFeedPos(Double indirectBankFeedPos) No longer in use.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.Sum of the amounts of all statement lines where the source of the data was unknown.Sum of the amounts of all statement lines where the source of the data was unknown.Sum of the amounts of all statement lines where the source of the data was unknown.voidsetDirectBankFeed(Double directBankFeed) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.voidsetDirectBankFeedNeg(Double directBankFeedNeg) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.voidsetDirectBankFeedPos(Double directBankFeedPos) Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration.voidsetFileUpload(Double fileUpload) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.voidsetFileUploadNeg(Double fileUploadNeg) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.voidsetFileUploadPos(Double fileUploadPos) Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero.voidsetIndirectBankFeed(Double indirectBankFeed) No longer in use.voidsetIndirectBankFeedNeg(Double indirectBankFeedNeg) No longer in use.voidsetIndirectBankFeedPos(Double indirectBankFeedPos) No longer in use.voidSum of the amounts of all statement lines where the source of the data was manually input in to Xero.voidsetManualNeg(Double manualNeg) Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.voidsetManualPos(Double manualPos) Sum of the amounts of all statement lines where the source of the data was manually input in to Xero.voidSum of the amounts of all statement lines where the source of the data was unknown.voidsetOtherNeg(Double otherNeg) Sum of the amounts of all statement lines where the source of the data was unknown.voidsetOtherPos(Double otherPos) Sum of the amounts of all statement lines where the source of the data was unknown.toString()
-
Constructor Details
-
DataSourceResponse
public DataSourceResponse()
-
-
Method Details
-
directBankFeed
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.- Parameters:
directBankFeed- Double- Returns:
- DataSourceResponse
-
getDirectBankFeed
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.- Returns:
- directBankFeed
-
setDirectBankFeed
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.- Parameters:
directBankFeed- Double
-
indirectBankFeed
No longer in use.- Parameters:
indirectBankFeed- Double- Returns:
- DataSourceResponse
-
getIndirectBankFeed
-
setIndirectBankFeed
No longer in use.- Parameters:
indirectBankFeed- Double
-
fileUpload
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.- Parameters:
fileUpload- Double- Returns:
- DataSourceResponse
-
getFileUpload
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.- Returns:
- fileUpload
-
setFileUpload
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.- Parameters:
fileUpload- Double
-
manual
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.- Parameters:
manual- Double- Returns:
- DataSourceResponse
-
getManual
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.- Returns:
- manual
-
setManual
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.- Parameters:
manual- Double
-
directBankFeedPos
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
directBankFeedPos- Double- Returns:
- DataSourceResponse
-
getDirectBankFeedPos
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Returns:
- directBankFeedPos
-
setDirectBankFeedPos
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
directBankFeedPos- Double
-
indirectBankFeedPos
No longer in use.- Parameters:
indirectBankFeedPos- Double- Returns:
- DataSourceResponse
-
getIndirectBankFeedPos
-
setIndirectBankFeedPos
No longer in use.- Parameters:
indirectBankFeedPos- Double
-
fileUploadPos
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
fileUploadPos- Double- Returns:
- DataSourceResponse
-
getFileUploadPos
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Returns:
- fileUploadPos
-
setFileUploadPos
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
fileUploadPos- Double
-
manualPos
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
manualPos- Double- Returns:
- DataSourceResponse
-
getManualPos
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Returns:
- manualPos
-
setManualPos
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
manualPos- Double
-
directBankFeedNeg
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
directBankFeedNeg- Double- Returns:
- DataSourceResponse
-
getDirectBankFeedNeg
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Returns:
- directBankFeedNeg
-
setDirectBankFeedNeg
Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
directBankFeedNeg- Double
-
indirectBankFeedNeg
No longer in use.- Parameters:
indirectBankFeedNeg- Double- Returns:
- DataSourceResponse
-
getIndirectBankFeedNeg
-
setIndirectBankFeedNeg
No longer in use.- Parameters:
indirectBankFeedNeg- Double
-
fileUploadNeg
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
fileUploadNeg- Double- Returns:
- DataSourceResponse
-
getFileUploadNeg
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Returns:
- fileUploadNeg
-
setFileUploadNeg
Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
fileUploadNeg- Double
-
manualNeg
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
manualNeg- Double- Returns:
- DataSourceResponse
-
getManualNeg
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Returns:
- manualNeg
-
setManualNeg
Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
manualNeg- Double
-
otherPos
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
otherPos- Double- Returns:
- DataSourceResponse
-
getOtherPos
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Returns:
- otherPos
-
setOtherPos
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.- Parameters:
otherPos- Double
-
otherNeg
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
otherNeg- Double- Returns:
- DataSourceResponse
-
getOtherNeg
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Returns:
- otherNeg
-
setOtherNeg
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.- Parameters:
otherNeg- Double
-
other
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.- Parameters:
other- Double- Returns:
- DataSourceResponse
-
getOther
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.- Returns:
- other
-
setOther
Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.- Parameters:
other- Double
-
equals
-
hashCode
-
toString
-