oasis.names.tc.ebxml_regrep.xsd.rim._3
Class PersonName

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.PersonName

public class PersonName
extends java.lang.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 Summary
protected  java.lang.String firstName
           
protected  java.lang.String lastName
           
protected  java.lang.String middleName
           
 
Constructor Summary
PersonName()
           
 
Method Summary
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getMiddleName()
          Gets the value of the middleName property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setMiddleName(java.lang.String value)
          Sets the value of the middleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

protected java.lang.String firstName

middleName

protected java.lang.String middleName

lastName

protected java.lang.String lastName
Constructor Detail

PersonName

public PersonName()
Method Detail

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getMiddleName

public java.lang.String getMiddleName()
Gets the value of the middleName property.

Returns:
possible object is String

setMiddleName

public void setMiddleName(java.lang.String value)
Sets the value of the middleName property.

Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String