public static class AddressDetails.Address extends Object implements Cloneable
A string value representing an unstructured address written as a standard street, city, state address, and/or as a postal code. You can use the
tag to specify the location of a point instead of using latitude and longitude coordinates. (However, if a| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
underscore |
| Constructor and Description |
|---|
AddressDetails.Address() |
| Modifier and Type | Method and Description |
|---|---|
AddressDetails.Address |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
Map<QName,String> |
getOtherAttributes() |
String |
getUnderscore() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setUnderscore(String value) |
AddressDetails.Address |
withCode(String code)
fluent setter
|
AddressDetails.Address |
withContent(String content)
fluent setter
|
AddressDetails.Address |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String underscore
protected String code
public void setContent(String value)
value - allowed object is
Stringcontentpublic void setUnderscore(String value)
value - allowed object is
Stringunderscorepublic Map<QName,String> getOtherAttributes()
otherAttributespublic AddressDetails.Address withContent(String content)
content - required parametersetContent(String)public AddressDetails.Address withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public AddressDetails.Address withCode(String code)
code - required parametersetCode(String)public AddressDetails.Address clone()
Copyright © 2014 Micromata GmbH. All rights reserved.