javax.xml.registry.infomodel

Interface PostalAddress

  • All Superinterfaces:
    ExtensibleObject

    public interface PostalAddress
    extends ExtensibleObject
    PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
    Author:
    Farrukh S. Najmi
    • Method Detail

      • getStreet

        String getStreet()
                  throws JAXRException
        Returns the street name. Default is an empty String.

        Capability Level: 0
        Returns:
        the street name
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setStreet

        void setStreet(String street)
                throws JAXRException
        Sets the street name.

        Capability Level: 0
        Parameters:
        street - the street name
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getStreetNumber

        String getStreetNumber()
                        throws JAXRException
        Returns the street number. Default is an empty String.

        Capability Level: 0
        Returns:
        the street number
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setStreetNumber

        void setStreetNumber(String streetNumber)
                      throws JAXRException
        Sets the street number.

        Capability Level: 0
        Parameters:
        streetNumber - the street number
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getCity

        String getCity()
                throws JAXRException
        Returns the city. Default is an empty String.

        Capability Level: 0
        Returns:
        the city
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setCity

        void setCity(String city)
              throws JAXRException
        Sets the city.

        Capability Level: 0
        Parameters:
        city - the city
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getStateOrProvince

        String getStateOrProvince()
                           throws JAXRException
        Returns the state or province. Default is an empty String.

        Capability Level: 0
        Returns:
        the state or province
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setStateOrProvince

        void setStateOrProvince(String stateOrProvince)
                         throws JAXRException
        Sets the state or province.

        Capability Level: 0
        Parameters:
        stateOrProvince - the state or province
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getPostalCode

        String getPostalCode()
                      throws JAXRException
        Returns the postal or zip code. Default is an empty String.

        Capability Level: 0
        Returns:
        the postal code (e.g. US zip code)
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setPostalCode

        void setPostalCode(String postalCode)
                    throws JAXRException
        Sets the postal or zip code.

        Capability Level: 0
        Parameters:
        postalCode - the postal code (e.g. US zip code)
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getCountry

        String getCountry()
                   throws JAXRException
        Returns the country. Default is an empty String.

        Capability Level: 0
        Returns:
        the country
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setCountry

        void setCountry(String country)
                 throws JAXRException
        Sets the country.

        Capability Level: 0
        Parameters:
        country - the country
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getType

        String getType()
                throws JAXRException
        Returns the type of address (for example, "headquarters") as a String.

        Capability Level: 0
        Returns:
        the type for this PostalAddress. This is an arbitrary String (e.g. "Home", "Office")
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setType

        void setType(String type)
              throws JAXRException
        Sets the type of address (for example, "headquarters") as a String.

        Capability Level: 0
        Parameters:
        type - the type for this PostalAddress. This is an arbitrary String (e.g. "Home", "Office")
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setPostalScheme

        void setPostalScheme(ClassificationScheme scheme)
                      throws JAXRException
        Sets a user-defined postal scheme for codifying the attributes of PostalAddress.

        Capability Level: 0
        Parameters:
        scheme - the user defined postal scheme.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getPostalScheme

        ClassificationScheme getPostalScheme()
                                      throws JAXRException
        Returns a user-defined postal scheme for codifying the attributes of PostalAddress. If none is defined for this object, then must return the default value returned by RegistryService#getDefaultPostalScheme()

        Capability Level: 0
        Returns:
        the user defined postal scheme.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
        See Also:
        RegistryService.getDefaultPostalScheme()

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Version en cache

21/08/2025 15:09:56 Cette version de la page est en cache (à la date du 21/08/2025 15:09:56) afin d'accélérer le traitement.
Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.

Document créé le 18/04/2008, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/xml/registry/infomodel/PostalAddress.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, PostalAddress (Java(TM) EE 7 Specification APIs)

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.