Package de.foellix.aql.transformations
Class Priority
java.lang.Object
de.foellix.aql.transformations.Priority
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>integer">
<attribute name="feature" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feature property.getValue()Gets the value of the value property.voidsetFeature(String value) Sets the value of the feature property.voidsetValue(BigInteger value) Sets the value of the value property.
-
Field Details
-
value
-
feature
-
-
Constructor Details
-
Priority
public Priority()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigInteger
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigInteger
-
getFeature
Gets the value of the feature property.- Returns:
- possible object is
String
-
setFeature
Sets the value of the feature property.- Parameters:
value- allowed object isString
-