Package | Description |
---|---|
com.verisign.epp.codec.launch | |
com.verisign.epp.codec.signedMark |
Modifier and Type | Method and Description |
---|---|
EPPMark |
EPPLaunchInfData.getMark()
Gets an individual mark.
|
EPPMark |
EPPLaunchCodeMark.getMark()
Gets the mark information.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPMark> |
EPPLaunchInfData.getMarks()
Gets the list of marks
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchInfData.setMarks(java.util.List<EPPMark> aMarks)
Sets the list of marks.
|
Constructor and Description |
---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
EPPMark |
EPPSignedMark.getMark()
Gets the mark associated with the signed mark.
|
Constructor and Description |
---|
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.