Uses of Class
com.verisign.epp.codec.mark.EPPMark

Packages that use EPPMark
com.verisign.epp.codec.launch   
com.verisign.epp.codec.signedMark   
 

Uses of EPPMark in com.verisign.epp.codec.launch
 

Methods in com.verisign.epp.codec.launch that return EPPMark
 EPPMark EPPLaunchInfData.getMark()
          Gets an individual mark.
 EPPMark EPPLaunchCodeMark.getMark()
          Gets the mark information.
 

Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPMark
 java.util.List<EPPMark> EPPLaunchInfData.getMarks()
          Gets the list of marks
 

Methods in com.verisign.epp.codec.launch with parameters of type EPPMark
 void EPPLaunchInfData.addMark(EPPMark aMark)
          Add a mark to the list of marks.
 void EPPLaunchInfData.setMark(EPPMark aMark)
          Sets an individual mark.
 void EPPLaunchCodeMark.setMark(EPPMark aMark)
          Sets the mark information.
 

Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPMark
 void EPPLaunchInfData.setMarks(java.util.List<EPPMark> aMarks)
          Sets the list of marks.
 

Constructors in com.verisign.epp.codec.launch with parameters of type EPPMark
EPPLaunchCodeMark(EPPMark aMark)
          Constructor that takes just the mark attribute of the EPPLaunchCodeMark.
EPPLaunchCodeMark(java.lang.String aCode, EPPMark aMark)
          Constructor that takes both the code and mark attributes of the EPPLaunchCodeMark.
EPPLaunchCodeMark(java.lang.String aCode, java.lang.String aValidatorId, EPPMark aMark)
          Constructor that takes both the code, code validator identifier, and mark attributes of the EPPLaunchCodeMark.
EPPLaunchInfData(EPPLaunchPhase aPhase, EPPMark aMark)
          Create a EPPLaunchInfData instance for a registration with the phase and an individual mark.
EPPLaunchInfData(EPPLaunchPhase aPhase, java.lang.String aApplicationId, EPPLaunchStatus aStatus, EPPMark aMark)
          Create a EPPLaunchInfData instance for an application with the phase, application identifier, application status, and an individual of mark values.
 

Constructor parameters in com.verisign.epp.codec.launch with type arguments of type EPPMark
EPPLaunchInfData(EPPLaunchPhase aPhase, java.util.List<EPPMark> aMarks)
          Create a EPPLaunchInfData instance for a registration with the phase and list of marks.
EPPLaunchInfData(EPPLaunchPhase aPhase, java.lang.String aApplicationId, EPPLaunchStatus aStatus, java.util.List<EPPMark> aMarks)
          Create a EPPLaunchInfData instance for an application with the phase, application identifier, application status, and list of marks values.
 

Uses of EPPMark in com.verisign.epp.codec.signedMark
 

Methods in com.verisign.epp.codec.signedMark that return EPPMark
 EPPMark EPPSignedMark.getMark()
          Gets the mark associated with the signed mark.
 

Constructors in com.verisign.epp.codec.signedMark with parameters of type EPPMark
EPPEncodedSignedMark(java.lang.String aId, EPPIssuer aIssuer, java.util.Date aNotBefore, java.util.Date aNotAfter, EPPMark aMark)
          Create an EPPEncodedSignedMark with the id, issuer, not before date, not after date, and the mark attributes of the signed mark.
EPPSignedMark(java.lang.String aId, EPPIssuer aIssuer, java.util.Date aNotBefore, java.util.Date aNotAfter, EPPMark aMark)
          Create an EPPSignedMark with the id, issuer, not before date, not after date, and the mark attributes of the signed mark.
 



Copyright © VeriSign Inc. All Rights Reserved.