Package org.uniprot.uniprot
Class IsoformType.Sequence
java.lang.Object
org.uniprot.uniprot.IsoformType.Sequence
- Enclosing class:
- IsoformType
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="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="not described"/>
<enumeration value="described"/>
<enumeration value="displayed"/>
<enumeration value="external"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
ref
-
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString
-