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

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.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 Summary
protected  String firstName
           
protected  String lastName
           
protected  String middleName
           
 
Constructor Summary
PersonNameType()
           
 
Method Summary
 String getFirstName()
          Gets the value of the firstName property.
 String getLastName()
          Gets the value of the lastName property.
 String getMiddleName()
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

protected String firstName

middleName

protected String middleName

lastName

protected String lastName
Constructor Detail

PersonNameType

public PersonNameType()
Method Detail

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


Copyright © 2010-2011. All Rights Reserved.