Uses of Interface
javax.xml.registry.infomodel.PostalAddress
-
Packages that use PostalAddress Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel This package describes the information model for the Jakarta XML Registries API. -
-
Uses of PostalAddress in javax.xml.registry
Methods in javax.xml.registry that return PostalAddress Modifier and Type Method Description PostalAddressLifeCycleManager. createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)Creates a PostalAddress instance using the specified parameters. -
Uses of PostalAddress in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return PostalAddress Modifier and Type Method Description PostalAddressOrganization. getPostalAddress()Gets the Address for this Organization.Methods in javax.xml.registry.infomodel with parameters of type PostalAddress Modifier and Type Method Description voidOrganization. setPostalAddress(PostalAddress address)Sets the address for this Organization.
-