com.ibm.broker.config.appdev.nodes

Class FileReadNode.OpaqueElementsRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FileReadNode


    public class FileReadNode.OpaqueElementsRow
    extends NodePropertyRow
    OpaqueElementsRow is used by ParserXmlnscOpaqueElementsTable instance
     Table name = Opaque elements
     Row names = OpaqueElements
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getElements()
      Get the OpaqueElementsRow "Elements" property
      void setElements(java.lang.String value)
      Set the OpaqueElementsRow "Elements" property
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setElements

        public void setElements(java.lang.String value)
        Set the OpaqueElementsRow "Elements" property
        Parameters:
        value - String ; the value to set the property "Elements"
      • getElements

        public java.lang.String getElements()
        Get the OpaqueElementsRow "Elements" property
        Returns:
        String; the value of the property "Elements"