|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.net.electronichealth.ns.cdapackage.xsd.esignature._2012.PersonNameType
public class PersonNameType
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">
<sequence>
<element name="nameTitle" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nameSuffix" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
familyName
|
protected java.util.List<java.lang.String> |
givenName
|
protected java.util.List<java.lang.String> |
nameSuffix
|
protected java.util.List<java.lang.String> |
nameTitle
|
| Constructor Summary | |
|---|---|
PersonNameType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFamilyName()
Gets the value of the familyName property. |
java.util.List<java.lang.String> |
getGivenName()
Gets the value of the givenName property. |
java.util.List<java.lang.String> |
getNameSuffix()
Gets the value of the nameSuffix property. |
java.util.List<java.lang.String> |
getNameTitle()
Gets the value of the nameTitle property. |
void |
setFamilyName(java.lang.String value)
Sets the value of the familyName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> nameTitle
protected java.util.List<java.lang.String> givenName
protected java.lang.String familyName
protected java.util.List<java.lang.String> nameSuffix
| Constructor Detail |
|---|
public PersonNameType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getNameTitle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameTitle property.
For example, to add a new item, do as follows:
getNameTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getGivenName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the givenName property.
For example, to add a new item, do as follows:
getGivenName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getFamilyName()
Stringpublic void setFamilyName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getNameSuffix()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameSuffix property.
For example, to add a new item, do as follows:
getNameSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||