| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostalAddressImpl |
| Modifier and Type | Method and Description |
|---|---|
PostalAddress |
OrganizationImpl.getPostalAddress()
Level 1 method
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationImpl.setPostalAddress(PostalAddress address)
Level 1 method
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
PostalAddress |
Organization.getPostalAddress()
Gets the Address for this Organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Organization.setPostalAddress(PostalAddress address)
Sets the address for this Organization.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.