Interface ProcessorType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ProcessorTypeImpl

public interface ProcessorType extends org.apache.xmlbeans.XmlObject
An XML Processor.type(@http://www.yworks.com/xml/graphml). This is a complex type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A factory class with static methods for creating instances of this type.
    static interface 
    An XML Option(@http://www.yworks.com/xml/graphml).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Appends and returns a new empty value (as xml) as the last "Option" element
    Gets the "class" attribute
    Gets array of all "Option" elements
    Gets ith "Option" element
    Inserts and returns a new empty value (as xml) as the ith "Option" element
    void
    removeOption(int i)
    Removes the ith "Option" element
    void
    setClass1(String class1)
    Sets the "class" attribute
    void
    Sets ith "Option" element
    void
    Sets array of all "Option" element
    int
    Returns number of "Option" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "class" attribute
    void
    xsetClass1(org.apache.xmlbeans.XmlString class1)
    Sets (as xml) the "class" attribute

    Methods inherited from interface org.apache.xmlbeans.XmlObject

    changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode

    Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

    documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

    • type

      static final org.apache.xmlbeans.SchemaType type
  • Method Details

    • getOptionArray

      ProcessorType.Option[] getOptionArray()
      Gets array of all "Option" elements
    • getOptionArray

      ProcessorType.Option getOptionArray(int i)
      Gets ith "Option" element
    • sizeOfOptionArray

      int sizeOfOptionArray()
      Returns number of "Option" element
    • setOptionArray

      void setOptionArray(ProcessorType.Option[] optionArray)
      Sets array of all "Option" element
    • setOptionArray

      void setOptionArray(int i, ProcessorType.Option option)
      Sets ith "Option" element
    • insertNewOption

      ProcessorType.Option insertNewOption(int i)
      Inserts and returns a new empty value (as xml) as the ith "Option" element
    • addNewOption

      ProcessorType.Option addNewOption()
      Appends and returns a new empty value (as xml) as the last "Option" element
    • removeOption

      void removeOption(int i)
      Removes the ith "Option" element
    • getClass1

      String getClass1()
      Gets the "class" attribute
    • xgetClass1

      org.apache.xmlbeans.XmlString xgetClass1()
      Gets (as xml) the "class" attribute
    • setClass1

      void setClass1(String class1)
      Sets the "class" attribute
    • xsetClass1

      void xsetClass1(org.apache.xmlbeans.XmlString class1)
      Sets (as xml) the "class" attribute