Class Sequence
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.uniprot.rest.response.model.Sequence
-
public class Sequence 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"> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="checksum" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChecksum()
Gets the value of the checksum property.String
getContent()
Gets the value of the content property.int
getLength()
Gets the value of the length property.void
setChecksum(String value)
Sets the value of the checksum property.void
setContent(String value)
Sets the value of the content property.void
setLength(int value)
Sets the value of the length property.
-
-
-
Method Detail
-
getContent
public String getContent()
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
public void setContent(String value)
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getLength
public int getLength()
Gets the value of the length property.- Returns:
- an int value.
-
setLength
public void setLength(int value)
Sets the value of the length property.- Parameters:
value
- an int value.
-
getChecksum
public String getChecksum()
Gets the value of the checksum property.- Returns:
- possible object is
String
-
-