Package com.xero.models.payrollau
Class SuperFundProduct
- java.lang.Object
-
- com.xero.models.payrollau.SuperFundProduct
-
public class SuperFundProduct extends Object
SuperFundProduct
-
-
Constructor Summary
Constructors Constructor Description SuperFundProduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuperFundProductABN(String ABN)The ABN of the Regulated SuperFundbooleanequals(Object o)StringgetABN()The ABN of the Regulated SuperFundStringgetProductName()The name of the Regulated SuperFundStringgetSPIN()The SPIN of the Regulated SuperFund.StringgetUSI()The USI of the Regulated SuperFundinthashCode()SuperFundProductproductName(String productName)The name of the Regulated SuperFundvoidsetABN(String ABN)The ABN of the Regulated SuperFundvoidsetProductName(String productName)The name of the Regulated SuperFundvoidsetSPIN(String SPIN)The SPIN of the Regulated SuperFund.voidsetUSI(String USI)The USI of the Regulated SuperFundSuperFundProductSPIN(String SPIN)The SPIN of the Regulated SuperFund.StringtoString()SuperFundProductUSI(String USI)The USI of the Regulated SuperFund
-
-
-
Method Detail
-
ABN
public SuperFundProduct ABN(String ABN)
The ABN of the Regulated SuperFund- Parameters:
ABN- String- Returns:
- SuperFundProduct
-
getABN
public String getABN()
The ABN of the Regulated SuperFund- Returns:
- ABN
-
setABN
public void setABN(String ABN)
The ABN of the Regulated SuperFund- Parameters:
ABN- String
-
USI
public SuperFundProduct USI(String USI)
The USI of the Regulated SuperFund- Parameters:
USI- String- Returns:
- SuperFundProduct
-
getUSI
public String getUSI()
The USI of the Regulated SuperFund- Returns:
- USI
-
setUSI
public void setUSI(String USI)
The USI of the Regulated SuperFund- Parameters:
USI- String
-
SPIN
public SuperFundProduct SPIN(String SPIN)
The SPIN of the Regulated SuperFund. This field has been deprecated. New superfunds will not have a SPIN value. The USI field should be used instead of SPIN- Parameters:
SPIN- String- Returns:
- SuperFundProduct
-
getSPIN
public String getSPIN()
The SPIN of the Regulated SuperFund. This field has been deprecated. New superfunds will not have a SPIN value. The USI field should be used instead of SPIN- Returns:
- SPIN
-
setSPIN
public void setSPIN(String SPIN)
The SPIN of the Regulated SuperFund. This field has been deprecated. New superfunds will not have a SPIN value. The USI field should be used instead of SPIN- Parameters:
SPIN- String
-
productName
public SuperFundProduct productName(String productName)
The name of the Regulated SuperFund- Parameters:
productName- String- Returns:
- SuperFundProduct
-
getProductName
public String getProductName()
The name of the Regulated SuperFund- Returns:
- productName
-
setProductName
public void setProductName(String productName)
The name of the Regulated SuperFund- Parameters:
productName- String
-
-