Class SuperFundProduct

java.lang.Object
com.xero.models.payrollau.SuperFundProduct

public class SuperFundProduct
extends Object
SuperFundProduct
  • Constructor Details

    • SuperFundProduct

      public SuperFundProduct()
  • Method Details

    • ABN

      public SuperFundProduct ABN​(String ABN)
    • getABN

      public String getABN()
      The ABN of the Regulated SuperFund
      Returns:
      ABN
    • setABN

      public void setABN​(String ABN)
    • USI

      public SuperFundProduct USI​(String USI)
    • getUSI

      public String getUSI()
      The USI of the Regulated SuperFund
      Returns:
      USI
    • setUSI

      public void setUSI​(String USI)
    • SPIN

      public SuperFundProduct SPIN​(String SPIN)
    • 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)
    • productName

      public SuperFundProduct productName​(String productName)
    • getProductName

      public String getProductName()
      The name of the Regulated SuperFund
      Returns:
      productName
    • setProductName

      public void setProductName​(String productName)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object