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 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.