Class IDocElement

java.lang.Object
com.onenetwork.platform.integ.sap.IDocElement
Direct Known Subclasses:
IDoc, IDocField, IDocSegment

public class IDocElement
extends java.lang.Object
Base class for an element of an IDoc. It is the base for IDoc, IDocSegment and IDocField
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String name  
  • Constructor Summary

    Constructors 
    Constructor Description
    IDocElement()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Returns the name of the IDocElement
    void setName​(java.lang.String name)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected java.lang.String name
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Returns the name of the IDocElement
      Returns:
      name of the IDocElement
    • setName

      public void setName​(java.lang.String name)
      Parameters:
      name - of the IDocElement