Package org.apache.cxf.ws.rm.manager
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 Summary
Fields Modifier and Type Field Description protected LongmaxLengthprotected IntegermaxRangesprotected IntegermaxUnacknowledgedprotected BooleanterminateOnShutdown
-
Constructor Summary
Constructors Constructor Description SequenceTerminationPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMaxLength()Gets the value of the maxLength property.intgetMaxRanges()Gets the value of the maxRanges property.intgetMaxUnacknowledged()Gets the value of the maxUnacknowledged property.booleanisSetMaxLength()booleanisSetMaxRanges()booleanisSetMaxUnacknowledged()booleanisSetTerminateOnShutdown()booleanisTerminateOnShutdown()Gets the value of the terminateOnShutdown property.voidsetMaxLength(long value)Sets the value of the maxLength property.voidsetMaxRanges(int value)Sets the value of the maxRanges property.voidsetMaxUnacknowledged(int value)Sets the value of the maxUnacknowledged property.voidsetTerminateOnShutdown(boolean value)Sets the value of the terminateOnShutdown property.voidunsetMaxLength()voidunsetMaxRanges()voidunsetMaxUnacknowledged()voidunsetTerminateOnShutdown()
-
-
-
Method Detail
-
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.
-
-