public class Peptide 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 ref="{}domain" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Domain |
domain |
protected Integer |
end |
protected Integer |
start |
| Constructor and Description |
|---|
Peptide() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
getDomain() |
Integer |
getEnd()
Gets the value of the end property.
|
Integer |
getStart()
Gets the value of the start property.
|
void |
setDomain(Domain domain) |
void |
setEnd(Integer value)
Sets the value of the end property.
|
void |
setStart(Integer value)
Sets the value of the start property.
|
public Integer getEnd()
Integerpublic void setEnd(Integer value)
value - allowed object is
Integerpublic Integer getStart()
Integerpublic void setStart(Integer value)
value - allowed object is
Integerpublic Domain getDomain()
public void setDomain(Domain domain)
Copyright © 2017. All rights reserved.