|
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.DestinationPolicyType
public class DestinationPolicyType
RM destination configuration properties. Used for configuring an RM destination.
Java class for DestinationPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DestinationPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="acksPolicy" type="{http://cxf.apache.org/ws/rm/manager}AcksPolicyType" minOccurs="0"/>
<element name="retryPolicy" type="{http://cxf.apache.org/ws/rm/manager}RetryPolicyType" minOccurs="0"/>
</sequence>
<attribute name="sequenceExpiration" type="{http://www.w3.org/2001/XMLSchema}duration" default="PT0S" />
<attribute name="acceptOffers" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
acceptOffers
|
protected AcksPolicyType |
acksPolicy
|
protected RetryPolicyType |
retryPolicy
|
protected Duration |
sequenceExpiration
|
| Constructor Summary | |
|---|---|
DestinationPolicyType()
|
|
| Method Summary | |
|---|---|
AcksPolicyType |
getAcksPolicy()
Gets the value of the acksPolicy property. |
RetryPolicyType |
getRetryPolicy()
Gets the value of the retryPolicy property. |
Duration |
getSequenceExpiration()
Gets the value of the sequenceExpiration property. |
boolean |
isAcceptOffers()
Gets the value of the acceptOffers property. |
boolean |
isSetAcceptOffers()
|
boolean |
isSetAcksPolicy()
|
boolean |
isSetRetryPolicy()
|
boolean |
isSetSequenceExpiration()
|
void |
setAcceptOffers(boolean value)
Sets the value of the acceptOffers property. |
void |
setAcksPolicy(AcksPolicyType value)
Sets the value of the acksPolicy property. |
void |
setRetryPolicy(RetryPolicyType value)
Sets the value of the retryPolicy property. |
void |
setSequenceExpiration(Duration value)
Sets the value of the sequenceExpiration property. |
void |
unsetAcceptOffers()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AcksPolicyType acksPolicy
protected RetryPolicyType retryPolicy
protected Duration sequenceExpiration
protected Boolean acceptOffers
| Constructor Detail |
|---|
public DestinationPolicyType()
| Method Detail |
|---|
public AcksPolicyType getAcksPolicy()
AcksPolicyTypepublic void setAcksPolicy(AcksPolicyType value)
value - allowed object is
AcksPolicyTypepublic boolean isSetAcksPolicy()
public RetryPolicyType getRetryPolicy()
RetryPolicyTypepublic void setRetryPolicy(RetryPolicyType value)
value - allowed object is
RetryPolicyTypepublic boolean isSetRetryPolicy()
public void setSequenceExpiration(Duration value)
value - allowed object is
Durationpublic boolean isSetSequenceExpiration()
public boolean isAcceptOffers()
Booleanpublic void setAcceptOffers(boolean value)
value - allowed object is
Booleanpublic boolean isSetAcceptOffers()
public void unsetAcceptOffers()
public Duration getSequenceExpiration()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||