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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maxLength |
protected Integer |
maxRanges |
protected Integer |
maxUnacknowledged |
protected Boolean |
terminateOnShutdown |
| Constructor and Description |
|---|
SequenceTerminationPolicyType() |
| Modifier and Type | Method and 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() |
protected Long maxLength
protected Integer maxRanges
protected Integer maxUnacknowledged
protected Boolean terminateOnShutdown
public long getMaxLength()
Longpublic void setMaxLength(long value)
value - allowed object is
Longpublic boolean isSetMaxLength()
public void unsetMaxLength()
public int getMaxRanges()
Integerpublic void setMaxRanges(int value)
value - allowed object is
Integerpublic boolean isSetMaxRanges()
public void unsetMaxRanges()
public int getMaxUnacknowledged()
Integerpublic void setMaxUnacknowledged(int value)
value - allowed object is
Integerpublic boolean isSetMaxUnacknowledged()
public void unsetMaxUnacknowledged()
public boolean isTerminateOnShutdown()
Booleanpublic void setTerminateOnShutdown(boolean value)
value - allowed object is
Booleanpublic boolean isSetTerminateOnShutdown()
public void unsetTerminateOnShutdown()
Apache CXF