public class AnalysisSoftwareType extends IdentifiableType
Java class for AnalysisSoftwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisSoftwareType">
<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"/>
<element name="SoftwareName" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamType"/>
<element name="Customizations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContactRoleType |
contactRole |
protected String |
customizations |
protected ParamType |
softwareName |
protected String |
uri |
protected String |
version |
id, name| Constructor and Description |
|---|
AnalysisSoftwareType() |
| Modifier and Type | Method and Description |
|---|---|
ContactRoleType |
getContactRole()
Gets the value of the contactRole property.
|
String |
getCustomizations()
Gets the value of the customizations property.
|
ParamType |
getSoftwareName()
Gets the value of the softwareName property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setContactRole(ContactRoleType value)
Sets the value of the contactRole property.
|
void |
setCustomizations(String value)
Sets the value of the customizations property.
|
void |
setSoftwareName(ParamType value)
Sets the value of the softwareName property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getId, getName, setId, setNameprotected ContactRoleType contactRole
protected ParamType softwareName
protected String customizations
protected String version
protected String uri
public ContactRoleType getContactRole()
ContactRoleTypepublic void setContactRole(ContactRoleType value)
value - allowed object is
ContactRoleTypepublic ParamType getSoftwareName()
ParamTypepublic void setSoftwareName(ParamType value)
value - allowed object is
ParamTypepublic String getCustomizations()
Stringpublic void setCustomizations(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.