public class BaseDemographics
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}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 java.lang.String |
birthname |
protected ExtensionType |
extension |
protected java.lang.String |
familyname |
protected java.lang.String |
givenname |
protected java.util.List<java.lang.String> |
middlename |
protected java.lang.String |
title |
| Constructor and Description |
|---|
BaseDemographics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getBirthname()
Gets the value of the birthname property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getFamilyname()
Gets the value of the familyname property.
|
java.lang.String |
getGivenname()
Gets the value of the givenname property.
|
java.util.List<java.lang.String> |
getMiddlename()
Gets the value of the middlename property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
int |
hashCode() |
void |
setBirthname(java.lang.String value)
Sets the value of the birthname property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setFamilyname(java.lang.String value)
Sets the value of the familyname property.
|
void |
setGivenname(java.lang.String value)
Sets the value of the givenname property.
|
void |
setMiddlename(java.util.List<java.lang.String> value) |
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected java.lang.String givenname
protected java.util.List<java.lang.String> middlename
protected java.lang.String familyname
protected java.lang.String birthname
protected java.lang.String title
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getGivenname()
Stringpublic void setGivenname(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getFamilyname()
Stringpublic void setFamilyname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBirthname()
Stringpublic void setBirthname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setMiddlename(java.util.List<java.lang.String> value)