Class SequenceTerminationPolicyType

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

public class SequenceTerminationPolicyType extends Object

Java class for SequenceTerminationPolicyType complex type.

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

 <complexType name="SequenceTerminationPolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="maxLength" type="{http://www.w3.org/2001/XMLSchema}long" default="0" />
       <attribute name="maxRanges" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="maxUnacknowledged" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="terminateOnShutdown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maxLength

      protected Long maxLength
    • maxRanges

      protected Integer maxRanges
    • maxUnacknowledged

      protected Integer maxUnacknowledged
    • terminateOnShutdown

      protected Boolean terminateOnShutdown
  • Constructor Details

    • SequenceTerminationPolicyType

      public SequenceTerminationPolicyType()
  • Method Details

    • setMaxLength

      public void setMaxLength(long value)
      Sets the value of the maxLength property.
    • unsetMaxLength

      public void unsetMaxLength()
    • isSetMaxLength

      public boolean isSetMaxLength()
    • getMaxLength

      public long getMaxLength()
      Gets the value of the maxLength property.
    • setMaxRanges

      public void setMaxRanges(int value)
      Sets the value of the maxRanges property.
    • unsetMaxRanges

      public void unsetMaxRanges()
    • isSetMaxRanges

      public boolean isSetMaxRanges()
    • getMaxRanges

      public int getMaxRanges()
      Gets the value of the maxRanges property.
    • setMaxUnacknowledged

      public void setMaxUnacknowledged(int value)
      Sets the value of the maxUnacknowledged property.
    • unsetMaxUnacknowledged

      public void unsetMaxUnacknowledged()
    • isSetMaxUnacknowledged

      public boolean isSetMaxUnacknowledged()
    • getMaxUnacknowledged

      public int getMaxUnacknowledged()
      Gets the value of the maxUnacknowledged property.
    • setTerminateOnShutdown

      public void setTerminateOnShutdown(boolean value)
      Sets the value of the terminateOnShutdown property.
    • unsetTerminateOnShutdown

      public void unsetTerminateOnShutdown()
    • isSetTerminateOnShutdown

      public boolean isSetTerminateOnShutdown()
    • isTerminateOnShutdown

      public boolean isTerminateOnShutdown()
      Gets the value of the terminateOnShutdown property.