Class Penalty


  • public class Penalty
    extends Object
    Penalty
    • Constructor Detail

      • Penalty

        public Penalty()
    • Method Detail

      • getType

        public String getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(String type)
      • getPenaltyInfo

        public List<PenaltyInfo> getPenaltyInfo()
        Get penaltyInfo
        Returns:
        penaltyInfo
      • setPenaltyInfo

        public void setPenaltyInfo​(List<PenaltyInfo> penaltyInfo)
      • cancelFeeInd

        public Penalty cancelFeeInd​(Boolean cancelFeeInd)
      • isCancelFeeInd

        public Boolean isCancelFeeInd()
        Get cancelFeeInd
        Returns:
        cancelFeeInd
      • setCancelFeeInd

        public void setCancelFeeInd​(Boolean cancelFeeInd)
      • refundableInd

        public Penalty refundableInd​(Boolean refundableInd)
      • isRefundableInd

        public Boolean isRefundableInd()
        Get refundableInd
        Returns:
        refundableInd
      • setRefundableInd

        public void setRefundableInd​(Boolean refundableInd)
      • changeFeeInd

        public Penalty changeFeeInd​(Boolean changeFeeInd)
      • isChangeFeeInd

        public Boolean isChangeFeeInd()
        Get changeFeeInd
        Returns:
        changeFeeInd
      • setChangeFeeInd

        public void setChangeFeeInd​(Boolean changeFeeInd)
      • getAdditionalProperties

        public List<AdditionalProperty> getAdditionalProperties()
        Get additionalProperties
        Returns:
        additionalProperties
      • setAdditionalProperties

        public void setAdditionalProperties​(List<AdditionalProperty> additionalProperties)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object