|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPValue | |
---|---|
com.verisign.epp.codec.gen |
Uses of EPPValue in com.verisign.epp.codec.gen |
---|
Methods in com.verisign.epp.codec.gen that return EPPValue | |
---|---|
EPPValue |
EPPExtValue.getValue()
Gets the value element associated with the error. |
Methods in com.verisign.epp.codec.gen with parameters of type EPPValue | |
---|---|
void |
EPPResult.addValue(EPPValue aValue)
Adds an EPPValue instance to the list of client error
elements. |
void |
EPPExtValue.setValue(EPPValue aValue)
Sets the value associated with the error. |
void |
EPPResult.setValues(EPPValue[] aValues)
Sets the values associated with the result. |
Constructors in com.verisign.epp.codec.gen with parameters of type EPPValue | |
---|---|
EPPExtValue(java.lang.String aReason,
EPPValue aValue)
Allocates a new EPPExtValue with both the
value and reason attributes specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |