public class ProviderType extends IdentifiableType
Java class for ProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="ContactRole" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ContactRoleType" minOccurs="0"/>
</sequence>
<attribute name="analysisSoftware_ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysisSoftwareRef |
protected ContactRoleType |
contactRole |
id, name| Constructor and Description |
|---|
ProviderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisSoftwareRef()
Gets the value of the analysisSoftwareRef property.
|
ContactRoleType |
getContactRole()
Gets the value of the contactRole property.
|
void |
setAnalysisSoftwareRef(String value)
Sets the value of the analysisSoftwareRef property.
|
void |
setContactRole(ContactRoleType value)
Sets the value of the contactRole property.
|
getId, getName, setId, setNameprotected ContactRoleType contactRole
protected String analysisSoftwareRef
public ContactRoleType getContactRole()
ContactRoleTypepublic void setContactRole(ContactRoleType value)
value - allowed object is
ContactRoleTypepublic String getAnalysisSoftwareRef()
StringCopyright © 2017. All rights reserved.