public class ContactRoleType extends Object
Java class for ContactRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactRoleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role" type="{http://psidev.info/psi/pi/mzIdentML/1.2}RoleType"/>
</sequence>
<attribute name="contact_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactRef |
protected RoleType |
role |
| Constructor and Description |
|---|
ContactRoleType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactRef()
Gets the value of the contactRef property.
|
RoleType |
getRole()
Gets the value of the role property.
|
void |
setContactRef(String value)
Sets the value of the contactRef property.
|
void |
setRole(RoleType value)
Sets the value of the role property.
|
public RoleType getRole()
RoleTypepublic void setRole(RoleType value)
value - allowed object is
RoleTypepublic String getContactRef()
StringCopyright © 2017. All rights reserved.