|
|||||||||
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.MailStop
public class MailStop
Nested Class Summary | |
---|---|
static class |
MailStop.MailStopName
|
static class |
MailStop.MailStopNumber
|
Field Summary | |
---|---|
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 Summary | |
---|---|
MailStop()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public MailStop()
Method Detail |
---|
public java.util.List<AddressLine> getAddressLine()
public MailStop.MailStopName getMailStopName()
MailStop.MailStopName
public void setMailStopName(MailStop.MailStopName value)
value
- allowed object is
MailStop.MailStopName
public MailStop.MailStopNumber getMailStopNumber()
MailStop.MailStopNumber
public void setMailStopNumber(MailStop.MailStopNumber value)
value
- allowed object is
MailStop.MailStopNumber
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 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
instead.
addressLine
- public MailStop addToAddressLine(AddressLine addressLine)
addressLine
- Objects of the following type are allowed in the list: AddressLine
public void setAny(java.util.List<java.lang.Object> any)
public MailStop addToAny(java.lang.Object any)
any
- Objects of the following type are allowed in the list: Object
public 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(List
public MailStop withUnderscore(java.lang.String underscore)
underscore
- required parametersetUnderscore(String)
public MailStop clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |