Package org.cxml

Class Priority


  • public class Priority
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Priority()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Description getDescription()
      Gets the value of the description property.
      java.lang.String getLevel()
      Gets the value of the level property.
      void setDescription​(Description value)
      Sets the value of the description property.
      void setLevel​(java.lang.String value)
      Sets the value of the level property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • level

        protected java.lang.String level
    • Constructor Detail

      • Priority

        public Priority()
    • Method Detail

      • getLevel

        public java.lang.String getLevel()
        Gets the value of the level property.
        Returns:
        possible object is String
      • setLevel

        public void setLevel​(java.lang.String value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is String
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description