Uses of Class
com.verisign.epp.codec.contact.EPPContactAddChange

Packages that use EPPContactAddChange
com.verisign.epp.codec.contact   
 

Uses of EPPContactAddChange in com.verisign.epp.codec.contact
 

Methods in com.verisign.epp.codec.contact that return EPPContactAddChange
 EPPContactAddChange EPPContactUpdateCmd.getAdd()
          Gets the items to add to the contact.
 EPPContactAddChange EPPContactUpdateCmd.getChange()
          Gets the items to change to the contact.
 EPPContactAddChange EPPContactUpdateCmd.getRemove()
          Gets the items to remove to the contact.
 

Methods in com.verisign.epp.codec.contact with parameters of type EPPContactAddChange
 void EPPContactUpdateCmd.setAdd(EPPContactAddChange newAdd)
          Sets the items to add to the contact.
 void EPPContactUpdateCmd.setChange(EPPContactAddChange newChange)
          Sets the items to change to the contact.
 void EPPContactUpdateCmd.setRemove(EPPContactAddChange newRemove)
          Sets the items to remove to the contact.
 

Constructors in com.verisign.epp.codec.contact with parameters of type EPPContactAddChange
EPPContactUpdateCmd(java.lang.String aTransId, java.lang.String aId, EPPContactAddChange aAdd, EPPContactAddChange aRemove, EPPContactAddChange aChange)
          EPPContactUpdateCmd constructor that takes the required attributes as arguments.
 



Copyright ? VeriSign Inc. All Rights Reserved.