Package | Description |
---|---|
com.verisign.epp.codec.mark |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPCourt> |
EPPMark.getCourts()
Gets the list of courts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPMark.addCourt(EPPCourt aCourt)
Adds a court to the list of courts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPMark.setCourts(java.util.List<EPPCourt> aCourts)
Sets the list of courts.
|
Constructor and Description |
---|
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.