Package | Description |
---|---|
com.verisign.epp.codec.contact | |
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 |
---|---|
EPPContactPostalDefinition |
EPPContactInfoResp.getFirstPostalInfo()
Gets the first postal info object.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPContactInfoResp.addPostalInfo(EPPContactPostalDefinition aPostalInfo)
Adds contact postal info.
|
void |
EPPContactCreateCmd.addPostalInfo(EPPContactPostalDefinition newPostalInfo)
Adds contact postalInfo.
|
void |
EPPContactAddChange.addPostalInfo(EPPContactPostalDefinition newPostalInfo)
Adds contact postalInfo.
|
Constructor and Description |
---|
EPPContactAddChange(EPPContactPostalDefinition aPostalInfo,
java.lang.String aVoice,
EPPAuthInfo aAuthInfo)
Constructor for
EPPContactAddChange . |
EPPContactAddChange(EPPContactPostalDefinition aPostalInfo,
java.lang.String aVoice,
java.lang.String aFax,
java.lang.String aEmail,
EPPAuthInfo aAuthInfo)
Constructor for
EPPContactAddChange . |
EPPContactCreateCmd(java.lang.String aTransId,
java.lang.String aId,
EPPContactPostalDefinition aPostalContact,
java.lang.String aEmail,
EPPAuthInfo aAuthInfo)
Constructor of EPPContactCreateCmd Allocates a new
EPPContactCreateCmd with the contact definition
information. |
EPPContactInfoResp(EPPTransId aTransId,
java.lang.String aRoid,
java.lang.String aId,
java.util.Vector newStatuses,
EPPContactPostalDefinition aPostalInfo,
java.lang.String aEmail,
java.lang.String aClientId,
java.lang.String aCreatedBy,
java.util.Date aCreatedDate,
EPPAuthInfo aAuthInfo)
EPPContactInfoResp constructor that sets the required attributes with the parameters. |
Modifier and Type | Method and Description |
---|---|
EPPContactPostalDefinition |
EPPContact.getFirstPostalInfo()
Gets the first postal info object.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPContact.addPostalInfo(EPPContactPostalDefinition newPostalContact)
This is a Setter Method for PostalContact private Attribute This
Attribute maintains This Object Contains Information about the Contact
|
Copyright © VeriSign Inc. All Rights Reserved.