Uses of Class
com.verisign.epp.codec.mark.EPPMarkContact

Packages that use EPPMarkContact
com.verisign.epp.codec.mark   
 

Uses of EPPMarkContact in com.verisign.epp.codec.mark
 

Methods in com.verisign.epp.codec.mark that return types with arguments of type EPPMarkContact
 java.util.List<EPPMarkContact> EPPTreatyOrStatute.getContacts()
          Gets contacts of the treaty or statute.
 java.util.List<EPPMarkContact> EPPTrademark.getContacts()
          Gets contacts of the trademark.
 java.util.List<EPPMarkContact> EPPCourt.getContacts()
          Gets contacts of the court.
 java.util.List<EPPMarkContact> EPPTreatyOrStatute.getHolders()
          Gets holders of the treaty or statute.
 java.util.List<EPPMarkContact> EPPTrademark.getHolders()
          Gets holders of the trademark.
 java.util.List<EPPMarkContact> EPPCourt.getHolders()
          Gets holders of the court.
 

Methods in com.verisign.epp.codec.mark with parameters of type EPPMarkContact
 void EPPTreatyOrStatute.addContact(EPPMarkContact aContact)
          Adds a contact to the list of contacts of the treaty or statute.
 void EPPTrademark.addContact(EPPMarkContact aContact)
          Adds a contact to the list of contacts of the trademark.
 void EPPCourt.addContact(EPPMarkContact aContact)
          Adds a contact to the list of contacts of the court.
 void EPPTreatyOrStatute.addHolder(EPPMarkContact aHolder)
          Adds a holder to the list of holders of the treaty or statute.
 void EPPTrademark.addHolder(EPPMarkContact aHolder)
          Adds a holder to the list of holders of the trademark.
 void EPPCourt.addHolder(EPPMarkContact aHolder)
          Adds a holder to the list of holders of the court.
 

Method parameters in com.verisign.epp.codec.mark with type arguments of type EPPMarkContact
 void EPPTreatyOrStatute.setContacts(java.util.List<EPPMarkContact> aContacts)
          Sets contacts of the treaty or statute.
 void EPPTrademark.setContacts(java.util.List<EPPMarkContact> aContacts)
          Sets contacts of the trademark.
 void EPPCourt.setContacts(java.util.List<EPPMarkContact> aContacts)
          Sets contacts of the court.
 void EPPTreatyOrStatute.setHolders(java.util.List<EPPMarkContact> aHolders)
          Sets holders of the treaty or statute.
 void EPPTrademark.setHolders(java.util.List<EPPMarkContact> aHolders)
          Sets holders of the trademark.
 void EPPCourt.setHolders(java.util.List<EPPMarkContact> aHolders)
          Sets holders of the court.
 



Copyright ? VeriSign Inc. All Rights Reserved.