Package org.uniprot.uniprot
Class CommentType.Conflict.Sequence
java.lang.Object
org.uniprot.uniprot.CommentType.Conflict.Sequence
- Enclosing class:
- CommentType.Conflict
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the resource property.Gets the value of the version property.voidSets the value of the id property.voidsetResource(String value) Sets the value of the resource property.voidsetVersion(Integer value) Sets the value of the version property.
-
Field Details
-
resource
-
id
-
version
-
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
getResource
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
Integer
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isInteger
-