be.fgov.ehealth.consultrn.commons.core.v3
Class DiplomaticPostType

java.lang.Object
  extended by be.fgov.ehealth.consultrn.commons.core.v3.DiplomaticPostType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2019-09-25T04:50:46+02:00",
           comments="JAXB RI v2.2.11")
public class DiplomaticPostType
extends Object
implements Serializable

Information 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>
 

See Also:
Serialized Form

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

DiplomaticPostType

public DiplomaticPostType()
Method Detail

getCountryCode

public String getCountryCode()
Gets the value of the countryCode property.

Returns:
possible object is String

setCountryCode

public void setCountryCode(String value)
Sets the value of the countryCode property.

Parameters:
value - allowed object is String

getCountryNames

public List<NameType> getCountryNames()
Gets the value of the countryNames 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 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


getDiplomaticPostCode

public String getDiplomaticPostCode()
Gets the value of the diplomaticPostCode property.

Returns:
possible object is String

setDiplomaticPostCode

public void setDiplomaticPostCode(String value)
Sets the value of the diplomaticPostCode property.

Parameters:
value - allowed object is String

getDiplomaticPostNames

public List<NameType> getDiplomaticPostNames()
Gets the value of the diplomaticPostNames 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 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




Connector Packaging generic 3.18.0 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.