javax.xml.registry.infomodel

Interface User

  • All Superinterfaces:
    ExtensibleObject, RegistryObject

    public interface User
    extends RegistryObject
    User instances are RegistryObjects that are used to provide information about registered users within the registry. Users are affiliated with Organizations. User objects are used in the audit trail for a RegistryObject.
    Author:
    Farrukh S. Najmi
    See Also:
    Organization, AuditableEvent
    • Method Detail

      • getOrganization

        Organization getOrganization()
                              throws JAXRException
        Gets the Organization that this User is affiliated with.

        Capability Level: 0
        Returns:
        the Organization that this User is affiliated with
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getPersonName

        PersonName getPersonName()
                          throws JAXRException
        Returns the name of this User.

        Capability Level: 0
        Returns:
        the name of this User
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setPersonName

        void setPersonName(PersonName personName)
                    throws JAXRException
        Sets the name of this User.

        Capability Level: 0
        Parameters:
        personName - the name of this User
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getPostalAddresses

        Collection getPostalAddresses()
                               throws JAXRException
        Gets the postal address for this User.

        Capability Level: 0
        Returns:
        Collection of PostalAddress instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        PostalAddress
      • setPostalAddresses

        void setPostalAddresses(Collection addresses)
                         throws JAXRException
        Sets the addresses for this User.

        Capability Level: 0
        Parameters:
        addresses - Is a Collection of PostAddress instances.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getUrl

        URL getUrl()
            throws JAXRException
        Gets the URL to the web page for this User.

        Capability Level: 1
        Returns:
        the URL for this User's home page
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setUrl

        void setUrl(URL url)
             throws JAXRException
        Sets the URL to the web page for this User.

        Capability Level: 1
        Parameters:
        url - the URL for this User's home page
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getTelephoneNumbers

        Collection getTelephoneNumbers(String phoneType)
                                throws JAXRException
        Gets the telephone numbers for this User that match the specified telephone number type.

        Capability Level: 0
        Parameters:
        phoneType - specifies the type of phone numbers to be returned. If phoneType is null, return all telephoneNumbers
        Returns:
        Collection of TelephoneNumber instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        TelephoneNumber
      • setTelephoneNumbers

        void setTelephoneNumbers(Collection phoneNumbers)
                          throws JAXRException
        Sets the various telephone numbers for this user.

        Capability Level: 0
        Parameters:
        phoneNumbers - the Collection of TelephoneNumbers to be set
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getEmailAddresses

        Collection getEmailAddresses()
                              throws JAXRException
        Gets the email addresses for this User.

        Capability Level: 0
        Returns:
        Collection of EmailAddress instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        EmailAddress
      • setEmailAddresses

        void setEmailAddresses(Collection emailAddresses)
                        throws JAXRException
        Sets the Collection of EmailAddress instances for this User.

        Capability Level: 0
        Parameters:
        emailAddresses - the Collection of EmailAddresses to be set
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getType

        String getType()
                throws JAXRException
        Gets the type for this User. Default is a NULL String.

        Capability Level: 0
        Returns:
        the type for this User, which is an arbitrary String
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setType

        void setType(String type)
              throws JAXRException
        Sets the type for this User.

        Capability Level: 0
        Parameters:
        type - the type for this User, which is an arbitrary String
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/infomodel/User.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com/en/java/, Interface User

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.