Package org.apache.cxf.ws.rm.manager
Class SequenceTerminationPolicyType
java.lang.Object
org.apache.cxf.ws.rm.manager.SequenceTerminationPolicyType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the maxLength property.intGets the value of the maxRanges property.intGets the value of the maxUnacknowledged property.booleanbooleanbooleanbooleanbooleanGets 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.voidvoidvoidvoid
-
Field Details
-
maxLength
-
maxRanges
-
maxUnacknowledged
-
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.
-