public class EPPLowBalancePollResponse extends EPPResponse
Title: EPP 1.0 LowBalance
Description: LowBalance Poll Mapping for the EPP SDK
Copyright: Copyright (c) 2004
Company: VeriSign
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_AVAILABLE_CREDIT
The availableCredit XML tag name
|
static java.lang.String |
ELM_CREDIT_LIMIT
The creditLimit XML tag name
|
static java.lang.String |
ELM_NAME
The poll data XML tag name
|
static java.lang.String |
ELM_REGISTRAR_NAME
The registrarName XML tag name
|
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED
Constructor and Description |
---|
EPPLowBalancePollResponse()
Create a new instance of EPPLowBalancePollResponse
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPLowBalancePollResponse . |
void |
doDecode(org.w3c.dom.Element aElement)
Populates the data of this instance from the given XML Element which is
part of a DOM Document
|
org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Put all data contained in this poll response into the given XML document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPLowBalancePollResponse compare. |
java.lang.String |
getAvailableCredit() |
java.lang.String |
getCreditLimit() |
EPPLowBalancePollThreshold |
getCreditThreshold() |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPResponse . |
java.lang.String |
getRegistrarName() |
void |
setAvailableCredit(java.lang.String availableCredit) |
void |
setCreditLimit(java.lang.String creditLimit) |
void |
setCreditThreshold(EPPLowBalancePollThreshold aCreditThreshold) |
void |
setRegistrarName(java.lang.String registrarName) |
addExtension, decode, encode, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, getType, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransId, toString
public static final java.lang.String ELM_NAME
public static final java.lang.String ELM_REGISTRAR_NAME
public static final java.lang.String ELM_CREDIT_LIMIT
public static final java.lang.String ELM_AVAILABLE_CREDIT
public EPPLowBalancePollResponse()
public java.lang.String getNamespace()
EPPResponse
.getNamespace
in interface EPPCodecComponent
getNamespace
in interface EPPMessage
getNamespace
in class EPPResponse
EPPResponse
.public org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeException
doEncode
in class EPPResponse
aDocument
- the DOM Document to attach data to.EPPEncodeException
- Thrown if any errors occur during the encode
processpublic void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeException
doDecode
in class EPPResponse
aElement
- the element that is a parent of the poll dataEPPDecodeException
- thrown if any errors occur during the decode operationpublic boolean equals(java.lang.Object aObject)
EPPLowBalancePollResponse
compare.equals
in class EPPResponse
aObject
- EPPLowBalancePollResponse
instance to compare withpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPLowBalancePollResponse
.clone
in interface EPPCodecComponent
clone
in class EPPResponse
EPPLowBalancePollResponse
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getRegistrarName()
public void setRegistrarName(java.lang.String registrarName)
public java.lang.String getCreditLimit()
public void setCreditLimit(java.lang.String creditLimit)
public EPPLowBalancePollThreshold getCreditThreshold()
public void setCreditThreshold(EPPLowBalancePollThreshold aCreditThreshold)
public java.lang.String getAvailableCredit()
public void setAvailableCredit(java.lang.String availableCredit)
Copyright © VeriSign Inc. All Rights Reserved.