public static class AddressDetails.Country.CountryNameCode extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
scheme |
| Constructor and Description |
|---|
AddressDetails.Country.CountryNameCode() |
| Modifier and Type | Method and Description |
|---|---|
AddressDetails.Country.CountryNameCode |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
Map<QName,String> |
getOtherAttributes() |
String |
getScheme() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setScheme(String value) |
AddressDetails.Country.CountryNameCode |
withCode(String code)
fluent setter
|
AddressDetails.Country.CountryNameCode |
withContent(String content)
fluent setter
|
AddressDetails.Country.CountryNameCode |
withScheme(String scheme)
fluent setter
|
protected String content
protected String scheme
protected String code
public AddressDetails.Country.CountryNameCode()
public AddressDetails.Country.CountryNameCode withContent(String content)
content - required parametersetContent(String)public AddressDetails.Country.CountryNameCode withScheme(String scheme)
scheme - required parametersetScheme(String)public AddressDetails.Country.CountryNameCode withCode(String code)
code - required parametersetCode(String)public AddressDetails.Country.CountryNameCode clone()
Copyright © 2014 Micromata GmbH. All rights reserved.