Class CommentType.Conflict.Sequence

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

public static class CommentType.Conflict.Sequence 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">
       <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>
 
  • Field Details

    • resource

      protected String resource
    • id

      protected String id
    • version

      protected Integer version
  • Constructor Details

    • Sequence

      public Sequence()
  • Method Details

    • getResource

      public String getResource()
      Gets the value of the resource property.
      Returns:
      possible object is String
    • setResource

      public void setResource(String value)
      Sets the value of the resource property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getVersion

      public Integer getVersion()
      Gets the value of the version property.
      Returns:
      possible object is Integer
    • setVersion

      public void setVersion(Integer value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is Integer