Interface ARCHETYPESLOT

All Superinterfaces:
ARCHETYPECONSTRAINT, COBJECT, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ARCHETYPESLOTImpl

public interface ARCHETYPESLOT extends COBJECT
An XML ARCHETYPE_SLOT(@http://schemas.openehr.org/v1). 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.
  • 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 "excludes" element
    Appends and returns a new empty value (as xml) as the last "includes" element
    Gets array of all "excludes" elements
    Gets ith "excludes" element
    Gets array of all "includes" elements
    Gets ith "includes" element
    Inserts and returns a new empty value (as xml) as the ith "excludes" element
    Inserts and returns a new empty value (as xml) as the ith "includes" element
    void
    Removes the ith "excludes" element
    void
    Removes the ith "includes" element
    void
    setExcludesArray(int i, ASSERTION excludes)
    Sets ith "excludes" element
    void
    setExcludesArray(ASSERTION[] excludesArray)
    Sets array of all "excludes" element
    void
    setIncludesArray(int i, ASSERTION includes)
    Sets ith "includes" element
    void
    setIncludesArray(ASSERTION[] includesArray)
    Sets array of all "includes" element
    int
    Returns number of "excludes" element
    int
    Returns number of "includes" element

    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

    • getIncludesArray

      ASSERTION[] getIncludesArray()
      Gets array of all "includes" elements
    • getIncludesArray

      ASSERTION getIncludesArray(int i)
      Gets ith "includes" element
    • sizeOfIncludesArray

      int sizeOfIncludesArray()
      Returns number of "includes" element
    • setIncludesArray

      void setIncludesArray(ASSERTION[] includesArray)
      Sets array of all "includes" element
    • setIncludesArray

      void setIncludesArray(int i, ASSERTION includes)
      Sets ith "includes" element
    • insertNewIncludes

      ASSERTION insertNewIncludes(int i)
      Inserts and returns a new empty value (as xml) as the ith "includes" element
    • addNewIncludes

      ASSERTION addNewIncludes()
      Appends and returns a new empty value (as xml) as the last "includes" element
    • removeIncludes

      void removeIncludes(int i)
      Removes the ith "includes" element
    • getExcludesArray

      ASSERTION[] getExcludesArray()
      Gets array of all "excludes" elements
    • getExcludesArray

      ASSERTION getExcludesArray(int i)
      Gets ith "excludes" element
    • sizeOfExcludesArray

      int sizeOfExcludesArray()
      Returns number of "excludes" element
    • setExcludesArray

      void setExcludesArray(ASSERTION[] excludesArray)
      Sets array of all "excludes" element
    • setExcludesArray

      void setExcludesArray(int i, ASSERTION excludes)
      Sets ith "excludes" element
    • insertNewExcludes

      ASSERTION insertNewExcludes(int i)
      Inserts and returns a new empty value (as xml) as the ith "excludes" element
    • addNewExcludes

      ASSERTION addNewExcludes()
      Appends and returns a new empty value (as xml) as the last "excludes" element
    • removeExcludes

      void removeExcludes(int i)
      Removes the ith "excludes" element