public class DestinationPolicyType extends Object
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"/> </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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
acceptOffers |
protected AcksPolicyType |
acksPolicy |
protected Duration |
sequenceExpiration |
Constructor and Description |
---|
DestinationPolicyType() |
Modifier and Type | Method and Description |
---|---|
AcksPolicyType |
getAcksPolicy()
Gets the value of the acksPolicy property.
|
Duration |
getSequenceExpiration()
Gets the value of the sequenceExpiration property.
|
boolean |
isAcceptOffers()
Gets the value of the acceptOffers property.
|
boolean |
isSetAcceptOffers() |
boolean |
isSetAcksPolicy() |
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 |
setSequenceExpiration(Duration value)
Sets the value of the sequenceExpiration property.
|
void |
unsetAcceptOffers() |
protected AcksPolicyType acksPolicy
protected Duration sequenceExpiration
protected Boolean acceptOffers
public AcksPolicyType getAcksPolicy()
AcksPolicyType
public void setAcksPolicy(AcksPolicyType value)
value
- allowed object is
AcksPolicyType
public boolean isSetAcksPolicy()
public void setSequenceExpiration(Duration value)
value
- allowed object is
Duration
public boolean isSetSequenceExpiration()
public boolean isAcceptOffers()
Boolean
public void setAcceptOffers(boolean value)
value
- allowed object is
Boolean
public boolean isSetAcceptOffers()
public void unsetAcceptOffers()
public Duration getSequenceExpiration()
Apache CXF