|
|||||||||
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.PostBox
public class PostBox
Nested Class Summary | |
---|---|
static class |
PostBox.PostBoxNumber
|
static class |
PostBox.PostBoxNumberExtension
|
static class |
PostBox.PostBoxNumberPrefix
|
static class |
PostBox.PostBoxNumberSuffix
|
Field Summary | |
---|---|
protected java.util.List<AddressLine> |
addressLine
|
protected java.util.List<java.lang.Object> |
any
|
protected Firm |
firm
|
protected java.lang.String |
indicator
|
protected PostalCode |
postalCode
|
protected PostBox.PostBoxNumber |
postBoxNumber
|
protected PostBox.PostBoxNumberExtension |
postBoxNumberExtension
|
protected PostBox.PostBoxNumberPrefix |
postBoxNumberPrefix
|
protected PostBox.PostBoxNumberSuffix |
postBoxNumberSuffix
|
protected java.lang.String |
underscore
|
Constructor Summary | |
---|---|
PostBox(PostBox.PostBoxNumber postBoxNumber)
Value constructor with only mandatory fields |
Method Summary | |
---|---|
PostBox |
addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection |
PostBox |
addToAny(java.lang.Object any)
add a value to the any property collection |
PostBox |
clone()
|
AddressLine |
createAndAddAddressLine()
Creates a new instance of AddressLine and adds it to addressLine. |
Firm |
createAndSetFirm()
Creates a new instance of Firm and set it to firm. |
PostalCode |
createAndSetPostalCode()
Creates a new instance of PostalCode and set it to postalCode. |
PostBox.PostBoxNumber |
createAndSetPostBoxNumber()
Creates a new instance of PostBox.PostBoxNumber and set it to postBoxNumber. |
PostBox.PostBoxNumberExtension |
createAndSetPostBoxNumberExtension()
Creates a new instance of PostBox.PostBoxNumberExtension and set it to postBoxNumberExtension. |
PostBox.PostBoxNumberPrefix |
createAndSetPostBoxNumberPrefix()
Creates a new instance of PostBox.PostBoxNumberPrefix and set it to postBoxNumberPrefix. |
PostBox.PostBoxNumberSuffix |
createAndSetPostBoxNumberSuffix()
Creates a new instance of PostBox.PostBoxNumberSuffix and set it to postBoxNumberSuffix. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<AddressLine> |
getAddressLine()
|
java.util.List<java.lang.Object> |
getAny()
|
Firm |
getFirm()
|
java.lang.String |
getIndicator()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
|
PostalCode |
getPostalCode()
|
PostBox.PostBoxNumber |
getPostBoxNumber()
|
PostBox.PostBoxNumberExtension |
getPostBoxNumberExtension()
|
PostBox.PostBoxNumberPrefix |
getPostBoxNumberPrefix()
|
PostBox.PostBoxNumberSuffix |
getPostBoxNumberSuffix()
|
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 |
setFirm(Firm value)
|
void |
setIndicator(java.lang.String value)
|
void |
setPostalCode(PostalCode value)
|
void |
setPostBoxNumber(PostBox.PostBoxNumber value)
|
void |
setPostBoxNumberExtension(PostBox.PostBoxNumberExtension value)
|
void |
setPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix value)
|
void |
setPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix value)
|
void |
setUnderscore(java.lang.String value)
|
PostBox |
withAddressLine(java.util.List<AddressLine> addressLine)
fluent setter |
PostBox |
withAny(java.util.List<java.lang.Object> any)
fluent setter |
PostBox |
withFirm(Firm firm)
fluent setter |
PostBox |
withIndicator(java.lang.String indicator)
fluent setter |
PostBox |
withPostalCode(PostalCode postalCode)
fluent setter |
PostBox |
withPostBoxNumberExtension(PostBox.PostBoxNumberExtension postBoxNumberExtension)
fluent setter |
PostBox |
withPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix postBoxNumberPrefix)
fluent setter |
PostBox |
withPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix postBoxNumberSuffix)
fluent setter |
PostBox |
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 PostBox.PostBoxNumber postBoxNumber
protected PostBox.PostBoxNumberPrefix postBoxNumberPrefix
protected PostBox.PostBoxNumberSuffix postBoxNumberSuffix
protected PostBox.PostBoxNumberExtension postBoxNumberExtension
protected Firm firm
protected PostalCode postalCode
protected java.util.List<java.lang.Object> any
protected java.lang.String underscore
protected java.lang.String indicator
Constructor Detail |
---|
public PostBox(PostBox.PostBoxNumber postBoxNumber)
postBoxNumber
- required parameterMethod Detail |
---|
public java.util.List<AddressLine> getAddressLine()
public PostBox.PostBoxNumber getPostBoxNumber()
PostBox.PostBoxNumber
public void setPostBoxNumber(PostBox.PostBoxNumber value)
value
- allowed object is
PostBox.PostBoxNumber
public PostBox.PostBoxNumberPrefix getPostBoxNumberPrefix()
PostBox.PostBoxNumberPrefix
public void setPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix value)
value
- allowed object is
PostBox.PostBoxNumberPrefix
public PostBox.PostBoxNumberSuffix getPostBoxNumberSuffix()
PostBox.PostBoxNumberSuffix
public void setPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix value)
value
- allowed object is
PostBox.PostBoxNumberSuffix
public PostBox.PostBoxNumberExtension getPostBoxNumberExtension()
PostBox.PostBoxNumberExtension
public void setPostBoxNumberExtension(PostBox.PostBoxNumberExtension value)
value
- allowed object is
PostBox.PostBoxNumberExtension
public Firm getFirm()
Firm
public void setFirm(Firm value)
value
- allowed object is
Firm
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.lang.String getIndicator()
String
public void setIndicator(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 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(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 PostBox 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 PostBox addToAny(java.lang.Object any)
any
- Objects of the following type are allowed in the list: Object
public PostBox withAddressLine(java.util.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(java.util.List<java.lang.Object> any)
any
- required parameter#setAny(List
public PostBox withUnderscore(java.lang.String underscore)
underscore
- required parametersetUnderscore(String)
public PostBox withIndicator(java.lang.String indicator)
indicator
- required parametersetIndicator(String)
public PostBox clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |