Package | Description |
---|---|
com.verisign.epp.codec.mark |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.