public class CVParamType extends Object
Java class for CVParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVParamType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="cvRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="accession" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unitAccession" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unitName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unitCvRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accession |
protected Object |
cvRef |
protected String |
name |
protected String |
unitAccession |
protected Object |
unitCvRef |
protected String |
unitName |
protected String |
value |
| Constructor and Description |
|---|
CVParamType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Gets the value of the accession property.
|
Object |
getCvRef()
Gets the value of the cvRef property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUnitAccession()
Gets the value of the unitAccession property.
|
Object |
getUnitCvRef()
Gets the value of the unitCvRef property.
|
String |
getUnitName()
Gets the value of the unitName property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAccession(String value)
Sets the value of the accession property.
|
void |
setCvRef(Object value)
Sets the value of the cvRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUnitAccession(String value)
Sets the value of the unitAccession property.
|
void |
setUnitCvRef(Object value)
Sets the value of the unitCvRef property.
|
void |
setUnitName(String value)
Sets the value of the unitName property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected Object cvRef
protected String accession
protected String value
protected String name
protected String unitAccession
protected String unitName
protected Object unitCvRef
public Object getCvRef()
Objectpublic void setCvRef(Object value)
value - allowed object is
Objectpublic String getAccession()
Stringpublic void setAccession(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUnitAccession()
Stringpublic void setUnitAccession(String value)
value - allowed object is
Stringpublic String getUnitName()
Stringpublic void setUnitName(String value)
value - allowed object is
Stringpublic Object getUnitCvRef()
ObjectCopyright © 2017. All rights reserved.