|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPCourt | |
---|---|
com.verisign.epp.codec.mark |
Uses of EPPCourt in com.verisign.epp.codec.mark |
---|
Methods in com.verisign.epp.codec.mark that return types with arguments of type EPPCourt | |
---|---|
java.util.List<EPPCourt> |
EPPMark.getCourts()
Gets the list of courts. |
Methods in com.verisign.epp.codec.mark with parameters of type EPPCourt | |
---|---|
void |
EPPMark.addCourt(EPPCourt aCourt)
Adds a court to the list of courts. |
Method parameters in com.verisign.epp.codec.mark with type arguments of type EPPCourt | |
---|---|
void |
EPPMark.setCourts(java.util.List<EPPCourt> aCourts)
Sets the list of courts. |
Constructor parameters in com.verisign.epp.codec.mark with type arguments of type EPPCourt | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |