|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.PersonNameType
public class 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 | |
|---|---|
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 |
|---|
protected String firstName
protected String middleName
protected String lastName
| Constructor Detail |
|---|
public PersonNameType()
| Method Detail |
|---|
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMiddleName()
Stringpublic void setMiddleName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||