Class AcksPolicyType

java.lang.Object
org.apache.cxf.ws.rm.manager.AcksPolicyType

public class AcksPolicyType extends Object

Java class for AcksPolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AcksPolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="intraMessageThreshold" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
       <attribute name="ImmediaAcksTimeout" type="{http://www.w3.org/2001/XMLSchema}long" default="1000" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • intraMessageThreshold

      protected Integer intraMessageThreshold
    • immediaAcksTimeout

      protected Long immediaAcksTimeout
  • Constructor Details

    • AcksPolicyType

      public AcksPolicyType()
  • Method Details

    • setIntraMessageThreshold

      public void setIntraMessageThreshold(int value)
      Sets the value of the intraMessageThreshold property.
    • unsetIntraMessageThreshold

      public void unsetIntraMessageThreshold()
    • isSetIntraMessageThreshold

      public boolean isSetIntraMessageThreshold()
    • getIntraMessageThreshold

      public int getIntraMessageThreshold()
      Gets the value of the intraMessageThreshold property.
    • setImmediaAcksTimeout

      public void setImmediaAcksTimeout(long value)
      Sets the value of the immediaAcksTimeout property.
    • unsetImmediaAcksTimeout

      public void unsetImmediaAcksTimeout()
    • isSetImmediaAcksTimeout

      public boolean isSetImmediaAcksTimeout()
    • getImmediaAcksTimeout

      public long getImmediaAcksTimeout()
      Gets the value of the immediaAcksTimeout property.