|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPContactPostalDefinition | |
---|---|
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. |
Uses of EPPContactPostalDefinition in com.verisign.epp.codec.contact |
---|
Methods in com.verisign.epp.codec.contact that return EPPContactPostalDefinition | |
---|---|
EPPContactPostalDefinition |
EPPContactInfoResp.getFirstPostalInfo()
Gets the first postal info object. |
Methods in com.verisign.epp.codec.contact with parameters of type EPPContactPostalDefinition | |
---|---|
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. |
Constructors in com.verisign.epp.codec.contact with parameters of type EPPContactPostalDefinition | |
---|---|
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. |
Uses of EPPContactPostalDefinition in com.verisign.epp.interfaces |
---|
Methods in com.verisign.epp.interfaces that return EPPContactPostalDefinition | |
---|---|
EPPContactPostalDefinition |
EPPContact.getFirstPostalInfo()
Gets the first postal info object. |
Methods in com.verisign.epp.interfaces with parameters of type EPPContactPostalDefinition | |
---|---|
void |
EPPContact.addPostalInfo(EPPContactPostalDefinition newPostalContact)
This is a Setter Method for PostalContact private Attribute This Attribute maintains This Object Contains Information about the Contact |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |