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