|
|||||||||
| 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.LargeMailUser
public class LargeMailUser
| Nested Class Summary | |
|---|---|
static class |
LargeMailUser.LargeMailUserIdentifier
|
static class |
LargeMailUser.LargeMailUserName
|
| Field Summary | |
|---|---|
protected java.util.List<AddressLine> |
addressLine
|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<BuildingName> |
buildingName
|
protected Department |
department
|
protected LargeMailUser.LargeMailUserIdentifier |
largeMailUserIdentifier
|
protected java.util.List<LargeMailUser.LargeMailUserName> |
largeMailUserName
|
protected PostalCode |
postalCode
|
protected PostBox |
postBox
|
protected Thoroughfare |
thoroughfare
|
protected java.lang.String |
underscore
|
| Constructor Summary | |
|---|---|
LargeMailUser()
|
|
| Method Summary | |
|---|---|
LargeMailUser |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection |
LargeMailUser |
addToAny(java.lang.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(java.lang.Object obj)
|
java.util.List<AddressLine> |
getAddressLine()
|
java.util.List<java.lang.Object> |
getAny()
|
java.util.List<BuildingName> |
getBuildingName()
|
Department |
getDepartment()
|
LargeMailUser.LargeMailUserIdentifier |
getLargeMailUserIdentifier()
|
java.util.List<LargeMailUser.LargeMailUserName> |
getLargeMailUserName()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
|
PostalCode |
getPostalCode()
|
PostBox |
getPostBox()
|
Thoroughfare |
getThoroughfare()
|
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 |
setBuildingName(java.util.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(java.util.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(java.lang.String value)
|
LargeMailUser |
withAddressLine(java.util.List<AddressLine> addressLine)
fluent setter |
LargeMailUser |
withAny(java.util.List<java.lang.Object> any)
fluent setter |
LargeMailUser |
withBuildingName(java.util.List<BuildingName> buildingName)
fluent setter |
LargeMailUser |
withDepartment(Department department)
fluent setter |
LargeMailUser |
withLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier)
fluent setter |
LargeMailUser |
withLargeMailUserName(java.util.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(java.lang.String underscore)
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<LargeMailUser.LargeMailUserName> largeMailUserName
protected LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier
protected java.util.List<BuildingName> buildingName
protected Department department
protected PostBox postBox
protected Thoroughfare thoroughfare
protected PostalCode postalCode
protected java.util.List<java.lang.Object> any
protected java.lang.String underscore
| Constructor Detail |
|---|
public LargeMailUser()
| Method Detail |
|---|
public java.util.List<AddressLine> getAddressLine()
public java.util.List<LargeMailUser.LargeMailUserName> getLargeMailUserName()
public LargeMailUser.LargeMailUserIdentifier getLargeMailUserIdentifier()
LargeMailUser.LargeMailUserIdentifierpublic void setLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier value)
value - allowed object is
LargeMailUser.LargeMailUserIdentifierpublic java.util.List<BuildingName> getBuildingName()
public Department getDepartment()
Departmentpublic void setDepartment(Department value)
value - allowed object is
Departmentpublic PostBox getPostBox()
PostBoxpublic void setPostBox(PostBox value)
value - allowed object is
PostBoxpublic Thoroughfare getThoroughfare()
Thoroughfarepublic void setThoroughfare(Thoroughfare value)
value - allowed object is
Thoroughfarepublic PostalCode getPostalCode()
PostalCodepublic void setPostalCode(PostalCode value)
value - allowed object is
PostalCodepublic 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 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 parameter
public 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 parameterdependentLocality - required parameterpremise - required parameterfirm - 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(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 instead.
addressLine - public LargeMailUser addToAddressLine(AddressLine addressLine)
addressLine - Objects of the following type are allowed in the list: AddressLine
public void setLargeMailUserName(java.util.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 instead.
largeMailUserName - public LargeMailUser addToLargeMailUserName(LargeMailUser.LargeMailUserName largeMailUserName)
largeMailUserName - Objects of the following type are allowed in the list: LargeMailUser.LargeMailUserName
public void setBuildingName(java.util.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 instead.
buildingName - public LargeMailUser addToBuildingName(BuildingName buildingName)
buildingName - Objects of the following type are allowed in the list: BuildingName
public void setAny(java.util.List<java.lang.Object> any)
public LargeMailUser addToAny(java.lang.Object any)
any - Objects of the following type are allowed in the list: Object
public LargeMailUser withAddressLine(java.util.List<AddressLine> addressLine)
addressLine - required parameter#setAddressLine(List) public LargeMailUser withLargeMailUserName(java.util.List<LargeMailUser.LargeMailUserName> largeMailUserName)
largeMailUserName - required parameter#setLargeMailUserName(List) public LargeMailUser withLargeMailUserIdentifier(LargeMailUser.LargeMailUserIdentifier largeMailUserIdentifier)
largeMailUserIdentifier - required parametersetLargeMailUserIdentifier(LargeMailUserIdentifier)public LargeMailUser withBuildingName(java.util.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(java.util.List<java.lang.Object> any)
any - required parameter#setAny(Listpublic LargeMailUser withUnderscore(java.lang.String underscore)
underscore - required parametersetUnderscore(String)public LargeMailUser clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||