Class PersonNameType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.PersonNameType
Mapping of the same named interface in ebRIM.
Java class for PersonNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonNameType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="firstName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" /> <attribute name="middleName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" /> <attribute name="lastName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the firstName property.Gets the value of the lastName property.Gets the value of the middleName property.void
setFirstName
(String value) Sets the value of the firstName property.void
setLastName
(String value) Sets the value of the lastName property.void
setMiddleName
(String value) Sets the value of the middleName property.
-
Field Details
-
firstName
-
middleName
-
lastName
-
-
Constructor Details
-
PersonNameType
public PersonNameType()
-
-
Method Details
-
getFirstName
Gets the value of the firstName property.- Returns:
- possible object is
String
-
setFirstName
Sets the value of the firstName property.- Parameters:
value
- allowed object isString
-
getMiddleName
Gets the value of the middleName property.- Returns:
- possible object is
String
-
setMiddleName
Sets the value of the middleName property.- Parameters:
value
- allowed object isString
-
getLastName
Gets the value of the lastName property.- Returns:
- possible object is
String
-
setLastName
Sets the value of the lastName property.- Parameters:
value
- allowed object isString
-