Class EventType

java.lang.Object
org.uniprot.uniprot.EventType

public class EventType extends Object
Describes the type of events that cause alternative products.

Java class for eventType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="eventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="alternative splicing"/>
             <enumeration value="alternative initiation"/>
             <enumeration value="alternative promoter"/>
             <enumeration value="ribosomal frameshifting"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
  • Constructor Details

    • EventType

      public EventType()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String