Package org.uniprot.uniprot
Class StatusType
java.lang.Object
org.uniprot.uniprot.StatusType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
status
-
-
Constructor Details
-
StatusType
public StatusType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-