Package org.cxml
Class Priority
java.lang.Object
org.cxml.Priority
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the inventoryLevel property.getLevel()Gets the value of the level property.Gets the value of the sequence property.voidsetDescription(Description value) Sets the value of the description property.voidsetInventoryLevel(String value) Sets the value of the inventoryLevel property.voidSets the value of the level property.voidsetSequence(String value) Sets the value of the sequence property.
-
Field Details
-
level
-
sequence
-
inventoryLevel
-
description
-
-
Constructor Details
-
Priority
public Priority()
-
-
Method Details
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
String
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isString
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-
getInventoryLevel
Gets the value of the inventoryLevel property.- Returns:
- possible object is
String
-
setInventoryLevel
Sets the value of the inventoryLevel property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-