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