Uses of Interface
javax.xml.registry.infomodel.PostalAddress

Packages that use PostalAddress
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of PostalAddress in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return PostalAddress
 PostalAddress LifeCycleManagerImpl.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
 class PostalAddressImpl
           
 

Methods in com.sun.xml.registry.uddi.infomodel that return PostalAddress
 PostalAddress OrganizationImpl.getPostalAddress()
          Level 1 method
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type PostalAddress
 void OrganizationImpl.setPostalAddress(PostalAddress address)
          Level 1 method
 

Uses of PostalAddress in javax.xml.registry
 

Methods in javax.xml.registry that return PostalAddress
 PostalAddress LifeCycleManager.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
 PostalAddress Organization.getPostalAddress()
          Gets the Address for this Organization.
 

Methods in javax.xml.registry.infomodel with parameters of type PostalAddress
 void Organization.setPostalAddress(PostalAddress address)
          Sets the address for this Organization.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.