| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<Object> |
any |
| Constructor and Description |
|---|
AddressLines(List<AddressLine> addressLine)
Value constructor with only mandatory fields
|
| Modifier and Type | Method and Description |
|---|---|
AddressLines |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
AddressLines |
addToAny(Object any)
add a value to the any property collection
|
AddressLines |
clone() |
AddressLine |
createAndAddAddressLine()
Creates a new instance of
AddressLine and adds it to addressLine. |
boolean |
equals(Object obj) |
List<AddressLine> |
getAddressLine() |
List<Object> |
getAny() |
Map<QName,String> |
getOtherAttributes() |
int |
hashCode() |
void |
setAddressLine(List<AddressLine> addressLine)
Sets the value of the addressLine property Objects of the following type(s) are allowed in the list List
|
void |
setAny(List<Object> any)
Sets the value of the any property Objects of the following type(s) are allowed in the list List
|
AddressLines |
withAny(List<Object> any)
fluent setter
|
protected List<AddressLine> addressLine
public AddressLines(List<AddressLine> addressLine)
addressLine - required parameterpublic List<AddressLine> getAddressLine()
public AddressLine createAndAddAddressLine()
AddressLine and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine); public void setAddressLine(List<AddressLine> addressLine)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use #withAddressLine instead.
addressLine - public AddressLines addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLinepublic void setAny(List<Object> any)
any - public AddressLines addToAny(Object any)
any - Objects of the following type are allowed in the list: Objectpublic AddressLines withAny(List<Object> any)
any - required parameter#setAny(Listpublic AddressLines clone()
Copyright © 2014 Micromata GmbH. All rights reserved.