Package org.cxml
Class Priority
- java.lang.Object
-
- org.cxml.Priority
-
public class Priority extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected java.lang.Stringlevel
-
Constructor Summary
Constructors Constructor Description Priority()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetLevel()Gets the value of the level property.voidsetDescription(Description value)Sets the value of the description property.voidsetLevel(java.lang.String value)Sets the value of the level property.
-
-
-
Field Detail
-
level
protected java.lang.String level
-
description
protected Description description
-
-
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 isString
-
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 isDescription
-
-