Interface PARTY

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

public interface PARTY extends org.apache.xmlbeans.XmlObject
An XML PARTY(@openEHR/v1/Template). 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 "partyIdentifier" element
    Appends and returns a new empty "partyRelationship" element
    boolean
    Gets the "externalRefRequired" element
    Gets array of all "partyIdentifier" elements
    Gets ith "partyIdentifier" element
    Gets the "partyName" element
    Gets the "partyRelationship" element
    Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" element
    boolean
    True if has "partyName" element
    boolean
    True if has "partyRelationship" element
    void
    Removes the ith "partyIdentifier" element
    void
    setExternalRefRequired(boolean externalRefRequired)
    Sets the "externalRefRequired" element
    void
    setPartyIdentifierArray(int i, DvIdentifier partyIdentifier)
    Sets ith "partyIdentifier" element
    void
    setPartyIdentifierArray(DvIdentifier[] partyIdentifierArray)
    Sets array of all "partyIdentifier" element
    void
    setPartyName(String partyName)
    Sets the "partyName" element
    void
    Sets the "partyRelationship" element
    int
    Returns number of "partyIdentifier" element
    void
    Unsets the "partyName" element
    void
    Unsets the "partyRelationship" element
    org.apache.xmlbeans.XmlBoolean
    Gets (as xml) the "externalRefRequired" element
    org.apache.xmlbeans.XmlString
    Gets (as xml) the "partyName" element
    void
    xsetExternalRefRequired(org.apache.xmlbeans.XmlBoolean externalRefRequired)
    Sets (as xml) the "externalRefRequired" element
    void
    xsetPartyName(org.apache.xmlbeans.XmlString partyName)
    Sets (as xml) the "partyName" 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

    • getExternalRefRequired

      boolean getExternalRefRequired()
      Gets the "externalRefRequired" element
    • xgetExternalRefRequired

      org.apache.xmlbeans.XmlBoolean xgetExternalRefRequired()
      Gets (as xml) the "externalRefRequired" element
    • setExternalRefRequired

      void setExternalRefRequired(boolean externalRefRequired)
      Sets the "externalRefRequired" element
    • xsetExternalRefRequired

      void xsetExternalRefRequired(org.apache.xmlbeans.XmlBoolean externalRefRequired)
      Sets (as xml) the "externalRefRequired" element
    • getPartyName

      String getPartyName()
      Gets the "partyName" element
    • xgetPartyName

      org.apache.xmlbeans.XmlString xgetPartyName()
      Gets (as xml) the "partyName" element
    • isSetPartyName

      boolean isSetPartyName()
      True if has "partyName" element
    • setPartyName

      void setPartyName(String partyName)
      Sets the "partyName" element
    • xsetPartyName

      void xsetPartyName(org.apache.xmlbeans.XmlString partyName)
      Sets (as xml) the "partyName" element
    • unsetPartyName

      void unsetPartyName()
      Unsets the "partyName" element
    • getPartyIdentifierArray

      DvIdentifier[] getPartyIdentifierArray()
      Gets array of all "partyIdentifier" elements
    • getPartyIdentifierArray

      DvIdentifier getPartyIdentifierArray(int i)
      Gets ith "partyIdentifier" element
    • sizeOfPartyIdentifierArray

      int sizeOfPartyIdentifierArray()
      Returns number of "partyIdentifier" element
    • setPartyIdentifierArray

      void setPartyIdentifierArray(DvIdentifier[] partyIdentifierArray)
      Sets array of all "partyIdentifier" element
    • setPartyIdentifierArray

      void setPartyIdentifierArray(int i, DvIdentifier partyIdentifier)
      Sets ith "partyIdentifier" element
    • insertNewPartyIdentifier

      DvIdentifier insertNewPartyIdentifier(int i)
      Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" element
    • addNewPartyIdentifier

      DvIdentifier addNewPartyIdentifier()
      Appends and returns a new empty value (as xml) as the last "partyIdentifier" element
    • removePartyIdentifier

      void removePartyIdentifier(int i)
      Removes the ith "partyIdentifier" element
    • getPartyRelationship

      TextConstraint getPartyRelationship()
      Gets the "partyRelationship" element
    • isSetPartyRelationship

      boolean isSetPartyRelationship()
      True if has "partyRelationship" element
    • setPartyRelationship

      void setPartyRelationship(TextConstraint partyRelationship)
      Sets the "partyRelationship" element
    • addNewPartyRelationship

      TextConstraint addNewPartyRelationship()
      Appends and returns a new empty "partyRelationship" element
    • unsetPartyRelationship

      void unsetPartyRelationship()
      Unsets the "partyRelationship" element