|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.rm.manager.SequenceTerminationPolicyType
public class 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 | |
|---|---|
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 |
|---|
protected Long maxLength
protected Integer maxRanges
protected Integer maxUnacknowledged
protected Boolean terminateOnShutdown
| Constructor Detail |
|---|
public SequenceTerminationPolicyType()
| Method Detail |
|---|
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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||