@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class NameType extends Object implements Serializable
Java class for NameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="First" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Middle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Last" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<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" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NameType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirst()
Gets the value of the first property.
|
String |
getLast()
Gets the value of the last property.
|
String |
getMiddle()
Gets the value of the middle property.
|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
OriginType |
getOrigin()
Gets the value of the origin property.
|
void |
setFirst(String value)
Sets the value of the first property.
|
void |
setLast(String value)
Sets the value of the last property.
|
void |
setMiddle(String value)
Sets the value of the middle property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setOrigin(OriginType value)
Sets the value of the origin property.
|
public String getFirst()
Stringpublic void setFirst(String value)
value - allowed object is
Stringpublic String getMiddle()
Stringpublic void setMiddle(String value)
value - allowed object is
Stringpublic String getLast()
Stringpublic void setLast(String value)
value - allowed object is
Stringpublic String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic OriginType getOrigin()
OriginTypepublic void setOrigin(OriginType value)
value - allowed object is
OriginType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.