com.ibm.tivoli.maximo.interaction.obp

Class WSIO

  • All Implemented Interfaces:
    java.io.Serializable


    public class WSIO
    extends OBPNode
    See Also:
    Serialized Form
    • Constructor Detail

      • WSIO

        public WSIO()
    • Method Detail

      • hasAttributes

        public boolean hasAttributes()
      • setSchemaType

        public void setSchemaType(javax.xml.namespace.QName schemaType)
      • getSchemaType

        public javax.xml.namespace.QName getSchemaType()
      • getWSIOAttributes

        public java.util.List getWSIOAttributes()
        Returns:
        the wsioAttributes
      • getWSIOAttribute

        public WSIOAttribute getWSIOAttribute(java.lang.String attrName)
        Returns:
        the wsioAttributes
      • addWSIOAttribute

        public void addWSIOAttribute(WSIOAttribute wsioAttribute)
      • getWSIOChildren

        public java.util.List getWSIOChildren()
        Returns:
        the wsioChildren
      • addWSIOChild

        public void addWSIOChild(WSIO wsioChild)
      • addWSIOChildren

        public void addWSIOChildren(java.util.List addnlWsioChildren)
      • setWSIOChildren

        public void setWSIOChildren(java.util.List wsioChildren)
        Parameters:
        wsioChildren - the wsioChildren to set
      • getMaxOccurs

        public int getMaxOccurs()
        Returns:
        the maxOccurs
      • setMaxOccurs

        public void setMaxOccurs(int maxOccurs)
        Parameters:
        maxOccurs - the maxOccurs to set
      • getParent

        public WSIO getParent()
        Returns:
        the parent
      • getMinOccurs

        public int getMinOccurs()
        Returns:
        the minOccurs
      • setMinOccurs

        public void setMinOccurs(int minOccurs)
        Parameters:
        minOccurs - the minOccurs to set
      • canExclude

        public boolean canExclude()
      • isWrapper

        public boolean isWrapper()
      • isLeaf

        public boolean isLeaf()
      • isRoot

        public boolean isRoot()
      • hasSingleChild

        public boolean hasSingleChild()
      • getFirstChild

        public WSIO getFirstChild()
      • isMaxOccursUnbounded

        public boolean isMaxOccursUnbounded()
      • getWSIOAttributesMap

        public java.util.Map getWSIOAttributesMap()