|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Cv
public class Cv
A source controlled vocabulary from which cvParams will be obtained.
Java class for cvType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cvType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="fullName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
fullName
|
protected String |
id
|
protected String |
uri
|
protected String |
version
|
Constructor Summary | |
---|---|
Cv()
|
Method Summary | |
---|---|
String |
getFullName()
Gets the value of the fullName property. |
String |
getId()
Gets the value of the id property. |
String |
getUri()
Gets the value of the uri property. |
String |
getVersion()
Gets the value of the version property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setUri(String value)
Sets the value of the uri property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fullName
protected String version
protected String uri
protected String id
Constructor Detail |
---|
public Cv()
Method Detail |
---|
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |