public class PersonReference
extends java.lang.Object
Java class for PersonReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonReference">
<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="Identification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" maxOccurs="unbounded"/>
<element name="Name" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}BaseDemographics" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionTypeFixed |
extension |
protected java.util.List<InstanceIdentifier> |
identification |
protected BaseDemographics |
name |
| Constructor and Description |
|---|
PersonReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
BaseDemographics |
getName()
Gets the value of the name property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setIdentification(java.util.List<InstanceIdentifier> value) |
void |
setName(BaseDemographics value)
Sets the value of the name property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected java.util.List<InstanceIdentifier> identification
protected BaseDemographics name
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.util.List<InstanceIdentifier> getIdentification()
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 identification property.
For example, to add a new item, do as follows:
getIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceIdentifier
public BaseDemographics getName()
BaseDemographicspublic void setName(BaseDemographics value)
value - allowed object is
BaseDemographicspublic 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 setIdentification(java.util.List<InstanceIdentifier> value)