Class Entry
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.uniprot.rest.response.model.Entry
-
public class Entry 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="accession" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dbReference" type="{http://uniprot.org/uniparc}dbReferenceType" maxOccurs="unbounded"/> <element name="signatureSequenceMatch" type="{http://uniprot.org/uniparc}seqFeatureType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://uniprot.org/uniparc}sequence"/> </sequence> <attribute name="dataset" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="UniProtKB_exclusion" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
accession
protected String
dataset
protected List<DbReferenceType>
dbReference
protected Sequence
sequence
protected List<SeqFeatureType>
signatureSequenceMatch
protected String
uniProtKBExclusion
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccession()
Gets the value of the accession property.String
getDataset()
Gets the value of the dataset property.List<DbReferenceType>
getDbReference()
Gets the value of the dbReference property.Sequence
getSequence()
Gets the value of the sequence property.List<SeqFeatureType>
getSignatureSequenceMatch()
Gets the value of the signatureSequenceMatch property.String
getUniProtKBExclusion()
Gets the value of the uniProtKBExclusion property.void
setAccession(String value)
Sets the value of the accession property.void
setDataset(String value)
Sets the value of the dataset property.void
setSequence(Sequence value)
Sets the value of the sequence property.void
setUniProtKBExclusion(String value)
Sets the value of the uniProtKBExclusion property.
-
-
-
Field Detail
-
accession
protected String accession
-
dbReference
protected List<DbReferenceType> dbReference
-
signatureSequenceMatch
protected List<SeqFeatureType> signatureSequenceMatch
-
sequence
protected Sequence sequence
-
dataset
protected String dataset
-
uniProtKBExclusion
protected String uniProtKBExclusion
-
-
Method Detail
-
getAccession
public String getAccession()
Gets the value of the accession property.- Returns:
- possible object is
String
-
setAccession
public void setAccession(String value)
Sets the value of the accession property.- Parameters:
value
- allowed object isString
-
getDbReference
public List<DbReferenceType> getDbReference()
Gets the value of the dbReference property.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 dbReference property.For example, to add a new item, do as follows:
getDbReference().add(newItem);
Objects of the following type(s) are allowed in the list
DbReferenceType
- Returns:
- a list of
DbReferenceType
objects.
-
getSignatureSequenceMatch
public List<SeqFeatureType> getSignatureSequenceMatch()
Gets the value of the signatureSequenceMatch property.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 signatureSequenceMatch property.For example, to add a new item, do as follows:
getSignatureSequenceMatch().add(newItem);
Objects of the following type(s) are allowed in the list
SeqFeatureType
- Returns:
- a list of
SeqFeatureType
objects.
-
getSequence
public Sequence getSequence()
Gets the value of the sequence property.- Returns:
- possible object is
Sequence
-
setSequence
public void setSequence(Sequence value)
Sets the value of the sequence property.- Parameters:
value
- allowed object isSequence
-
getDataset
public String getDataset()
Gets the value of the dataset property.- Returns:
- possible object is
String
-
setDataset
public void setDataset(String value)
Sets the value of the dataset property.- Parameters:
value
- allowed object isString
-
getUniProtKBExclusion
public String getUniProtKBExclusion()
Gets the value of the uniProtKBExclusion property.- Returns:
- possible object is
String
-
-