public class MailStop
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
MailStop.MailStopName |
static class |
MailStop.MailStopNumber |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AddressLine> |
addressLine |
protected java.util.List<java.lang.Object> |
any |
protected MailStop.MailStopName |
mailStopName |
protected MailStop.MailStopNumber |
mailStopNumber |
protected java.lang.String |
underscore |
| Constructor and Description |
|---|
MailStop() |
| Modifier and Type | Method and Description |
|---|---|
MailStop |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
MailStop |
addToAny(java.lang.Object any)
add a value to the any property collection
|
MailStop |
clone() |
AddressLine |
createAndAddAddressLine()
Creates a new instance of
AddressLine and adds it to addressLine. |
MailStop.MailStopName |
createAndSetMailStopName()
Creates a new instance of
MailStop.MailStopName and set it to mailStopName. |
MailStop.MailStopNumber |
createAndSetMailStopNumber()
Creates a new instance of
MailStop.MailStopNumber and set it to mailStopNumber. |
boolean |
equals(java.lang.Object obj) |
java.util.List<AddressLine> |
getAddressLine() |
java.util.List<java.lang.Object> |
getAny() |
MailStop.MailStopName |
getMailStopName() |
MailStop.MailStopNumber |
getMailStopNumber() |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes() |
java.lang.String |
getUnderscore() |
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
|
void |
setMailStopName(MailStop.MailStopName value) |
void |
setMailStopNumber(MailStop.MailStopNumber value) |
void |
setUnderscore(java.lang.String value) |
MailStop |
withAddressLine(java.util.List<AddressLine> addressLine)
fluent setter
|
MailStop |
withAny(java.util.List<java.lang.Object> any)
fluent setter
|
MailStop |
withMailStopName(MailStop.MailStopName mailStopName)
fluent setter
|
MailStop |
withMailStopNumber(MailStop.MailStopNumber mailStopNumber)
fluent setter
|
MailStop |
withUnderscore(java.lang.String underscore)
fluent setter
|
protected java.util.List<AddressLine> addressLine
protected MailStop.MailStopName mailStopName
protected MailStop.MailStopNumber mailStopNumber
protected java.util.List<java.lang.Object> any
protected java.lang.String underscore
public java.util.List<AddressLine> getAddressLine()
public MailStop.MailStopName getMailStopName()
MailStop.MailStopNamepublic void setMailStopName(MailStop.MailStopName value)
value - allowed object is
MailStop.MailStopNamepublic MailStop.MailStopNumber getMailStopNumber()
MailStop.MailStopNumberpublic void setMailStopNumber(MailStop.MailStopNumber value)
value - allowed object is
MailStop.MailStopNumberpublic java.util.List<java.lang.Object> getAny()
public java.lang.String getUnderscore()
Stringpublic void setUnderscore(java.lang.String value)
value - allowed object is
Stringpublic 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 MailStop.MailStopName createAndSetMailStopName()
MailStop.MailStopName and set it to mailStopName.
This method is a short version for:
MailStopName mailStopName = new MailStopName();
this.setMailStopName(mailStopName); public MailStop.MailStopNumber createAndSetMailStopNumber()
MailStop.MailStopNumber and set it to mailStopNumber.
This method is a short version for:
MailStopNumber mailStopNumber = new MailStopNumber();
this.setMailStopNumber(mailStopNumber); 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(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.AddressLine>) instead.
addressLine - public MailStop 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 MailStop addToAny(java.lang.Object any)
any - Objects of the following type are allowed in the list: Objectpublic MailStop withAddressLine(java.util.List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public MailStop withMailStopName(MailStop.MailStopName mailStopName)
mailStopName - required parametersetMailStopName(MailStopName)public MailStop withMailStopNumber(MailStop.MailStopNumber mailStopNumber)
mailStopNumber - required parametersetMailStopNumber(MailStopNumber)public MailStop withAny(java.util.List<java.lang.Object> any)
any - required parameter#setAny(Listpublic MailStop withUnderscore(java.lang.String underscore)
underscore - required parametersetUnderscore(String)public MailStop clone()
clone in class java.lang.ObjectCopyright © 2014 Micromata GmbH. All Rights Reserved.