| Modifier and Type | Class and Description |
|---|---|
static class |
PostBox.PostBoxNumber |
static class |
PostBox.PostBoxNumberExtension |
static class |
PostBox.PostBoxNumberPrefix |
static class |
PostBox.PostBoxNumberSuffix |
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<Object> |
any |
protected Firm |
firm |
protected String |
indicator |
protected PostalCode |
postalCode |
protected PostBox.PostBoxNumber |
postBoxNumber |
protected PostBox.PostBoxNumberExtension |
postBoxNumberExtension |
protected PostBox.PostBoxNumberPrefix |
postBoxNumberPrefix |
protected PostBox.PostBoxNumberSuffix |
postBoxNumberSuffix |
protected String |
underscore |
| Constructor and Description |
|---|
PostBox(PostBox.PostBoxNumber postBoxNumber)
Value constructor with only mandatory fields
|
protected List<AddressLine> addressLine
protected PostBox.PostBoxNumber postBoxNumber
protected PostBox.PostBoxNumberPrefix postBoxNumberPrefix
protected PostBox.PostBoxNumberSuffix postBoxNumberSuffix
protected PostBox.PostBoxNumberExtension postBoxNumberExtension
protected Firm firm
protected PostalCode postalCode
protected String underscore
protected String indicator
public PostBox(PostBox.PostBoxNumber postBoxNumber)
postBoxNumber - required parameterpublic List<AddressLine> getAddressLine()
public PostBox.PostBoxNumber getPostBoxNumber()
PostBox.PostBoxNumberpublic void setPostBoxNumber(PostBox.PostBoxNumber value)
value - allowed object is
PostBox.PostBoxNumberpublic PostBox.PostBoxNumberPrefix getPostBoxNumberPrefix()
PostBox.PostBoxNumberPrefixpublic void setPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix value)
value - allowed object is
PostBox.PostBoxNumberPrefixpublic PostBox.PostBoxNumberSuffix getPostBoxNumberSuffix()
PostBox.PostBoxNumberSuffixpublic void setPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix value)
value - allowed object is
PostBox.PostBoxNumberSuffixpublic PostBox.PostBoxNumberExtension getPostBoxNumberExtension()
PostBox.PostBoxNumberExtensionpublic void setPostBoxNumberExtension(PostBox.PostBoxNumberExtension value)
value - allowed object is
PostBox.PostBoxNumberExtensionpublic PostalCode getPostalCode()
PostalCodepublic void setPostalCode(PostalCode value)
value - allowed object is
PostalCodepublic AddressLine createAndAddAddressLine()
AddressLine and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine); public PostBox.PostBoxNumber createAndSetPostBoxNumber()
PostBox.PostBoxNumber and set it to postBoxNumber.
This method is a short version for:
PostBoxNumber postBoxNumber = new PostBoxNumber();
this.setPostBoxNumber(postBoxNumber); public PostBox.PostBoxNumberPrefix createAndSetPostBoxNumberPrefix()
PostBox.PostBoxNumberPrefix and set it to postBoxNumberPrefix.
This method is a short version for:
PostBoxNumberPrefix postBoxNumberPrefix = new PostBoxNumberPrefix();
this.setPostBoxNumberPrefix(postBoxNumberPrefix); public PostBox.PostBoxNumberSuffix createAndSetPostBoxNumberSuffix()
PostBox.PostBoxNumberSuffix and set it to postBoxNumberSuffix.
This method is a short version for:
PostBoxNumberSuffix postBoxNumberSuffix = new PostBoxNumberSuffix();
this.setPostBoxNumberSuffix(postBoxNumberSuffix); public PostBox.PostBoxNumberExtension createAndSetPostBoxNumberExtension()
PostBox.PostBoxNumberExtension and set it to postBoxNumberExtension.
This method is a short version for:
PostBoxNumberExtension postBoxNumberExtension = new PostBoxNumberExtension();
this.setPostBoxNumberExtension(postBoxNumberExtension); public Firm createAndSetFirm()
Firm and set it to firm.
This method is a short version for:
Firm firm = new Firm();
this.setFirm(firm); public PostalCode createAndSetPostalCode()
PostalCode and set it to postalCode.
This method is a short version for:
PostalCode postalCode = new PostalCode();
this.setPostalCode(postalCode); 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(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.AddressLine>) instead.
addressLine - public PostBox addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLinepublic void setAny(List<Object> any)
any - public PostBox addToAny(Object any)
any - Objects of the following type are allowed in the list: Objectpublic PostBox withAddressLine(List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public PostBox withPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix postBoxNumberPrefix)
postBoxNumberPrefix - required parametersetPostBoxNumberPrefix(PostBoxNumberPrefix)public PostBox withPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix postBoxNumberSuffix)
postBoxNumberSuffix - required parametersetPostBoxNumberSuffix(PostBoxNumberSuffix)public PostBox withPostBoxNumberExtension(PostBox.PostBoxNumberExtension postBoxNumberExtension)
postBoxNumberExtension - required parametersetPostBoxNumberExtension(PostBoxNumberExtension)public PostBox withFirm(Firm firm)
firm - required parametersetFirm(Firm)public PostBox withPostalCode(PostalCode postalCode)
postalCode - required parametersetPostalCode(PostalCode)public PostBox withAny(List<Object> any)
any - required parameter#setAny(Listpublic PostBox withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public PostBox withIndicator(String indicator)
indicator - required parametersetIndicator(String)Copyright © 2014 Micromata GmbH. All rights reserved.