Package com.verisign.epp.codec.fee.v1_0
Class EPPFeeCreate
java.lang.Object
com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
com.verisign.epp.codec.fee.v1_0.EPPFeeCreate
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Fee Create Extension that enables a client to pass the expected fee for the
create command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor forEPPFeeCreate.EPPFeeCreate(EPPFeeValue aFee) Constructor forEPPFeeCreatethat takes a single fee.EPPFeeCreate(EPPFeeValue aFee, String aCurrency) Constructor forEPPFeeCreatethat takes a single fee and the optional currency.EPPFeeCreate(List<EPPFeeValue> aFees, String aCurrency) Constructor forEPPFeeCreatethat takes all attributes. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "create" for the create extension.Returns the XML namespace associated with theEPPCodecComponent.Methods inherited from class com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
addFee, clone, decode, encode, equals, getCurrency, getFees, hasCurrency, hasFees, setCurrency, setFees, toString
-
Field Details
-
ELM_LOCALNAME
XML local name forEPPFeeCreate.- See Also:
-
ELM_NAME
XML root tag forEPPFeeCreate.- See Also:
-
-
Constructor Details
-
EPPFeeCreate
public EPPFeeCreate()Default constructor forEPPFeeCreate. -
EPPFeeCreate
Constructor forEPPFeeCreatethat takes a single fee.- Parameters:
aFee- A single fee value
-
EPPFeeCreate
Constructor forEPPFeeCreatethat takes a single fee and the optional currency.- Parameters:
aFee- A single fee of the create commandaCurrency- Currency of the fee
-
EPPFeeCreate
Constructor forEPPFeeCreatethat takes all attributes.- Parameters:
aFees- List of feesaCurrency- Currency of the fees
-
-
Method Details
-
getLocalName
Returns the local name "create" for the create extension.- Specified by:
getLocalNamein classEPPFeeTransform- Returns:
- Local name "create" for the create extension.
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-