Package org.uniprot.uniprot
Class CommentType.Conflict
java.lang.Object
org.uniprot.uniprot.CommentType.Conflict
- Enclosing class:
- CommentType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Refers to the 'key' attribute of a 'reference' element.Gets the value of the sequence property.getType()Gets the value of the type property.voidSets the value of the ref property.voidSets the value of the sequence property.voidSets the value of the type property.
-
Field Details
-
sequence
-
type
-
ref
Refers to the 'key' attribute of a 'reference' element.
-
-
Constructor Details
-
Conflict
public Conflict()
-
-
Method Details
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
CommentType.Conflict.Sequence
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isCommentType.Conflict.Sequence
-
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
Refers to the 'key' attribute of a 'reference' element.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.
-