Interface ContactType

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

    public interface ContactType
    extends org.apache.xmlbeans.XmlObject
    An XML ContactType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
    • Field Detail

      • type

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

      • isNilAddress

        boolean isNilAddress()
        Tests for nil "address" element
      • isSetAddress

        boolean isSetAddress()
        True if has "address" element
      • addNewAddress

        ContactType.Address addNewAddress()
        Appends and returns a new empty "address" element
      • setNilAddress

        void setNilAddress()
        Nils the "address" element
      • unsetAddress

        void unsetAddress()
        Unsets the "address" element
      • getContactInstructions

        PTFreeTextPropertyType getContactInstructions()
        Gets the "contactInstructions" element
      • isNilContactInstructions

        boolean isNilContactInstructions()
        Tests for nil "contactInstructions" element
      • isSetContactInstructions

        boolean isSetContactInstructions()
        True if has "contactInstructions" element
      • setContactInstructions

        void setContactInstructions​(PTFreeTextPropertyType contactInstructions)
        Sets the "contactInstructions" element
      • addNewContactInstructions

        PTFreeTextPropertyType addNewContactInstructions()
        Appends and returns a new empty "contactInstructions" element
      • setNilContactInstructions

        void setNilContactInstructions()
        Nils the "contactInstructions" element
      • unsetContactInstructions

        void unsetContactInstructions()
        Unsets the "contactInstructions" element
      • isNilElectronicMailAddress

        boolean isNilElectronicMailAddress()
        Tests for nil "electronicMailAddress" element
      • isSetElectronicMailAddress

        boolean isSetElectronicMailAddress()
        True if has "electronicMailAddress" element
      • setNilElectronicMailAddress

        void setNilElectronicMailAddress()
        Nils the "electronicMailAddress" element
      • unsetElectronicMailAddress

        void unsetElectronicMailAddress()
        Unsets the "electronicMailAddress" element
      • isNilHoursOfService

        boolean isNilHoursOfService()
        Tests for nil "hoursOfService" element
      • isSetHoursOfService

        boolean isSetHoursOfService()
        True if has "hoursOfService" element
      • setHoursOfService

        void setHoursOfService​(PTFreeTextPropertyType hoursOfService)
        Sets the "hoursOfService" element
      • addNewHoursOfService

        PTFreeTextPropertyType addNewHoursOfService()
        Appends and returns a new empty "hoursOfService" element
      • setNilHoursOfService

        void setNilHoursOfService()
        Nils the "hoursOfService" element
      • unsetHoursOfService

        void unsetHoursOfService()
        Unsets the "hoursOfService" element
      • isNilTelephoneFacsimileArray

        boolean isNilTelephoneFacsimileArray​(int i)
        Tests for nil ith "telephoneFacsimile" element
      • sizeOfTelephoneFacsimileArray

        int sizeOfTelephoneFacsimileArray()
        Returns number of "telephoneFacsimile" element
      • setTelephoneFacsimileArray

        void setTelephoneFacsimileArray​(ContactType.TelephoneFacsimile[] telephoneFacsimileArray)
        Sets array of all "telephoneFacsimile" element
      • setTelephoneFacsimileArray

        void setTelephoneFacsimileArray​(int i,
                                        ContactType.TelephoneFacsimile telephoneFacsimile)
        Sets ith "telephoneFacsimile" element
      • setNilTelephoneFacsimileArray

        void setNilTelephoneFacsimileArray​(int i)
        Nils the ith "telephoneFacsimile" element
      • insertNewTelephoneFacsimile

        ContactType.TelephoneFacsimile insertNewTelephoneFacsimile​(int i)
        Inserts and returns a new empty value (as xml) as the ith "telephoneFacsimile" element
      • addNewTelephoneFacsimile

        ContactType.TelephoneFacsimile addNewTelephoneFacsimile()
        Appends and returns a new empty value (as xml) as the last "telephoneFacsimile" element
      • removeTelephoneFacsimile

        void removeTelephoneFacsimile​(int i)
        Removes the ith "telephoneFacsimile" element
      • isNilTelephoneVoiceArray

        boolean isNilTelephoneVoiceArray​(int i)
        Tests for nil ith "telephoneVoice" element
      • sizeOfTelephoneVoiceArray

        int sizeOfTelephoneVoiceArray()
        Returns number of "telephoneVoice" element
      • setTelephoneVoiceArray

        void setTelephoneVoiceArray​(ContactType.TelephoneVoice[] telephoneVoiceArray)
        Sets array of all "telephoneVoice" element
      • setTelephoneVoiceArray

        void setTelephoneVoiceArray​(int i,
                                    ContactType.TelephoneVoice telephoneVoice)
        Sets ith "telephoneVoice" element
      • setNilTelephoneVoiceArray

        void setNilTelephoneVoiceArray​(int i)
        Nils the ith "telephoneVoice" element
      • insertNewTelephoneVoice

        ContactType.TelephoneVoice insertNewTelephoneVoice​(int i)
        Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" element
      • addNewTelephoneVoice

        ContactType.TelephoneVoice addNewTelephoneVoice()
        Appends and returns a new empty value (as xml) as the last "telephoneVoice" element
      • removeTelephoneVoice

        void removeTelephoneVoice​(int i)
        Removes the ith "telephoneVoice" element
      • isNilWebsite

        boolean isNilWebsite()
        Tests for nil "website" element
      • isSetWebsite

        boolean isSetWebsite()
        True if has "website" element
      • addNewWebsite

        ContactType.Website addNewWebsite()
        Appends and returns a new empty "website" element
      • setNilWebsite

        void setNilWebsite()
        Nils the "website" element
      • unsetWebsite

        void unsetWebsite()
        Unsets the "website" element