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

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

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

Methods in com.verisign.epp.codec.mark that return types with arguments of type EPPTreatyOrStatute
 java.util.List<EPPTreatyOrStatute> EPPMark.getTreatyOrStatutes()
          Gets the list of treaty or statutes.
 

Methods in com.verisign.epp.codec.mark with parameters of type EPPTreatyOrStatute
 void EPPMark.addTreatyOrStatute(EPPTreatyOrStatute aTreatyOrStatute)
          Adds a treaty or statute to the list of treaty or statutes.
 

Method parameters in com.verisign.epp.codec.mark with type arguments of type EPPTreatyOrStatute
 void EPPMark.setTreatyOrStatutes(java.util.List<EPPTreatyOrStatute> aTreatyOrStatutes)
          Sets the list of treaty or statutes.
 

Constructor parameters in com.verisign.epp.codec.mark with type arguments of type EPPTreatyOrStatute
EPPMark(java.util.List<EPPTrademark> aTrademarks, java.util.List<EPPTreatyOrStatute> aTreatyOrStatutes, java.util.List<EPPCourt> aCourts)
          Create an EPPMark instance with each of the supported lists including trademarks, treaty and statutes, and courts.
 



Copyright © VeriSign Inc. All Rights Reserved.