|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeePeriod | |
---|---|
com.verisign.epp.codec.fee.v08 | Fee Extension v08 packet encoder and decoder classes (CODEC). |
Uses of EPPFeePeriod in com.verisign.epp.codec.fee.v08 |
---|
Methods in com.verisign.epp.codec.fee.v08 that return EPPFeePeriod | |
---|---|
EPPFeePeriod |
EPPFeeTransformResult.getPeriod()
Gets the period value. |
EPPFeePeriod |
EPPFeeDomainResult.getPeriod()
Gets the period value. |
EPPFeePeriod |
EPPFeeDomain.getPeriod()
Gets the period value. |
Methods in com.verisign.epp.codec.fee.v08 with parameters of type EPPFeePeriod | |
---|---|
void |
EPPFeeTransformResult.setPeriod(EPPFeePeriod aPeriod)
Sets the period value. |
void |
EPPFeeDomainResult.setPeriod(EPPFeePeriod aPeriod)
Sets the optional period value. |
void |
EPPFeeDomain.setPeriod(EPPFeePeriod aPeriod)
Sets the period value. |
Constructors in com.verisign.epp.codec.fee.v08 with parameters of type EPPFeePeriod | |
---|---|
EPPFeeDomain(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod)
Constructor for EPPFeeDomain that takes all attributes. |
|
EPPFeeDomainResult(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
EPPFeeValue aFee)
Constructor for EPPFeeDomainResult that takes all the
primary 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. |
|
EPPFeeTrnData(java.lang.String aCurrency,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits)
Constructor for EPPFeeTrnData that takes all transfer query
response attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |