Package | Description |
---|---|
com.verisign.epp.codec.org | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgContact> |
EPPOrgUpdateCmd.getAddContacts()
Gets the add contacts.
|
java.util.List<EPPOrgContact> |
EPPOrgInfoResp.getContacts() |
java.util.List<EPPOrgContact> |
EPPOrgCreateCmd.getContacts()
Gets the list of org contacts.
|
java.util.List<EPPOrgContact> |
EPPOrgUpdateCmd.getRemContacts()
Gets the remove contacts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.addAddContact(EPPOrgContact aContact)
Adds an add contact to the list of add contacts.
|
void |
EPPOrgInfoResp.addContact(EPPOrgContact aContact)
Adds a contact to the list of contacts.
|
void |
EPPOrgCreateCmd.addContact(EPPOrgContact aContact)
Adds a contact to the list of contacts.
|
void |
EPPOrgUpdateCmd.addRemContact(EPPOrgContact aContact)
Adds a remove contact to the list of remove contacts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.setAddContacts(java.util.List<EPPOrgContact> aContacts)
Sets the add contacts.
|
void |
EPPOrgInfoResp.setContacts(java.util.List<EPPOrgContact> aContacts) |
void |
EPPOrgCreateCmd.setContacts(java.util.List<EPPOrgContact> aContacts)
Sets the list of org contacts.
|
void |
EPPOrgUpdateCmd.setRemContacts(java.util.List<EPPOrgContact> aContacts)
Sets the remove contacts.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgContact> |
EPPOrg.getAddContacts()
Gets the add contacts.
|
java.util.List<EPPOrgContact> |
EPPOrg.getContacts() |
java.util.List<EPPOrgContact> |
EPPOrg.getRemContacts()
Gets the remove contacts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.addAddContact(EPPOrgContact aContact)
Adds an add contact to the list of add contacts.
|
void |
EPPOrg.addContact(EPPOrgContact aContact)
Adds a contact to the list of contacts.
|
void |
EPPOrg.addRemContact(EPPOrgContact aContact)
Adds a remove contact to the list of remove contacts.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.setAddContacts(java.util.List<EPPOrgContact> aContacts)
Sets the add contacts.
|
void |
EPPOrg.setContacts(java.util.List<EPPOrgContact> aContacts) |
void |
EPPOrg.setRemContacts(java.util.List<EPPOrgContact> aContacts)
Sets the remove contacts.
|
Copyright © VeriSign Inc. All Rights Reserved.