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 class  PARTY.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • 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