Interface LeverandorDocument.Leverandor

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LeverandorDocumentImpl.LeverandorImpl
Enclosing interface:
LeverandorDocument

public static interface LeverandorDocument.Leverandor extends org.apache.xmlbeans.XmlObject
An XML Leverandor(@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<LeverandorDocument.Leverandor>
     
    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
    Gets the "Adresse" element
    Gets the "Navn" element
    Gets the "Telefon" element
    void
    setAdresse(String adresse)
    Sets the "Adresse" element
    void
    Sets the "Navn" element
    void
    setTelefon(String telefon)
    Sets the "Telefon" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Adresse" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Navn" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "Telefon" element
    void
    xsetAdresse(org.apache.xmlbeans.XmlString adresse)
    Sets (as xml) the "Adresse" element
    void
    xsetNavn(org.apache.xmlbeans.XmlString navn)
    Sets (as xml) the "Navn" element
    void
    xsetTelefon(org.apache.xmlbeans.XmlString telefon)
    Sets (as xml) the "Telefon" 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

    • Factory

      static final org.apache.xmlbeans.impl.schema.ElementFactory<LeverandorDocument.Leverandor> Factory
    • type

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

    • getNavn

      String getNavn()
      Gets the "Navn" element
    • xgetNavn

      org.apache.xmlbeans.XmlString xgetNavn()
      Gets (as xml) the "Navn" element
    • setNavn

      void setNavn(String navn)
      Sets the "Navn" element
    • xsetNavn

      void xsetNavn(org.apache.xmlbeans.XmlString navn)
      Sets (as xml) the "Navn" element
    • getAdresse

      String getAdresse()
      Gets the "Adresse" element
    • xgetAdresse

      org.apache.xmlbeans.XmlString xgetAdresse()
      Gets (as xml) the "Adresse" element
    • setAdresse

      void setAdresse(String adresse)
      Sets the "Adresse" element
    • xsetAdresse

      void xsetAdresse(org.apache.xmlbeans.XmlString adresse)
      Sets (as xml) the "Adresse" element
    • getTelefon

      String getTelefon()
      Gets the "Telefon" element
    • xgetTelefon

      org.apache.xmlbeans.XmlString xgetTelefon()
      Gets (as xml) the "Telefon" element
    • setTelefon

      void setTelefon(String telefon)
      Sets the "Telefon" element
    • xsetTelefon

      void xsetTelefon(org.apache.xmlbeans.XmlString telefon)
      Sets (as xml) the "Telefon" element