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