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

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2019-04-01T01:46:11+02:00",
           comments="JAXB RI v2.2.11")
public class WhereType
extends Object
implements Serializable

Municipality and country

Java class for WhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{urn:be:fgov:ehealth:commons:1_0:core}LocalisedString" maxOccurs="5" minOccurs="0"/>
         <element name="Municipality" type="{urn:be:fgov:ehealth:consultRN:1_0:core}MunicipalityType" minOccurs="0"/>
         <element name="Country" type="{urn:be:fgov:ehealth:consultRN:1_0:core}CountryType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
WhereType()
           
 
Method Summary
 CountryType getCountry()
          Gets the value of the country property.
 List<LocalisedString> getDescriptions()
          Gets the value of the descriptions property.
 MunicipalityType getMunicipality()
          Gets the value of the municipality property.
 void setCountry(CountryType value)
          Sets the value of the country property.
 void setMunicipality(MunicipalityType value)
          Sets the value of the municipality property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereType

public WhereType()
Method Detail

getDescriptions

public List<LocalisedString> getDescriptions()
Gets the value of the descriptions property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the descriptions property.

For example, to add a new item, do as follows:

    getDescriptions().add(newItem);
 

Objects of the following type(s) are allowed in the list LocalisedString


getMunicipality

public MunicipalityType getMunicipality()
Gets the value of the municipality property.

Returns:
possible object is MunicipalityType

setMunicipality

public void setMunicipality(MunicipalityType value)
Sets the value of the municipality property.

Parameters:
value - allowed object is MunicipalityType

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.17.1 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.