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

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.CountryType
      extended by be.fgov.ehealth.consultrn._1_0.core.NationalityType
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 NationalityType
extends CountryType
implements Serializable

information about the nationality

Java class for NationalityType complex type.

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

 <complexType name="NationalityType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:consultRN:1_0:core}CountryType">
       <attribute name="ModificationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" />
       <attribute name="Origin" type="{urn:be:fgov:ehealth:consultRN:1_0:core}OriginType" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NationalityType()
           
 
Method Summary
 String getModificationDate()
          Gets the value of the modificationDate property.
 OriginType getOrigin()
          Gets the value of the origin property.
 void setModificationDate(String value)
          Sets the value of the modificationDate property.
 void setOrigin(OriginType value)
          Sets the value of the origin property.
 
Methods inherited from class be.fgov.ehealth.consultrn._1_0.core.CountryType
getDescriptions, getInsCode, setInsCode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NationalityType

public NationalityType()
Method Detail

getModificationDate

public String getModificationDate()
Gets the value of the modificationDate property.

Returns:
possible object is String

setModificationDate

public void setModificationDate(String value)
Sets the value of the modificationDate property.

Parameters:
value - allowed object is String

getOrigin

public OriginType getOrigin()
Gets the value of the origin property.

Returns:
possible object is OriginType

setOrigin

public void setOrigin(OriginType value)
Sets the value of the origin property.

Parameters:
value - allowed object is OriginType



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