Class PriorityType
- java.lang.Object
-
- org.apache.cxf.transport.jms.wsdl.PriorityType
-
public class PriorityType extends Object
Java class for priorityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="priorityType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>int"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intvalue
-
Constructor Summary
Constructors Constructor Description PriorityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()Gets the value of the value property.voidsetValue(int value)Sets the value of the value property.
-