public class SourcePolicyType extends Object
Java class for SourcePolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourcePolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sequenceTerminationPolicy" type="{http://cxf.apache.org/ws/rm/manager}SequenceTerminationPolicyType" minOccurs="0"/> </sequence> <attribute name="sequenceExpiration" type="{http://www.w3.org/2001/XMLSchema}duration" default="PT0S" /> <attribute name="acksTo" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="includeOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="offeredSequenceExpiration" type="{http://www.w3.org/2001/XMLSchema}duration" default="PT0S" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
acksTo |
protected Boolean |
includeOffer |
protected Duration |
offeredSequenceExpiration |
protected Duration |
sequenceExpiration |
protected SequenceTerminationPolicyType |
sequenceTerminationPolicy |
Constructor and Description |
---|
SourcePolicyType() |
Modifier and Type | Method and Description |
---|---|
String |
getAcksTo()
Gets the value of the acksTo property.
|
Duration |
getOfferedSequenceExpiration()
Gets the value of the offeredSequenceExpiration property.
|
Duration |
getSequenceExpiration()
Gets the value of the sequenceExpiration property.
|
SequenceTerminationPolicyType |
getSequenceTerminationPolicy()
Gets the value of the sequenceTerminationPolicy property.
|
boolean |
isIncludeOffer()
Gets the value of the includeOffer property.
|
boolean |
isSetAcksTo() |
boolean |
isSetIncludeOffer() |
boolean |
isSetOfferedSequenceExpiration() |
boolean |
isSetSequenceExpiration() |
boolean |
isSetSequenceTerminationPolicy() |
void |
setAcksTo(String value)
Sets the value of the acksTo property.
|
void |
setIncludeOffer(boolean value)
Sets the value of the includeOffer property.
|
void |
setOfferedSequenceExpiration(Duration value)
Sets the value of the offeredSequenceExpiration property.
|
void |
setSequenceExpiration(Duration value)
Sets the value of the sequenceExpiration property.
|
void |
setSequenceTerminationPolicy(SequenceTerminationPolicyType value)
Sets the value of the sequenceTerminationPolicy property.
|
void |
unsetIncludeOffer() |
protected SequenceTerminationPolicyType sequenceTerminationPolicy
protected Duration sequenceExpiration
protected String acksTo
protected Boolean includeOffer
protected Duration offeredSequenceExpiration
public SequenceTerminationPolicyType getSequenceTerminationPolicy()
SequenceTerminationPolicyType
public void setSequenceTerminationPolicy(SequenceTerminationPolicyType value)
value
- allowed object is
SequenceTerminationPolicyType
public boolean isSetSequenceTerminationPolicy()
public void setSequenceExpiration(Duration value)
value
- allowed object is
Duration
public boolean isSetSequenceExpiration()
public String getAcksTo()
String
public void setAcksTo(String value)
value
- allowed object is
String
public boolean isSetAcksTo()
public boolean isIncludeOffer()
Boolean
public void setIncludeOffer(boolean value)
value
- allowed object is
Boolean
public boolean isSetIncludeOffer()
public void unsetIncludeOffer()
public void setOfferedSequenceExpiration(Duration value)
value
- allowed object is
Duration
public boolean isSetOfferedSequenceExpiration()
public Duration getSequenceExpiration()
public Duration getOfferedSequenceExpiration()
Apache CXF