uk.ac.ebi.jmzidml.model.mzidml
Class Cv

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Cv
All Implemented Interfaces:
Serializable

public class Cv
extends MzIdentMLObject
implements Serializable

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>
 

See Also:
Serialized Form

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

fullName

protected String fullName

version

protected String version

uri

protected String uri

id

protected String id
Constructor Detail

Cv

public Cv()
Method Detail

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.