com.ibm.tivoli.maximo.interaction.obp

Class OBPNode

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.obp.OBPNode
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    WSIO, WSIOAttribute


    public class OBPNode
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • name

        protected java.lang.String name
      • xmlLocation

        protected java.lang.String xmlLocation
      • title

        protected java.lang.String title
      • doc

        protected java.lang.String doc
      • decsription

        protected java.lang.String decsription
      • markedForDelete

        protected boolean markedForDelete
      • id

        protected int id
      • required

        protected boolean required
      • xmlLocalPartName

        protected java.lang.String xmlLocalPartName
    • Constructor Detail

      • OBPNode

        public OBPNode()
    • Method Detail

      • getId

        public int getId()
      • getName

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

        public void setName(java.lang.String name)
        Parameters:
        name - the name to set
      • getXmlLocation

        public java.lang.String getXmlLocation()
        Returns:
        the xmlLocation
      • setXmlLocation

        public void setXmlLocation(java.lang.String xmlLocation)
        Parameters:
        xmlLocation - the xmlLocation to set
      • getTitle

        public java.lang.String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle(java.lang.String title)
        Parameters:
        title - the title to set
      • getDoc

        public java.lang.String getDoc()
        Returns:
        the doc
      • setDoc

        public void setDoc(java.lang.String doc)
        Parameters:
        doc - the doc to set
      • getDecsription

        public java.lang.String getDecsription()
        Returns:
        the decsription
      • setDecsription

        public void setDecsription(java.lang.String decsription)
        Parameters:
        decsription - the decsription to set
      • markForDelete

        public void markForDelete(boolean deleted)
      • isMarkedForDelete

        public boolean isMarkedForDelete()
      • isRequired

        public boolean isRequired()
        Returns:
        the required
      • setRequired

        public void setRequired(boolean required)
        Parameters:
        required - the required to set
      • getXMLLocalPartName

        public java.lang.String getXMLLocalPartName()