public class SuperFund extends Object
| Constructor and Description |
|---|
SuperFund() |
| Modifier and Type | Method and Description |
|---|---|
SuperFund |
ABN(String ABN) |
SuperFund |
accountName(String accountName) |
SuperFund |
accountNumber(String accountNumber) |
SuperFund |
BSB(String BSB) |
SuperFund |
electronicServiceAddress(String electronicServiceAddress) |
SuperFund |
employerNumber(String employerNumber) |
boolean |
equals(Object o) |
String |
getABN()
ABN of the self managed super fund
|
String |
getAccountName()
The account name for the self managed super fund.
|
String |
getAccountNumber()
The account number for the self managed super fund.
|
String |
getBSB()
BSB of the self managed super fund
|
String |
getElectronicServiceAddress()
The electronic service address for the self managed super fund.
|
String |
getEmployerNumber()
Some funds assign a unique number to each employer
|
String |
getName()
Name of the super fund
|
String |
getSPIN()
The SPIN of the Regulated SuperFund.
|
UUID |
getSuperFundID()
Xero identifier for a super fund
|
SuperFundType |
getType()
Get type
|
String |
getUpdatedDateUTC()
Last modified timestamp
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTCAsDate() |
String |
getUSI()
The USI of the Regulated SuperFund
|
int |
hashCode() |
SuperFund |
name(String name) |
void |
setABN(String ABN) |
void |
setAccountName(String accountName) |
void |
setAccountNumber(String accountNumber) |
void |
setBSB(String BSB) |
void |
setElectronicServiceAddress(String electronicServiceAddress) |
void |
setEmployerNumber(String employerNumber) |
void |
setName(String name) |
void |
setSPIN(String SPIN) |
void |
setSuperFundID(UUID superFundID) |
void |
setType(SuperFundType type) |
void |
setUSI(String USI) |
SuperFund |
SPIN(String SPIN) |
SuperFund |
superFundID(UUID superFundID) |
String |
toString() |
SuperFund |
type(SuperFundType type) |
SuperFund |
USI(String USI) |
public UUID getSuperFundID()
public void setSuperFundID(UUID superFundID)
public SuperFund type(SuperFundType type)
public SuperFundType getType()
public void setType(SuperFundType type)
public String getName()
public void setName(String name)
public String getABN()
public void setABN(String ABN)
public String getBSB()
public void setBSB(String BSB)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getAccountName()
public void setAccountName(String accountName)
public String getElectronicServiceAddress()
public void setElectronicServiceAddress(String electronicServiceAddress)
public String getEmployerNumber()
public void setEmployerNumber(String employerNumber)
public String getSPIN()
public void setSPIN(String SPIN)
public String getUSI()
public void setUSI(String USI)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
Copyright © 2020. All rights reserved.