Class EPPRegistryUpdateResp

java.lang.Object
com.verisign.epp.codec.gen.EPPResponse
com.verisign.epp.codec.registry.EPPRegistryUpdateResp
All Implemented Interfaces:
EPPCodecComponent, EPPMessage, Serializable, Cloneable

public class EPPRegistryUpdateResp extends EPPResponse
See Also:
  • Constructor Details

    • EPPRegistryUpdateResp

      public EPPRegistryUpdateResp()
    • EPPRegistryUpdateResp

      public EPPRegistryUpdateResp(EPPTransId aTransId, String name)
    • EPPRegistryUpdateResp

      public EPPRegistryUpdateResp(EPPTransId aTransId, String name, Date createDate)
    • EPPRegistryUpdateResp

      public EPPRegistryUpdateResp(EPPTransId aTransId, String name, Date createDate, Date updateDate)
  • Method Details

    • getType

      public String getType()
      Gets the EPP command type associated with EPPRegistryUpdateResp.
      Overrides:
      getType in class EPPResponse
      Returns:
      EPPRegistryUpdateResp.ELM_NAME
    • getNamespace

      public String getNamespace()
      Gets the EPP command Namespace associated with EPPRegistryUpdateResp.
      Specified by:
      getNamespace in interface EPPCodecComponent
      Specified by:
      getNamespace in interface EPPMessage
      Overrides:
      getNamespace in class EPPResponse
      Returns:
      EPPRegistryMapFactory.NS
    • equals

      public boolean equals(Object aObject)
      Compare an instance of EPPRegistryUpdateResp with this instance.
      Overrides:
      equals in class EPPResponse
      Parameters:
      aObject - Object to compare with.
      Returns:
      DOCUMENT ME!
    • clone

      public Object clone() throws CloneNotSupportedException
      Clone EPPRegistryUpdateResp.
      Specified by:
      clone in interface EPPCodecComponent
      Overrides:
      clone in class EPPResponse
      Returns:
      clone of EPPRegistryUpdateResp
      Throws:
      CloneNotSupportedException - standard Object.clone exception
    • toString

      public String toString()
      Implementation of Object.toString, which will result in an indented XML String representation of the concrete EPPCodecComponent.
      Overrides:
      toString in class EPPResponse
      Returns:
      Indented XML String if successful; ERROR otherwise.
    • doEncode

      protected Element doEncode(Document aDocument) throws EPPEncodeException
      Encode a DOM Element tree from the attributes of the EPPRegistryUpdateResp instance.
      Overrides:
      doEncode in class EPPResponse
      Parameters:
      aDocument - DOM Document that is being built. Used as an Element factory.
      Returns:
      Element Root DOM Element representing the EPPRegistryUpdateResp instance.
      Throws:
      EPPEncodeException - Unable to encode EPPRegistryUpdateResp instance.
    • doDecode

      protected void doDecode(Element aElement) throws EPPDecodeException
      Decode the EPPRegistryUpdateResp attributes from the aElement DOM Element tree.
      Overrides:
      doDecode in class EPPResponse
      Parameters:
      aElement - Root DOM Element to decode EPPRegistryUpdateResp from.
      Throws:
      EPPDecodeException - Unable to decode aElement
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCreateDate

      public Date getCreateDate()
    • setCreateDate

      public void setCreateDate(Date createDate)
    • getUpdateDate

      public Date getUpdateDate()
    • setUpdateDate

      public void setUpdateDate(Date updateDate)