public class IndistinguishableProtein extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter" type="{http://regis-web.systemsbiology.net/protXML}nameValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="annotation" type="{http://regis-web.systemsbiology.net/protXML}protein_annotation" minOccurs="0"/>
</sequence>
<attribute name="protein_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProteinAnnotation |
annotation |
protected List<NameValueType> |
parameter |
protected String |
proteinName |
| Constructor and Description |
|---|
IndistinguishableProtein() |
| Modifier and Type | Method and Description |
|---|---|
ProteinAnnotation |
getAnnotation()
Gets the value of the annotation property.
|
List<NameValueType> |
getParameter()
Gets the value of the parameter property.
|
String |
getProteinName()
Gets the value of the proteinName property.
|
void |
setAnnotation(ProteinAnnotation value)
Sets the value of the annotation property.
|
void |
setProteinName(String value)
Sets the value of the proteinName property.
|
protected List<NameValueType> parameter
protected ProteinAnnotation annotation
protected String proteinName
public List<NameValueType> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValueType
public ProteinAnnotation getAnnotation()
ProteinAnnotationpublic void setAnnotation(ProteinAnnotation value)
value - allowed object is
ProteinAnnotationpublic String getProteinName()
StringCopyright © 2017. All rights reserved.