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 Stringaccessionprotected Stringdatasetprotected List<DbReferenceType>dbReferenceprotected Sequencesequenceprotected List<SeqFeatureType>signatureSequenceMatchprotected StringuniProtKBExclusion
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccession()Gets the value of the accession property.StringgetDataset()Gets the value of the dataset property.List<DbReferenceType>getDbReference()Gets the value of the dbReference property.SequencegetSequence()Gets the value of the sequence property.List<SeqFeatureType>getSignatureSequenceMatch()Gets the value of the signatureSequenceMatch property.StringgetUniProtKBExclusion()Gets the value of the uniProtKBExclusion property.voidsetAccession(String value)Sets the value of the accession property.voidsetDataset(String value)Sets the value of the dataset property.voidsetSequence(Sequence value)Sets the value of the sequence property.voidsetUniProtKBExclusion(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
setmethod 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
DbReferenceTypeobjects.
-
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
setmethod 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
SeqFeatureTypeobjects.
-
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
-
-