public class PersonParticipation extends PersonReference
Java-Klasse für PersonParticipation complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PersonParticipation">
<complexContent>
<extension base="{http://domain-model-uri/15/04}PersonReference">
<sequence>
<element name="Role" type="{http://domain-model-uri/15/04}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 |
|---|---|
java.util.List<CodedValue> |
getRole()
Gets the value of the role property.
|
getExtension, getIdentification, getName, setExtensionprotected 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