Class EPPSecDNSExtInfData

java.lang.Object
com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtInfData
All Implemented Interfaces:
EPPCodecComponent, Serializable, Cloneable

public class EPPSecDNSExtInfData extends Object implements EPPCodecComponent
The EPPSecDNSExtInfData is the EPPCodecComponent that knows how to encode and decode secDNS infData elements from/to XML and object instance.

Title: EPP 1.0 secDNS

Description: secDNS Extension to the EPP SDK

Copyright: Copyright (c) 2006

Company: VeriSign

See Also:
  • Field Details

  • Constructor Details

    • EPPSecDNSExtInfData

      public EPPSecDNSExtInfData()
      Instantiate a new instance of EPPSecDNSExtInfData
    • EPPSecDNSExtInfData

      public EPPSecDNSExtInfData(List dsData)
      Creates a new instance of the EPPSecDNSExtInfData with the dsData element.
      Parameters:
      dsData - List of dsData EPPSecDNSExtDsData instances.
  • Method Details

    • getNamespace

      public String getNamespace()
      The namespace associated with this secDNS inf data.
      Specified by:
      getNamespace in interface EPPCodecComponent
      Returns:
      The namespace associated with secDNS component
    • encode

      public Element encode(Document aDocument) throws EPPEncodeException
      Append all data from this secDNS inf data to the given DOM Document
      Specified by:
      encode in interface EPPCodecComponent
      Parameters:
      aDocument - The DOM Document to append data to
      Returns:
      Encoded DOM Element
      Throws:
      EPPEncodeException - Thrown when errors occur during the encode attempt or if the instance is invalid.
    • decode

      public void decode(Element aElement) throws EPPDecodeException
      Populate the data of this instance with the data stored in the given Element of the DOM tree
      Specified by:
      decode in interface EPPCodecComponent
      Parameters:
      aElement - The root element of the report fragment of XML
      Throws:
      EPPDecodeException - Thrown if any errors occur during decoding.
    • equals

      public boolean equals(Object aObject)
      implements a deep EPPSecDNSExtInfData compare.
      Overrides:
      equals in class Object
      Parameters:
      aObject - EPPSecDNSExtInfData instance to compare with
      Returns:
      true if equal false otherwise
    • clone

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

      public List getDsData()
      Get the dsData that is contained in this inf data
      Returns:
      List of dsData EPPSecDNSExtDsData instances.
    • setDsData

      public void setDsData(List dsData)
      Set the dsData of this inf data
      Parameters:
      dsData - List of dsData EPPSecDNSExtDsData instances
    • appendDsData

      public void appendDsData(EPPSecDNSExtDsData dsData)
      Append to the List of DS Data EPPSecDNSExtDsData instances
      Parameters:
      dsData - EPPSecDNSExtDsData instance