Uses of Class
com.verisign.epp.codec.domain.EPPDomainAddRemove

Packages that use EPPDomainAddRemove
com.verisign.epp.codec.domain   
 

Uses of EPPDomainAddRemove in com.verisign.epp.codec.domain
 

Methods in com.verisign.epp.codec.domain that return EPPDomainAddRemove
 EPPDomainAddRemove EPPDomainUpdateCmd.getAdd()
          Gets the items to add to the domain.
 EPPDomainAddRemove EPPDomainUpdateCmd.getChange()
          Gets the items to change to the domain.
 EPPDomainAddRemove EPPDomainUpdateCmd.getRemove()
          Gets the items to remove from the domain.
 

Methods in com.verisign.epp.codec.domain with parameters of type EPPDomainAddRemove
 void EPPDomainUpdateCmd.setAdd(EPPDomainAddRemove aAdd)
          Sets the items to add to the domain.
 void EPPDomainUpdateCmd.setChange(EPPDomainAddRemove newChange)
          Sets the items to change to the domain.
 void EPPDomainUpdateCmd.setRemove(EPPDomainAddRemove aRemove)
          Sets the items to remove from the domain.
 

Constructors in com.verisign.epp.codec.domain with parameters of type EPPDomainAddRemove
EPPDomainUpdateCmd(java.lang.String aTransId, java.lang.String aName, EPPDomainAddRemove aAdd, EPPDomainAddRemove aRemove, EPPDomainAddRemove aChange)
          EPPDomainUpdateCmd constructor that takes the required attributes as arguments.
 



Copyright ? VeriSign Inc. All Rights Reserved.