Uses of Interface
javax.xml.registry.infomodel.PostalAddress
-
Packages that use PostalAddress Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of PostalAddress in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return PostalAddress Modifier and Type Method Description PostalAddressLifeCycleManagerImpl. createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)Create a PostalAddress instance using the specified parameters. -
Uses of PostalAddress in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement PostalAddress Modifier and Type Class Description classPostalAddressImplMethods in com.sun.xml.registry.uddi.infomodel that return PostalAddress Modifier and Type Method Description PostalAddressOrganizationImpl. getPostalAddress()Level 1 methodMethods in com.sun.xml.registry.uddi.infomodel with parameters of type PostalAddress Modifier and Type Method Description voidOrganizationImpl. setPostalAddress(PostalAddress address)Level 1 method -
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.
-