Package org.uniprot.uniprot
Class EventType
java.lang.Object
org.uniprot.uniprot.EventType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary