Class PersonParticipation
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.PersonReference
-
- org.somda.sdc.biceps.model.participant.PersonParticipation
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class PersonParticipation extends PersonReference implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
A reference to an identifiable person with a name that participates in a role.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CodedValue>role-
Fields inherited from class org.somda.sdc.biceps.model.participant.PersonReference
extension, identification, name
-
-
Constructor Summary
Constructors Constructor Description PersonParticipation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<CodedValue>getRole()Gets the value of the role property.inthashCode()voidsetRole(List<CodedValue> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.PersonReference
getExtension, getIdentification, getName, setExtension, setIdentification, setName
-
-
-
-
Field Detail
-
role
protected List<CodedValue> role
-
-
Method Detail
-
getRole
public List<CodedValue> getRole()
Gets the value of the role property.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
setmethod 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
-
setRole
public void setRole(List<CodedValue> value)
-
clone
public Object clone()
- Overrides:
clonein classPersonReference
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classPersonReference
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classPersonReference
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classPersonReference
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classPersonReference
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPersonReference
-
toString
public String toString()
- Overrides:
toStringin classPersonReference
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classPersonReference
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classPersonReference
-
-