| Modifier and Type | Class and Description |
|---|---|
static class |
LargeMailUser.LargeMailUserIdentifier |
static class |
LargeMailUser.LargeMailUserName |
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressLine> |
addressLine |
protected List<Object> |
any |
protected List<BuildingName> |
buildingName |
protected Department |
department |
protected LargeMailUser.LargeMailUserIdentifier |
largeMailUserIdentifier |
protected List<LargeMailUser.LargeMailUserName> |
largeMailUserName |
protected PostalCode |
postalCode |
protected PostBox |
postBox |
protected Thoroughfare |
thoroughfare |
protected String |
underscore |
| Constructor and Description |
|---|
LargeMailUser() |
| Modifier and Type | Method and Description |
|---|---|
LargeMailUser |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
LargeMailUser |
addToAny(Object any)
add a value to the any property collection
|
LargeMailUser |
addToBuildingName(BuildingName buildingName)
add a value to the buildingName property collection
|
LargeMailUser |
addToLargeMailUserName(LargeMailUser.LargeMailUserName largeMailUserName)
add a value to the largeMailUserName property collection
|
LargeMailUser |
clone() |
AddressLine |
createAndAddAddressLine()
Creates a new instance of
AddressLine and adds it to addressLine. |
BuildingName |
createAndAddBuildingName()
Creates a new instance of
BuildingName and adds it to buildingName. |
LargeMailUser.LargeMailUserName |
createAndAddLargeMailUserName()
Creates a new instance of
LargeMailUser.LargeMailUserName and adds it to largeMailUserName. |
Department |
createAndSetDepartment()
Creates a new instance of
Department and set it to department. |
LargeMailUser.LargeMailUserIdentifier |
createAndSetLargeMailUserIdentifier()
Creates a new instance of
LargeMailUser.LargeMailUserIdentifier and set it to largeMailUserIdentifier. |
PostalCode |
createAndSetPostalCode()
Creates a new instance of
PostalCode and set it to postalCode. |
PostBox |
createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
Thoroughfare |
createAndSetThoroughfare(DependentLocality dependentLocality,
Premise premise,
Firm firm,
PostalCode postalCode)
Creates a new instance of
Thoroughfare and set it to thoroughfare. |
boolean |
equals(Object obj) |
List<AddressLine> |
getAddressLine() |
List<Object> |
getAny() |
List<BuildingName> |
getBuildingName() |
Department |
getDepartment() |
LargeMailUser.LargeMailUserIdentifier |
getLargeMailUserIdentifier() |
List<LargeMailUser.LargeMailUserName> |
getLargeMailUserName() |
Map<QName,String> |
getOtherAttributes() |
PostalCode |
getPostalCode() |
PostBox |
getPostBox() |
Thoroughfare |
getThoroughfare() |
String |
getUnderscore() |
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
|
void |
setBuildingName(List<BuildingName> buildingName)
Sets the value of the buildingName property Objects of the following type(s) are allowed in the list List
|
void |
setDepartment(Department value) |
void |
setLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier value) |
void |
setLargeMailUserName(List<LargeMailUser.LargeMailUserName> largeMailUserName)
Sets the value of the largeMailUserName property Objects of the following type(s) are allowed in the list List
|
void |
setPostalCode(PostalCode value) |
void |
setPostBox(PostBox value) |
void |
setThoroughfare(Thoroughfare value) |
void |
setUnderscore(String value) |
LargeMailUser |
withAddressLine(List<AddressLine> addressLine)
fluent setter
|
LargeMailUser |
withAny(List<Object> any)
fluent setter
|
LargeMailUser |
withBuildingName(List<BuildingName> buildingName)
fluent setter
|
LargeMailUser |
withDepartment(Department department)
fluent setter
|
LargeMailUser |
withLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier)
fluent setter
|
LargeMailUser |
withLargeMailUserName(List<LargeMailUser.LargeMailUserName> largeMailUserName)
fluent setter
|
LargeMailUser |
withPostalCode(PostalCode postalCode)
fluent setter
|
LargeMailUser |
withPostBox(PostBox postBox)
fluent setter
|
LargeMailUser |
withThoroughfare(Thoroughfare thoroughfare)
fluent setter
|
LargeMailUser |
withUnderscore(String underscore)
fluent setter
|
protected List<AddressLine> addressLine
protected List<LargeMailUser.LargeMailUserName> largeMailUserName
protected LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier
protected List<BuildingName> buildingName
protected Department department
protected PostBox postBox
protected Thoroughfare thoroughfare
protected PostalCode postalCode
protected String underscore
public List<AddressLine> getAddressLine()
public List<LargeMailUser.LargeMailUserName> getLargeMailUserName()
public LargeMailUser.LargeMailUserIdentifier getLargeMailUserIdentifier()
LargeMailUser.LargeMailUserIdentifierpublic void setLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier value)
value - allowed object is
LargeMailUser.LargeMailUserIdentifierpublic List<BuildingName> getBuildingName()
public Department getDepartment()
Departmentpublic void setDepartment(Department value)
value - allowed object is
Departmentpublic Thoroughfare getThoroughfare()
Thoroughfarepublic void setThoroughfare(Thoroughfare value)
value - allowed object is
Thoroughfarepublic 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 LargeMailUser.LargeMailUserName createAndAddLargeMailUserName()
LargeMailUser.LargeMailUserName and adds it to largeMailUserName.
This method is a short version for:
LargeMailUserName largeMailUserName = new LargeMailUserName();
this.getLargeMailUserName().add(largeMailUserName); public LargeMailUser.LargeMailUserIdentifier createAndSetLargeMailUserIdentifier()
LargeMailUser.LargeMailUserIdentifier and set it to largeMailUserIdentifier.
This method is a short version for:
LargeMailUserIdentifier largeMailUserIdentifier = new LargeMailUserIdentifier();
this.setLargeMailUserIdentifier(largeMailUserIdentifier); public BuildingName createAndAddBuildingName()
BuildingName and adds it to buildingName.
This method is a short version for:
BuildingName buildingName = new BuildingName();
this.getBuildingName().add(buildingName); public Department createAndSetDepartment()
Department and set it to department.
This method is a short version for:
Department department = new Department();
this.setDepartment(department); public PostBox createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
PostBox and set it to postBox.
This method is a short version for:
PostBox postBox = new PostBox();
this.setPostBox(postBox); postBoxNumber - required parameterpublic Thoroughfare createAndSetThoroughfare(DependentLocality dependentLocality, Premise premise, Firm firm, PostalCode postalCode)
Thoroughfare and set it to thoroughfare.
This method is a short version for:
Thoroughfare thoroughfare = new Thoroughfare();
this.setThoroughfare(thoroughfare); postalCode - required parameterpremise - required parameterfirm - required parameterdependentLocality - required parameterpublic 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 LargeMailUser addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLinepublic void setLargeMailUserName(List<LargeMailUser.LargeMailUserName> largeMailUserName)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withLargeMailUserName(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.LargeMailUser.LargeMailUserName>) instead.
largeMailUserName - public LargeMailUser addToLargeMailUserName(LargeMailUser.LargeMailUserName largeMailUserName)
largeMailUserName - Objects of the following type are allowed in the list: LargeMailUser.LargeMailUserNamepublic void setBuildingName(List<BuildingName> buildingName)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withBuildingName(java.util.List<de.micromata.opengis.kml.v_2_2_0.xal.BuildingName>) instead.
buildingName - public LargeMailUser addToBuildingName(BuildingName buildingName)
buildingName - Objects of the following type are allowed in the list: BuildingNamepublic void setAny(List<Object> any)
any - public LargeMailUser addToAny(Object any)
any - Objects of the following type are allowed in the list: Objectpublic LargeMailUser withAddressLine(List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public LargeMailUser withLargeMailUserName(List<LargeMailUser.LargeMailUserName> largeMailUserName)
largeMailUserName - required parameter#setLargeMailUserName(List) public LargeMailUser withLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier)
largeMailUserIdentifier - required parametersetLargeMailUserIdentifier(LargeMailUserIdentifier)public LargeMailUser withBuildingName(List<BuildingName> buildingName)
buildingName - required parameter#setBuildingName(List) public LargeMailUser withDepartment(Department department)
department - required parametersetDepartment(Department)public LargeMailUser withPostBox(PostBox postBox)
postBox - required parametersetPostBox(PostBox)public LargeMailUser withThoroughfare(Thoroughfare thoroughfare)
thoroughfare - required parametersetThoroughfare(Thoroughfare)public LargeMailUser withPostalCode(PostalCode postalCode)
postalCode - required parametersetPostalCode(PostalCode)public LargeMailUser withAny(List<Object> any)
any - required parameter#setAny(Listpublic LargeMailUser withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public LargeMailUser clone()
Copyright © 2014 Micromata GmbH. All rights reserved.