|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeeCredit | |
---|---|
com.verisign.epp.codec.fee.v07 | Fee Extension v07 packet encoder and decoder classes (CODEC). |
Uses of EPPFeeCredit in com.verisign.epp.codec.fee.v07 |
---|
Methods in com.verisign.epp.codec.fee.v07 that return types with arguments of type EPPFeeCredit | |
---|---|
java.util.List<EPPFeeCredit> |
EPPFeeTransformResult.getCredits()
Gets the list of credits if defined. |
java.util.List<EPPFeeCredit> |
EPPFeeInfData.getCredits()
Gets the list of credits if defined. |
java.util.List<EPPFeeCredit> |
EPPFeeDomainResult.getCredits()
Gets the list of credits if defined. |
Methods in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeCredit | |
---|---|
void |
EPPFeeTransformResult.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits. |
void |
EPPFeeInfData.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits. |
void |
EPPFeeDomainResult.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits. |
Method parameters in com.verisign.epp.codec.fee.v07 with type arguments of type EPPFeeCredit | |
---|---|
void |
EPPFeeTransformResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits. |
void |
EPPFeeInfData.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits. |
void |
EPPFeeDomainResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits. |
Constructors in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeCredit | |
---|---|
EPPFeeDelData(java.lang.String aCurrency,
EPPFeeCredit aCredit)
Constructor for EPPFeeDelData that takes the required
currency parameter along with a single credit. |
|
EPPFeeTransformResult(java.lang.String aCurrency,
EPPFeeCredit aCredit)
Constructor for EPPFeeTransformResult that takes the
required currency parameter along with a single credit. |
Constructor parameters in com.verisign.epp.codec.fee.v07 with type arguments of type EPPFeeCredit | |
---|---|
EPPFeeCreData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeCreData that takes all attributes. |
|
EPPFeeDelData(java.lang.String aCurrency,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeDelData that takes all attributes. |
|
EPPFeeDomainResult(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification)
Constructor for EPPFeeDomainResult that takes all
attributes. |
|
EPPFeeInfData(java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification)
Constructor for EPPFeeInfData that takes all attributes. |
|
EPPFeeRenData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeRenData that takes all attributes. |
|
EPPFeeTransformResult(java.lang.String aCurrency,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit,
java.util.List<EPPFeeCredit> aCredits)
Constructor for EPPFeeTransformResult that takes all
attributes that includes credits. |
|
EPPFeeUpdData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeUpdData that takes all attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |