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/draft10/ext/2017/10/05}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 |
familyname |
protected String |
givenname |
protected List<String> |
middlename |
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 |
getFamilyname()
Gets the value of the familyname property.
|
String |
getGivenname()
Gets the value of the givenname property.
|
List<String> |
getMiddlename()
Gets the value of the middlename 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 |
setFamilyname(String value)
Sets the value of the familyname property.
|
void |
setGivenname(String value)
Sets the value of the givenname property.
|
void |
setMiddlename(List<String> value) |
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
protected ExtensionType extension
protected String givenname
protected String familyname
protected String birthname
protected String title
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getGivenname()
Stringpublic void setGivenname(String value)
value - allowed object is
Stringpublic List<String> getMiddlename()
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 middlename property.
For example, to add a new item, do as follows:
getMiddlename().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getFamilyname()
Stringpublic void setFamilyname(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 © 2017. All rights reserved.