Package | Description |
---|---|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapAddressLines(List<AddressLine> modelAddressLineList,
List<AddressLine> apiAddressLineList) |
static void |
MappingApiToModel.mapAddressLines(List<AddressLine> apiAddressLineList,
List<AddressLine> modelAddressLineList,
Address modelAddress,
Long contactId) |
Modifier and Type | Method and Description |
---|---|
List<AddressLine> |
Address.getAddressLines() |
Modifier and Type | Method and Description |
---|---|
void |
Address.setAddressLines(List<AddressLine> addressLines) |
Constructor and Description |
---|
Address(Long id,
Contact contact,
String useType,
String sortCode,
String tmodelKey,
List<AddressLine> addressLines) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.