Interface InteraksjonDocument.Interaksjon.Referanse

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
InteraksjonDocumentImpl.InteraksjonImpl.ReferanseImpl
Enclosing interface:
InteraksjonDocument.Interaksjon

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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.ElementFactory<InteraksjonDocument.Interaksjon.Referanse>
     
    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 "Lenke" element
    Gets the "Kilde" element
    Gets the "Lenke" element
    boolean
    True if has "Lenke" element
    void
    Sets the "Kilde" element
    void
    setLenke(URL lenke)
    Sets the "Lenke" element
    void
    Unsets the "Lenke" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Kilde" element
    void
    xsetKilde(org.apache.xmlbeans.XmlString kilde)
    Sets (as xml) the "Kilde" 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

    • getKilde

      String getKilde()
      Gets the "Kilde" element
    • xgetKilde

      org.apache.xmlbeans.XmlString xgetKilde()
      Gets (as xml) the "Kilde" element
    • setKilde

      void setKilde(String kilde)
      Sets the "Kilde" element
    • xsetKilde

      void xsetKilde(org.apache.xmlbeans.XmlString kilde)
      Sets (as xml) the "Kilde" element
    • getLenke

      URL getLenke()
      Gets the "Lenke" element
    • isSetLenke

      boolean isSetLenke()
      True if has "Lenke" element
    • setLenke

      void setLenke(URL lenke)
      Sets the "Lenke" element
    • addNewLenke

      URL addNewLenke()
      Appends and returns a new empty "Lenke" element
    • unsetLenke

      void unsetLenke()
      Unsets the "Lenke" element