Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.