Class 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>
     
    • Constructor Detail

      • Entry

        public Entry()
    • 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 is String
      • 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 is Sequence
      • 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 is String
      • getUniProtKBExclusion

        public String getUniProtKBExclusion()
        Gets the value of the uniProtKBExclusion property.
        Returns:
        possible object is String
      • setUniProtKBExclusion

        public void setUniProtKBExclusion​(String value)
        Sets the value of the uniProtKBExclusion property.
        Parameters:
        value - allowed object is String