|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.xal.AddressLines
public class AddressLines
| Field Summary | |
|---|---|
protected java.util.List<AddressLine> |
addressLine
|
protected java.util.List<java.lang.Object> |
any
|
| Constructor Summary | |
|---|---|
AddressLines(java.util.List<AddressLine> addressLine)
Value constructor with only mandatory fields |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<AddressLine> addressLine
protected java.util.List<java.lang.Object> any
| Constructor Detail |
|---|
public AddressLines(java.util.List<AddressLine> addressLine)
addressLine - required parameter| Method Detail |
|---|
public 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: AddressLine
public void setAny(java.util.List<java.lang.Object> any)
public AddressLines addToAny(java.lang.Object any)
any - Objects of the following type are allowed in the list: Object
public AddressLines withAny(java.util.List<java.lang.Object> any)
any - required parameter#setAny(Listpublic AddressLines clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||