Uses of Class
com.verisign.epp.codec.fee.v09.EPPFeeObject

Packages that use EPPFeeObject
com.verisign.epp.codec.fee.v09 Fee Extension v09 packet encoder and decoder classes (CODEC). 
 

Uses of EPPFeeObject in com.verisign.epp.codec.fee.v09
 

Methods in com.verisign.epp.codec.fee.v09 that return types with arguments of type EPPFeeObject
 java.util.List<EPPFeeObject> EPPFeeCheck.getObjects()
          Gets the list of objects to check.
 

Methods in com.verisign.epp.codec.fee.v09 with parameters of type EPPFeeObject
 void EPPFeeCheck.addObject(EPPFeeObject aObject)
          Adds an object to the list of objects to check the fee.
 

Method parameters in com.verisign.epp.codec.fee.v09 with type arguments of type EPPFeeObject
 void EPPFeeCheck.setObjects(java.util.List<EPPFeeObject> aObjects)
          Sets the list of objects to check.
 

Constructor parameters in com.verisign.epp.codec.fee.v09 with type arguments of type EPPFeeObject
EPPFeeCheck(java.util.List<EPPFeeObject> aObjects)
          Constructor for EPPFeeCheck that takes the list of domains to check.
 



Copyright © VeriSign Inc. All Rights Reserved.