|
|||||||||
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.Department
public class Department
Nested Class Summary | |
---|---|
static class |
Department.DepartmentName
|
Field Summary | |
---|---|
protected java.util.List<AddressLine> |
addressLine
|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<Department.DepartmentName> |
departmentName
|
protected MailStop |
mailStop
|
protected PostalCode |
postalCode
|
protected java.lang.String |
underscore
|
Constructor Summary | |
---|---|
Department()
|
Method Summary | |
---|---|
Department |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection |
Department |
addToAny(java.lang.Object any)
add a value to the any property collection |
Department |
addToDepartmentName(Department.DepartmentName departmentName)
add a value to the departmentName property collection |
Department |
clone()
|
AddressLine |
createAndAddAddressLine()
Creates a new instance of AddressLine and adds it to addressLine. |
Department.DepartmentName |
createAndAddDepartmentName()
Creates a new instance of Department.DepartmentName and adds it to departmentName. |
MailStop |
createAndSetMailStop()
Creates a new instance of MailStop and set it to mailStop. |
PostalCode |
createAndSetPostalCode()
Creates a new instance of PostalCode and set it to postalCode. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<AddressLine> |
getAddressLine()
|
java.util.List<java.lang.Object> |
getAny()
|
java.util.List<Department.DepartmentName> |
getDepartmentName()
|
MailStop |
getMailStop()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
|
PostalCode |
getPostalCode()
|
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 |
setDepartmentName(java.util.List<Department.DepartmentName> departmentName)
Sets the value of the departmentName property Objects of the following type(s) are allowed in the list List |
void |
setMailStop(MailStop value)
|
void |
setPostalCode(PostalCode value)
|
void |
setUnderscore(java.lang.String value)
|
Department |
withAddressLine(java.util.List<AddressLine> addressLine)
fluent setter |
Department |
withAny(java.util.List<java.lang.Object> any)
fluent setter |
Department |
withDepartmentName(java.util.List<Department.DepartmentName> departmentName)
fluent setter |
Department |
withMailStop(MailStop mailStop)
fluent setter |
Department |
withPostalCode(PostalCode postalCode)
fluent setter |
Department |
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<Department.DepartmentName> departmentName
protected MailStop mailStop
protected PostalCode postalCode
protected java.util.List<java.lang.Object> any
protected java.lang.String underscore
Constructor Detail |
---|
public Department()
Method Detail |
---|
public java.util.List<AddressLine> getAddressLine()
public java.util.List<Department.DepartmentName> getDepartmentName()
public MailStop getMailStop()
MailStop
public void setMailStop(MailStop value)
value
- allowed object is
MailStop
public PostalCode getPostalCode()
PostalCode
public void setPostalCode(PostalCode value)
value
- allowed object is
PostalCode
public java.util.List<java.lang.Object> getAny()
public java.lang.String getUnderscore()
String
public void setUnderscore(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public AddressLine createAndAddAddressLine()
AddressLine
and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine);
public Department.DepartmentName createAndAddDepartmentName()
Department.DepartmentName
and adds it to departmentName.
This method is a short version for:
DepartmentName departmentName = new DepartmentName();
this.getDepartmentName().add(departmentName);
public MailStop createAndSetMailStop()
MailStop
and set it to mailStop.
This method is a short version for:
MailStop mailStop = new MailStop();
this.setMailStop(mailStop);
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(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 Department addToAddressLine(AddressLine addressLine)
addressLine
- Objects of the following type are allowed in the list: AddressLine
public void setDepartmentName(java.util.List<Department.DepartmentName> departmentName)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withDepartmentName(java.util.List
instead.
departmentName
- public Department addToDepartmentName(Department.DepartmentName departmentName)
departmentName
- Objects of the following type are allowed in the list: Department.DepartmentName
public void setAny(java.util.List<java.lang.Object> any)
public Department addToAny(java.lang.Object any)
any
- Objects of the following type are allowed in the list: Object
public Department withAddressLine(java.util.List<AddressLine> addressLine)
addressLine
- required parameter#setAddressLine(List)
public Department withDepartmentName(java.util.List<Department.DepartmentName> departmentName)
departmentName
- required parameter#setDepartmentName(List)
public Department withMailStop(MailStop mailStop)
mailStop
- required parametersetMailStop(MailStop)
public Department withPostalCode(PostalCode postalCode)
postalCode
- required parametersetPostalCode(PostalCode)
public Department withAny(java.util.List<java.lang.Object> any)
any
- required parameter#setAny(List
public Department withUnderscore(java.lang.String underscore)
underscore
- required parametersetUnderscore(String)
public Department clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |