|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.DiplomaticPostType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:54:51+02:00",
comments="JAXB RI v2.2.11")
public class DiplomaticPostTypeInformation about a diplomatic post
Java class for DiplomaticPostType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiplomaticPostType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryName" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NameType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DiplomaticPostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DiplomaticPostName" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NameType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DiplomaticPostType()
|
|
| Method Summary | |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property. |
List<NameType> |
getCountryNames()
Gets the value of the countryNames property. |
String |
getDiplomaticPostCode()
Gets the value of the diplomaticPostCode property. |
List<NameType> |
getDiplomaticPostNames()
Gets the value of the diplomaticPostNames property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setDiplomaticPostCode(String value)
Sets the value of the diplomaticPostCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiplomaticPostType()
| Method Detail |
|---|
public String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic List<NameType> getCountryNames()
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 countryNames property.
For example, to add a new item, do as follows:
getCountryNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public String getDiplomaticPostCode()
Stringpublic void setDiplomaticPostCode(String value)
value - allowed object is
Stringpublic List<NameType> getDiplomaticPostNames()
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 diplomaticPostNames property.
For example, to add a new item, do as follows:
getDiplomaticPostNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||