|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.core.PlainAddressType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:54:51+02:00",
comments="JAXB RI v2.2.11")
public class PlainAddressType
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 Summary | |
|---|---|
PlainAddressType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainAddressType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||