public class UserParamType extends Object
Java class for UserParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserParamType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" 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 |
name |
protected String |
type |
protected String |
unitAccession |
protected Object |
unitCvRef |
protected String |
unitName |
protected String |
value |
| Constructor and Description |
|---|
UserParamType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type 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 |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type 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 String name
protected String type
protected String value
protected String unitAccession
protected String unitName
protected Object unitCvRef
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(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.