Apache CXF API

org.apache.cxf.ws.rm.manager
Class SequenceTerminationPolicyType

java.lang.Object
  extended by 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="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long maxLength
           
protected  Integer maxRanges
           
protected  Integer maxUnacknowledged
           
protected  Boolean terminateOnShutdown
           
 
Constructor Summary
SequenceTerminationPolicyType()
           
 
Method Summary
 long getMaxLength()
          Gets the value of the maxLength property.
 int getMaxRanges()
          Gets the value of the maxRanges property.
 int getMaxUnacknowledged()
          Gets the value of the maxUnacknowledged property.
 boolean isSetMaxLength()
           
 boolean isSetMaxRanges()
           
 boolean isSetMaxUnacknowledged()
           
 boolean isSetTerminateOnShutdown()
           
 boolean isTerminateOnShutdown()
          Gets the value of the terminateOnShutdown property.
 void setMaxLength(long value)
          Sets the value of the maxLength property.
 void setMaxRanges(int value)
          Sets the value of the maxRanges property.
 void setMaxUnacknowledged(int value)
          Sets the value of the maxUnacknowledged property.
 void setTerminateOnShutdown(boolean value)
          Sets the value of the terminateOnShutdown property.
 void unsetMaxLength()
           
 void unsetMaxRanges()
           
 void unsetMaxUnacknowledged()
           
 void unsetTerminateOnShutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxLength

protected Long maxLength

maxRanges

protected Integer maxRanges

maxUnacknowledged

protected Integer maxUnacknowledged

terminateOnShutdown

protected Boolean terminateOnShutdown
Constructor Detail

SequenceTerminationPolicyType

public SequenceTerminationPolicyType()
Method Detail

getMaxLength

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

Returns:
possible object is Long

setMaxLength

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

Parameters:
value - allowed object is Long

isSetMaxLength

public boolean isSetMaxLength()

unsetMaxLength

public void unsetMaxLength()

getMaxRanges

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

Returns:
possible object is Integer

setMaxRanges

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

Parameters:
value - allowed object is Integer

isSetMaxRanges

public boolean isSetMaxRanges()

unsetMaxRanges

public void unsetMaxRanges()

getMaxUnacknowledged

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

Returns:
possible object is Integer

setMaxUnacknowledged

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

Parameters:
value - allowed object is Integer

isSetMaxUnacknowledged

public boolean isSetMaxUnacknowledged()

unsetMaxUnacknowledged

public void unsetMaxUnacknowledged()

isTerminateOnShutdown

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

Returns:
possible object is Boolean

setTerminateOnShutdown

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

Parameters:
value - allowed object is Boolean

isSetTerminateOnShutdown

public boolean isSetTerminateOnShutdown()

unsetTerminateOnShutdown

public void unsetTerminateOnShutdown()

Apache CXF API

Apache CXF