public class BaseDemographics extends Object
Java class for BaseDemographics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseDemographics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Givenname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Middlename" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="Familyname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Birthname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
birthname |
protected ExtensionType |
extension |
protected String |
firstname |
protected String |
lastname |
protected List<String> |
middlenames |
protected String |
title |
| Constructor and Description |
|---|
BaseDemographics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getBirthname()
Gets the value of the birthname property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getFirstname()
Given name of a person.
|
String |
getLastname()
Family name of a person.
|
List<String> |
getMiddlenames()
Middle name of a person.Gets the value of the middlenames property.
|
String |
getTitle()
Gets the value of the title property.
|
int |
hashCode() |
void |
setBirthname(String value)
Sets the value of the birthname property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setFirstname(String value)
Sets the value of the firstname property.
|
void |
setLastname(String value)
Sets the value of the lastname property.
|
void |
setMiddlenames(List<String> value) |
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
protected ExtensionType extension
protected String firstname
protected String lastname
protected String birthname
protected String title
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getFirstname()
Stringpublic void setFirstname(String value)
value - allowed object is
Stringpublic List<String> getMiddlenames()
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 middlenames property.
For example, to add a new item, do as follows:
getMiddlenames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setLastname(String value)
value - allowed object is
Stringpublic String getBirthname()
Stringpublic void setBirthname(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.