java.lang.Object
com.priint.pubserver.metadata.xml.base.ExtImpl
All Implemented Interfaces:
Ext, Serializable

public class ExtImpl extends Object implements Serializable, Ext
See Also:
  • Constructor Details

    • ExtImpl

      public ExtImpl()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Ext

      Gets the (external) Id of this element.

      Gets the (external) Id of this element or the Id of the external resource, this element refers to.
      There are no requirements for the content of this element, neither formal nor semantics.

      Specified by:
      getId in interface Ext
      Returns:
      the Id of a external resource of this element
    • setId

      public void setId(String id)
      Description copied from interface: Ext

      Sets the (external) Id of this element.

      Sets the external Id of this element. For further information see Ext.getId()

      Specified by:
      setId in interface Ext
      Parameters:
      id - the Id of a external resource of this element