|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.rm.manager.SourcePolicyType
public class SourcePolicyType
RM source configuration properties. Used for configuring an RM source.
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>
| Field Summary | |
|---|---|
protected java.lang.String |
acksTo
|
protected java.lang.Boolean |
includeOffer
|
protected javax.xml.datatype.Duration |
offeredSequenceExpiration
|
protected javax.xml.datatype.Duration |
sequenceExpiration
|
protected SequenceTerminationPolicyType |
sequenceTerminationPolicy
|
| Constructor Summary | |
|---|---|
SourcePolicyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAcksTo()
Gets the value of the acksTo property. |
javax.xml.datatype.Duration |
getOfferedSequenceExpiration()
Gets the value of the offeredSequenceExpiration property. |
javax.xml.datatype.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(java.lang.String value)
Sets the value of the acksTo property. |
void |
setIncludeOffer(boolean value)
Sets the value of the includeOffer property. |
void |
setOfferedSequenceExpiration(javax.xml.datatype.Duration value)
Sets the value of the offeredSequenceExpiration property. |
void |
setSequenceExpiration(javax.xml.datatype.Duration value)
Sets the value of the sequenceExpiration property. |
void |
setSequenceTerminationPolicy(SequenceTerminationPolicyType value)
Sets the value of the sequenceTerminationPolicy property. |
void |
unsetIncludeOffer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SequenceTerminationPolicyType sequenceTerminationPolicy
protected javax.xml.datatype.Duration sequenceExpiration
protected java.lang.String acksTo
protected java.lang.Boolean includeOffer
protected javax.xml.datatype.Duration offeredSequenceExpiration
| Constructor Detail |
|---|
public SourcePolicyType()
| Method Detail |
|---|
public SequenceTerminationPolicyType getSequenceTerminationPolicy()
SequenceTerminationPolicyTypepublic void setSequenceTerminationPolicy(SequenceTerminationPolicyType value)
value - allowed object is
SequenceTerminationPolicyTypepublic boolean isSetSequenceTerminationPolicy()
public void setSequenceExpiration(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetSequenceExpiration()
public java.lang.String getAcksTo()
Stringpublic void setAcksTo(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetAcksTo()
public boolean isIncludeOffer()
Booleanpublic void setIncludeOffer(boolean value)
value - allowed object is
Booleanpublic boolean isSetIncludeOffer()
public void unsetIncludeOffer()
public void setOfferedSequenceExpiration(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetOfferedSequenceExpiration()
public javax.xml.datatype.Duration getSequenceExpiration()
public javax.xml.datatype.Duration getOfferedSequenceExpiration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||