Class CommentType.Conflict

java.lang.Object
org.uniprot.uniprot.CommentType.Conflict
Enclosing class:
CommentType

public static class CommentType.Conflict 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="sequence" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="resource" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="EMBL-CDS"/>
                       <enumeration value="EMBL"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}int" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="frameshift"/>
             <enumeration value="erroneous initiation"/>
             <enumeration value="erroneous termination"/>
             <enumeration value="erroneous gene model prediction"/>
             <enumeration value="erroneous translation"/>
             <enumeration value="miscellaneous discrepancy"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Conflict

      public Conflict()
  • Method Details