@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class PlainAddressType extends Object implements Serializable
Java class for PlainAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country" type="{urn:be:fgov:ehealth:consultRN:1_0:core}CountryType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PlainAddressType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
CountryType |
getCountry()
Gets the value of the country property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic CountryType getCountry()
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.