|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.core.v1.CountryType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:09:04+02:00", comments="JAXB RI v2.2.6") public class CountryType
code, abbreviation and Localized name for country.
Java class for CountryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Abbreviation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{urn:be:fgov:ehealth:commons:core:v1}LocalisedString" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CountryType()
|
Method Summary | |
---|---|
String |
getAbbreviation()
Gets the value of the abbreviation property. |
String |
getCode()
Gets the value of the code property. |
List<LocalisedString> |
getDescriptions()
Gets the value of the descriptions property. |
void |
setAbbreviation(String value)
Sets the value of the abbreviation property. |
void |
setCode(String value)
Sets the value of the code property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountryType()
Method Detail |
---|
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getAbbreviation()
String
public void setAbbreviation(String value)
value
- allowed object is
String
public List<LocalisedString> getDescriptions()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |