java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.PersonNameType

public class PersonNameType extends Object
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 Details

    • firstName

      protected String firstName
    • middleName

      protected String middleName
    • lastName

      protected String lastName
  • Constructor Details

    • PersonNameType

      public PersonNameType()
  • Method Details

    • getFirstName

      public String getFirstName()
      Gets the value of the firstName property.
      Returns:
      possible object is String
    • setFirstName

      public void setFirstName(String value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is String
    • getMiddleName

      public String getMiddleName()
      Gets the value of the middleName property.
      Returns:
      possible object is String
    • setMiddleName

      public void setMiddleName(String value)
      Sets the value of the middleName property.
      Parameters:
      value - allowed object is String
    • getLastName

      public String getLastName()
      Gets the value of the lastName property.
      Returns:
      possible object is String
    • setLastName

      public void setLastName(String value)
      Sets the value of the lastName property.
      Parameters:
      value - allowed object is String