Uses of Class
com.verisign.epp.codec.reseller.EPPResellerContact

Packages that use EPPResellerContact
com.verisign.epp.codec.reseller   
com.verisign.epp.interfaces Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. 
 

Uses of EPPResellerContact in com.verisign.epp.codec.reseller
 

Methods in com.verisign.epp.codec.reseller that return types with arguments of type EPPResellerContact
 java.util.List<EPPResellerContact> EPPResellerUpdateCmd.getAddContacts()
          Gets the add contacts.
 java.util.List<EPPResellerContact> EPPResellerInfoResp.getContacts()
           
 java.util.List<EPPResellerContact> EPPResellerCreateCmd.getContacts()
          Gets the list of reseller contacts.
 java.util.List<EPPResellerContact> EPPResellerUpdateCmd.getRemContacts()
          Gets the remove contacts.
 

Methods in com.verisign.epp.codec.reseller with parameters of type EPPResellerContact
 void EPPResellerUpdateCmd.addAddContact(EPPResellerContact aContact)
          Adds an add contact to the list of add contacts.
 void EPPResellerInfoResp.addContact(EPPResellerContact aContact)
          Adds a contact to the list of contacts.
 void EPPResellerCreateCmd.addContact(EPPResellerContact aContact)
          Adds a contact to the list of contacts.
 void EPPResellerUpdateCmd.addRemContact(EPPResellerContact aContact)
          Adds a remove contact to the list of remove contacts.
 

Method parameters in com.verisign.epp.codec.reseller with type arguments of type EPPResellerContact
 void EPPResellerUpdateCmd.setAddContacts(java.util.List<EPPResellerContact> aContacts)
          Sets the add contacts.
 void EPPResellerInfoResp.setContacts(java.util.List<EPPResellerContact> aContacts)
           
 void EPPResellerCreateCmd.setContacts(java.util.List<EPPResellerContact> aContacts)
          Sets the list of reseller contacts.
 void EPPResellerUpdateCmd.setRemContacts(java.util.List<EPPResellerContact> aContacts)
          Sets the remove contacts.
 

Uses of EPPResellerContact in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces that return types with arguments of type EPPResellerContact
 java.util.List<EPPResellerContact> EPPReseller.getAddContacts()
          Gets the add contacts.
 java.util.List<EPPResellerContact> EPPReseller.getContacts()
           
 java.util.List<EPPResellerContact> EPPReseller.getRemContacts()
          Gets the remove contacts.
 

Methods in com.verisign.epp.interfaces with parameters of type EPPResellerContact
 void EPPReseller.addAddContact(EPPResellerContact aContact)
          Adds an add contact to the list of add contacts.
 void EPPReseller.addContact(EPPResellerContact aContact)
          Adds a contact to the list of contacts.
 void EPPReseller.addRemContact(EPPResellerContact aContact)
          Adds a remove contact to the list of remove contacts.
 

Method parameters in com.verisign.epp.interfaces with type arguments of type EPPResellerContact
 void EPPReseller.setAddContacts(java.util.List<EPPResellerContact> aContacts)
          Sets the add contacts.
 void EPPReseller.setContacts(java.util.List<EPPResellerContact> aContacts)
           
 void EPPReseller.setRemContacts(java.util.List<EPPResellerContact> aContacts)
          Sets the remove contacts.
 



Copyright © VeriSign Inc. All Rights Reserved.