Uses of Class
com.verisign.epp.codec.idntable.EPPIdnTableInfoListItem

Packages that use EPPIdnTableInfoListItem
com.verisign.epp.codec.idntable   
 

Uses of EPPIdnTableInfoListItem in com.verisign.epp.codec.idntable
 

Methods in com.verisign.epp.codec.idntable that return types with arguments of type EPPIdnTableInfoListItem
 java.util.List<EPPIdnTableInfoListItem> EPPIdnTableInfoResp.getList()
          Gets the list information in List Info Form.
 

Methods in com.verisign.epp.codec.idntable with parameters of type EPPIdnTableInfoListItem
 void EPPIdnTableInfoResp.addListItem(EPPIdnTableInfoListItem aListItem)
          Append a list item to the list in List Info Form.
 

Method parameters in com.verisign.epp.codec.idntable with type arguments of type EPPIdnTableInfoListItem
 void EPPIdnTableInfoResp.setList(java.util.List<EPPIdnTableInfoListItem> aList)
          Sets the list information in List Info Form.
 

Constructor parameters in com.verisign.epp.codec.idntable with type arguments of type EPPIdnTableInfoListItem
EPPIdnTableInfoResp(EPPTransId aTransId, java.util.List<EPPIdnTableInfoListItem> aList)
          EPPIdnTableInfoResp constructor that only takes the transaction identifier and the list information for the List Info Form.
 



Copyright © VeriSign Inc. All Rights Reserved.