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 class
AccountFundsAvailable.FundsAvailable
Funds Available
-
Field Summary
Fields Modifier and Type Field Description private String
accountingString
Accounting Stringprivate Object
balanceOn
Balance Onprivate AccountFundsAvailable.FundsAvailable
fundsAvailable
Funds Availableprivate Metadata
metadata
Metadata
-
Constructor Summary
Constructors Constructor Description AccountFundsAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getAccountingString()
Accounting StringObject
getBalanceOn()
Balance OnAccountFundsAvailable.FundsAvailable
getFundsAvailable()
Funds AvailableMetadata
getMetadata()
Metadataint
hashCode()
void
setAccountingString(String accountingString)
Accounting Stringvoid
setBalanceOn(Object balanceOn)
Balance Onvoid
setFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)
Funds Availablevoid
setMetadata(Metadata metadata)
MetadataString
toString()
AccountFundsAvailable
withAccountingString(String accountingString)
AccountFundsAvailable
withBalanceOn(Object balanceOn)
AccountFundsAvailable
withFundsAvailable(AccountFundsAvailable.FundsAvailable fundsAvailable)
AccountFundsAvailable
withMetadata(Metadata metadata)
-
-
-
Field Detail
-
accountingString
@JsonPropertyDescription("The full representation of the accounting string in the format specified by the authoritative system.") private String accountingString
Accounting 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 fundsAvailable
Funds AvailableStatus of the availability of funds. (Required)
-
balanceOn
@JsonPropertyDescription("The date for which the availability of funds was evaluated.") private Object balanceOn
Balance OnThe date for which the availability of funds was evaluated.
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata 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)
-
-