public class AddressLines
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AddressLine> |
addressLine |
protected java.util.List<java.lang.Object> |
any |
| Constructor and Description |
|---|
AddressLines(java.util.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(java.lang.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(java.lang.Object obj) |
java.util.List<AddressLine> |
getAddressLine() |
java.util.List<java.lang.Object> |
getAny() |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes() |
int |
hashCode() |
void |
setAddressLine(java.util.List<AddressLine> addressLine)
Sets the value of the addressLine property Objects of the following type(s) are allowed in the list List
|
void |
setAny(java.util.List<java.lang.Object> any)
Sets the value of the any property Objects of the following type(s) are allowed in the list List
|
AddressLines |
withAny(java.util.List<java.lang.Object> any)
fluent setter
|
protected java.util.List<AddressLine> addressLine
protected java.util.List<java.lang.Object> any
public AddressLines(java.util.List<AddressLine> addressLine)
addressLine - required parameterpublic java.util.List<AddressLine> getAddressLine()
public java.util.List<java.lang.Object> getAny()
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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(java.util.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(java.util.List<java.lang.Object> any)
any - public AddressLines addToAny(java.lang.Object any)
any - Objects of the following type are allowed in the list: Objectpublic AddressLines withAny(java.util.List<java.lang.Object> any)
any - required parameter#setAny(Listpublic AddressLines clone()
clone in class java.lang.ObjectCopyright © 2014 Micromata GmbH. All Rights Reserved.