public class SourceFileType extends ParamGroupType
Java class for SourceFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceFileType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
location |
protected String |
name |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
SourceFileType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCvParam, getReferenceableParamGroupRef, getUserParampublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLocation()
StringCopyright © 2017. All rights reserved.