be.fgov.ehealth.consultrn._1_0.core
Class PlainAddressType

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.PlainAddressType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-04-09T03:56:41+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>
 

See Also:
Serialized Form

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

PlainAddressType

public PlainAddressType()
Method Detail

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getCountry

public CountryType getCountry()
Gets the value of the country property.

Returns:
possible object is CountryType

setCountry

public void setCountry(CountryType value)
Sets the value of the country property.

Parameters:
value - allowed object is CountryType



Connector Packaging generic 3.15.1 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.