| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema.jdf |
| Modifier and Type | Method and Description |
|---|---|
Address |
XJdfNodeFactory.createAddress(String street,
String postalCode,
String city,
String country)
Create a new Address Node which already contains defined attributes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Address> |
Person.addresses |
protected List<Address> |
Location.addresses |
protected List<Address> |
Contact.addresses |
| Modifier and Type | Method and Description |
|---|---|
Address |
ObjectFactory.createAddress()
Create an instance of
Address |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Address> |
ObjectFactory.createAddress(Address value)
|
List<Address> |
Person.getAddresses()
Gets the value of the addresses property.
|
List<Address> |
Location.getAddresses()
Gets the value of the addresses property.
|
List<Address> |
Contact.getAddresses()
Gets the value of the addresses property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Address> |
ObjectFactory.createAddress(Address value)
|
Copyright © 2012. All Rights Reserved.