Class AccountFundsAvailable
- java.lang.Object
-
- com.ellucian.generated.eedm.account_funds_available.v8_0.AccountFundsAvailable
-
@Generated("jsonschema2pojo") public class AccountFundsAvailable extends Object
Account Funds AvailableCommunicates information about the availability of funds for a specified accounting string.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountFundsAvailable.FundsAvailableFunds Available
-
Field Summary
Fields Modifier and Type Field Description private StringaccountingStringAccounting Stringprivate ObjectbalanceOnBalance Onprivate AccountFundsAvailable.FundsAvailablefundsAvailableFunds Availableprivate MetadatametadataMetadata
-
Constructor Summary
Constructors Constructor Description AccountFundsAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAccountingString()Accounting StringObjectgetBalanceOn()Balance OnAccountFundsAvailable.FundsAvailablegetFundsAvailable()Funds AvailableMetadatagetMetadata()MetadatainthashCode()voidsetAccountingString(String accountingString)Accounting StringvoidsetBalanceOn(Object balanceOn)Balance OnvoidsetFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)Funds AvailablevoidsetMetadata(Metadata metadata)MetadataStringtoString()AccountFundsAvailablewithAccountingString(String accountingString)AccountFundsAvailablewithBalanceOn(Object balanceOn)AccountFundsAvailablewithFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)AccountFundsAvailablewithMetadata(Metadata metadata)
-
-
-
Field Detail
-
accountingString
@JsonPropertyDescription("The full representation of the accounting string in the format specified by the authoritative system.") private String accountingStringAccounting StringThe full representation of the accounting string in the format specified by the authoritative system. (Required)
-
fundsAvailable
@JsonPropertyDescription("Status of the availability of funds.") private AccountFundsAvailable.FundsAvailable fundsAvailableFunds AvailableStatus of the availability of funds. (Required)
-
balanceOn
@JsonPropertyDescription("The date for which the availability of funds was evaluated.") private Object balanceOnBalance OnThe date for which the availability of funds was evaluated.
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
-
Method Detail
-
getAccountingString
public String getAccountingString()
Accounting StringThe full representation of the accounting string in the format specified by the authoritative system. (Required)
-
setAccountingString
public void setAccountingString(String accountingString)
Accounting StringThe full representation of the accounting string in the format specified by the authoritative system. (Required)
-
withAccountingString
public AccountFundsAvailable withAccountingString(String accountingString)
-
getFundsAvailable
public AccountFundsAvailable.FundsAvailable getFundsAvailable()
Funds AvailableStatus of the availability of funds. (Required)
-
setFundsAvailable
public void setFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)
Funds AvailableStatus of the availability of funds. (Required)
-
withFundsAvailable
public AccountFundsAvailable withFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)
-
getBalanceOn
public Object getBalanceOn()
Balance OnThe date for which the availability of funds was evaluated.
-
setBalanceOn
public void setBalanceOn(Object balanceOn)
Balance OnThe date for which the availability of funds was evaluated.
-
withBalanceOn
public AccountFundsAvailable withBalanceOn(Object balanceOn)
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AccountFundsAvailable withMetadata(Metadata metadata)
-
-