Interface ExtendedPriority
-
public interface ExtendedPriorityInterface for tExtendedPriority complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtendedPriority"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PriorityNamespace" type="{}tPriorityNamespace"/> <element name="PriorityLevel" type="{}tPriorityLevel"/> </sequence> </restriction> </complexContent> </complexType>- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPriorityLevel()Gets the value of the priorityLevel property.StringgetPriorityNamespace()Gets the value of the priorityNamespace property.voidsetPriorityLevel(String value)Sets the value of the priorityLevel property.voidsetPriorityNamespace(String value)Sets the value of the priorityNamespace property.
-
-
-
Method Detail
-
getPriorityNamespace
String getPriorityNamespace()
Gets the value of the priorityNamespace property.- Returns:
- possible object is
String
-
setPriorityNamespace
void setPriorityNamespace(String value)
Sets the value of the priorityNamespace property.- Parameters:
value- allowed object isString
-
getPriorityLevel
String getPriorityLevel()
Gets the value of the priorityLevel property.- Returns:
- possible object is
String
-
-