Class TimeToLiveType
java.lang.Object
org.apache.cxf.transport.jms.wsdl.TimeToLiveType
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected long value
-
-
Constructor Details
-
TimeToLiveType
public TimeToLiveType()
-
-
Method Details
-
getValue
public long getValue()Gets the value of the value property. -
setValue
public void setValue(long value) Sets the value of the value property.
-