Class StatusType

java.lang.Object
org.uniprot.uniprot.StatusType

public class StatusType extends Object
Indicates whether the name of a plasmid is known or unknown.

Java class for statusType complex type

.

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


 <complexType name="statusType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="status" default="known">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="known"/>
             <enumeration value="unknown"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • status

      protected String status
  • Constructor Details

    • StatusType

      public StatusType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

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