Uses of Class
com.verisign.epp.codec.verificationcode.RevokedVerificationCode

Packages that use RevokedVerificationCode
com.verisign.epp.codec.verificationcode   
 

Uses of RevokedVerificationCode in com.verisign.epp.codec.verificationcode
 

Methods in com.verisign.epp.codec.verificationcode that return types with arguments of type RevokedVerificationCode
 java.util.List<RevokedVerificationCode> VerificationCodeRevocationList.getRevokedVerificationCodes()
          Gets the list of revoked VerificationCode's.
 

Methods in com.verisign.epp.codec.verificationcode with parameters of type RevokedVerificationCode
 void VerificationCodeRevocationList.addRevokedVerificationCode(RevokedVerificationCode aRevokedVerificationCode)
          Adds a revoked VerificationCode to the list of revoked VerificationCode's.
 

Method parameters in com.verisign.epp.codec.verificationcode with type arguments of type RevokedVerificationCode
 void VerificationCodeRevocationList.setRevokedVerificationCodes(java.util.List<RevokedVerificationCode> aRevokedVerificationCodes)
          Sets the list of revoked VerificationCode's.
 

Constructor parameters in com.verisign.epp.codec.verificationcode with type arguments of type RevokedVerificationCode
VerificationCodeRevocationList(java.util.Date aCreatedDate, java.util.List<RevokedVerificationCode> aRevokedVerificationCodes)
          Constructor that takes the requirement created date attribute value and the optional list of revoked VerificationCode's.
 



Copyright ? VeriSign Inc. All Rights Reserved.