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 Long
maxLength
protected Integer
maxRanges
protected Integer
maxUnacknowledged
protected Boolean
terminateOnShutdown
-
Constructor Summary
Constructors Constructor Description SequenceTerminationPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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.
-
-