Interface ExtendedPriority
-
public interface ExtendedPriority
Interface 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 String
getPriorityLevel()
Gets the value of the priorityLevel property.String
getPriorityNamespace()
Gets the value of the priorityNamespace property.void
setPriorityLevel(String value)
Sets the value of the priorityLevel property.void
setPriorityNamespace(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
-
-