Interface StyrkeFormStoffDocument.StyrkeFormStoff

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
StyrkeFormStoffDocumentImpl.StyrkeFormStoffImpl
Enclosing interface:
StyrkeFormStoffDocument

public static interface StyrkeFormStoffDocument.StyrkeFormStoff extends org.apache.xmlbeans.XmlObject
An XML StyrkeFormStoff(@http://www.kith.no/xmlstds/eresept/forskrivning/2014-12-01). This is a complex type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.ElementFactory<StyrkeFormStoffDocument.StyrkeFormStoff>
     
    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
    org.apache.xmlbeans.XmlString
    Appends and returns a new empty value (as xml) as the last "Stoff" element
    void
    Appends the value as the last "Stoff" element
    Gets the "Form" element
    Gets array of all "Stoff" elements
    Gets ith "Stoff" element
    Gets a List of "Stoff" elements
    Gets the "Styrke" element
    org.apache.xmlbeans.XmlString
    Inserts and returns a new empty value (as xml) as the ith "Stoff" element
    void
    insertStoff(int i, String stoff)
    Inserts the value as the ith "Stoff" element
    boolean
    True if has "Form" element
    boolean
    True if has "Styrke" element
    void
    removeStoff(int i)
    Removes the ith "Stoff" element
    void
    Sets the "Form" element
    void
    setStoffArray(int i, String stoff)
    Sets ith "Stoff" element
    void
    setStoffArray(String[] stoffArray)
    Sets array of all "Stoff" element
    void
    setStyrke(String styrke)
    Sets the "Styrke" element
    int
    Returns number of "Stoff" element
    void
    Unsets the "Form" element
    void
    Unsets the "Styrke" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Form" element
    org.apache.xmlbeans.XmlString[]
    Gets (as xml) array of all "Stoff" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) ith "Stoff" element
    List<org.apache.xmlbeans.XmlString>
    Gets (as xml) a List of "Stoff" elements
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Styrke" element
    void
    xsetForm(org.apache.xmlbeans.XmlString form)
    Sets (as xml) the "Form" element
    void
    xsetStoffArray(int i, org.apache.xmlbeans.XmlString stoff)
    Sets (as xml) ith "Stoff" element
    void
    xsetStoffArray(org.apache.xmlbeans.XmlString[] stoffArray)
    Sets (as xml) array of all "Stoff" element
    void
    xsetStyrke(org.apache.xmlbeans.XmlString styrke)
    Sets (as xml) the "Styrke" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
  • Field Details

  • Method Details

    • getStyrke

      String getStyrke()
      Gets the "Styrke" element
    • xgetStyrke

      org.apache.xmlbeans.XmlString xgetStyrke()
      Gets (as xml) the "Styrke" element
    • isSetStyrke

      boolean isSetStyrke()
      True if has "Styrke" element
    • setStyrke

      void setStyrke(String styrke)
      Sets the "Styrke" element
    • xsetStyrke

      void xsetStyrke(org.apache.xmlbeans.XmlString styrke)
      Sets (as xml) the "Styrke" element
    • unsetStyrke

      void unsetStyrke()
      Unsets the "Styrke" element
    • getForm

      String getForm()
      Gets the "Form" element
    • xgetForm

      org.apache.xmlbeans.XmlString xgetForm()
      Gets (as xml) the "Form" element
    • isSetForm

      boolean isSetForm()
      True if has "Form" element
    • setForm

      void setForm(String form)
      Sets the "Form" element
    • xsetForm

      void xsetForm(org.apache.xmlbeans.XmlString form)
      Sets (as xml) the "Form" element
    • unsetForm

      void unsetForm()
      Unsets the "Form" element
    • getStoffList

      List<String> getStoffList()
      Gets a List of "Stoff" elements
    • getStoffArray

      String[] getStoffArray()
      Gets array of all "Stoff" elements
    • getStoffArray

      String getStoffArray(int i)
      Gets ith "Stoff" element
    • xgetStoffList

      List<org.apache.xmlbeans.XmlString> xgetStoffList()
      Gets (as xml) a List of "Stoff" elements
    • xgetStoffArray

      org.apache.xmlbeans.XmlString[] xgetStoffArray()
      Gets (as xml) array of all "Stoff" elements
    • xgetStoffArray

      org.apache.xmlbeans.XmlString xgetStoffArray(int i)
      Gets (as xml) ith "Stoff" element
    • sizeOfStoffArray

      int sizeOfStoffArray()
      Returns number of "Stoff" element
    • setStoffArray

      void setStoffArray(String[] stoffArray)
      Sets array of all "Stoff" element
    • setStoffArray

      void setStoffArray(int i, String stoff)
      Sets ith "Stoff" element
    • xsetStoffArray

      void xsetStoffArray(org.apache.xmlbeans.XmlString[] stoffArray)
      Sets (as xml) array of all "Stoff" element
    • xsetStoffArray

      void xsetStoffArray(int i, org.apache.xmlbeans.XmlString stoff)
      Sets (as xml) ith "Stoff" element
    • insertStoff

      void insertStoff(int i, String stoff)
      Inserts the value as the ith "Stoff" element
    • addStoff

      void addStoff(String stoff)
      Appends the value as the last "Stoff" element
    • insertNewStoff

      org.apache.xmlbeans.XmlString insertNewStoff(int i)
      Inserts and returns a new empty value (as xml) as the ith "Stoff" element
    • addNewStoff

      org.apache.xmlbeans.XmlString addNewStoff()
      Appends and returns a new empty value (as xml) as the last "Stoff" element
    • removeStoff

      void removeStoff(int i)
      Removes the ith "Stoff" element