Interface FEEDERAUDITDETAILS

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

public interface FEEDERAUDITDETAILS extends org.apache.xmlbeans.XmlObject
An XML FEEDER_AUDIT_DETAILS(@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 "location" element
    Appends and returns a new empty "provider" element
    Appends and returns a new empty "subject" element
    Appends and returns a new empty "time" element
    Gets the "location" element
    Gets the "provider" element
    Gets the "subject" element
    Gets the "system_id" element
    Gets the "time" element
    Gets the "version_id" element
    boolean
    True if has "location" element
    boolean
    True if has "provider" element
    boolean
    True if has "subject" element
    boolean
    True if has "time" element
    boolean
    True if has "version_id" element
    void
    Sets the "location" element
    void
    Sets the "provider" element
    void
    Sets the "subject" element
    void
    setSystemId(String systemId)
    Sets the "system_id" element
    void
    Sets the "time" element
    void
    setVersionId(String versionId)
    Sets the "version_id" element
    void
    Unsets the "location" element
    void
    Unsets the "provider" element
    void
    Unsets the "subject" element
    void
    Unsets the "time" element
    void
    Unsets the "version_id" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "system_id" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "version_id" element
    void
    xsetSystemId(org.apache.xmlbeans.XmlString systemId)
    Sets (as xml) the "system_id" element
    void
    xsetVersionId(org.apache.xmlbeans.XmlString versionId)
    Sets (as xml) the "version_id" 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

    • getSystemId

      String getSystemId()
      Gets the "system_id" element
    • xgetSystemId

      org.apache.xmlbeans.XmlString xgetSystemId()
      Gets (as xml) the "system_id" element
    • setSystemId

      void setSystemId(String systemId)
      Sets the "system_id" element
    • xsetSystemId

      void xsetSystemId(org.apache.xmlbeans.XmlString systemId)
      Sets (as xml) the "system_id" element
    • getLocation

      PARTYIDENTIFIED getLocation()
      Gets the "location" element
    • isSetLocation

      boolean isSetLocation()
      True if has "location" element
    • setLocation

      void setLocation(PARTYIDENTIFIED location)
      Sets the "location" element
    • addNewLocation

      PARTYIDENTIFIED addNewLocation()
      Appends and returns a new empty "location" element
    • unsetLocation

      void unsetLocation()
      Unsets the "location" element
    • getProvider

      PARTYIDENTIFIED getProvider()
      Gets the "provider" element
    • isSetProvider

      boolean isSetProvider()
      True if has "provider" element
    • setProvider

      void setProvider(PARTYIDENTIFIED provider)
      Sets the "provider" element
    • addNewProvider

      PARTYIDENTIFIED addNewProvider()
      Appends and returns a new empty "provider" element
    • unsetProvider

      void unsetProvider()
      Unsets the "provider" element
    • getSubject

      PARTYPROXY getSubject()
      Gets the "subject" element
    • isSetSubject

      boolean isSetSubject()
      True if has "subject" element
    • setSubject

      void setSubject(PARTYPROXY subject)
      Sets the "subject" element
    • addNewSubject

      PARTYPROXY addNewSubject()
      Appends and returns a new empty "subject" element
    • unsetSubject

      void unsetSubject()
      Unsets the "subject" element
    • getTime

      DVDATETIME getTime()
      Gets the "time" element
    • isSetTime

      boolean isSetTime()
      True if has "time" element
    • setTime

      void setTime(DVDATETIME time)
      Sets the "time" element
    • addNewTime

      DVDATETIME addNewTime()
      Appends and returns a new empty "time" element
    • unsetTime

      void unsetTime()
      Unsets the "time" element
    • getVersionId

      String getVersionId()
      Gets the "version_id" element
    • xgetVersionId

      org.apache.xmlbeans.XmlString xgetVersionId()
      Gets (as xml) the "version_id" element
    • isSetVersionId

      boolean isSetVersionId()
      True if has "version_id" element
    • setVersionId

      void setVersionId(String versionId)
      Sets the "version_id" element
    • xsetVersionId

      void xsetVersionId(org.apache.xmlbeans.XmlString versionId)
      Sets (as xml) the "version_id" element
    • unsetVersionId

      void unsetVersionId()
      Unsets the "version_id" element