Class Priority

java.lang.Object
de.foellix.aql.transformations.Priority

public class Priority extends Object

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 Details

  • Constructor Details

    • Priority

      public Priority()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
    • getFeature

      public String getFeature()
      Gets the value of the feature property.
      Returns:
      possible object is String
    • setFeature

      public void setFeature(String value)
      Sets the value of the feature property.
      Parameters:
      value - allowed object is String