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()

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/postaladdress.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

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.