|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostalAddress | |
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 JAXR API. |
Uses of PostalAddress in javax.xml.registry |
Methods in javax.xml.registry that return PostalAddress | |
PostalAddress |
LifeCycleManager.createPostalAddress(java.lang.String streetNumber,
java.lang.String street,
java.lang.String city,
java.lang.String stateOrProvince,
java.lang.String country,
java.lang.String postalCode,
java.lang.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |