Package org.apache.cxf.ws.rmp.v200502
Class RMAssertion
- java.lang.Object
-
- org.apache.cxf.ws.rmp.v200502.RMAssertion
-
public class RMAssertion extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InactivityTimeout" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <anyAttribute processContents='lax'/> </restriction> </complexContent> </complexType> </element> <element name="BaseRetransmissionInterval" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <anyAttribute processContents='lax'/> </restriction> </complexContent> </complexType> </element> <element name="ExponentialBackoff" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <anyAttribute processContents='lax'/> </restriction> </complexContent> </complexType> </element> <element name="AcknowledgementInterval" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Milliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <anyAttribute processContents='lax'/> </restriction> </complexContent> </complexType> </element> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax'/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RMAssertion.AcknowledgementInterval
Java class for anonymous complex type.static class
RMAssertion.BaseRetransmissionInterval
Java class for anonymous complex type.static class
RMAssertion.ExponentialBackoff
Java class for anonymous complex type.static class
RMAssertion.InactivityTimeout
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected RMAssertion.AcknowledgementInterval
acknowledgementInterval
protected List<Object>
any
protected RMAssertion.BaseRetransmissionInterval
baseRetransmissionInterval
protected RMAssertion.ExponentialBackoff
exponentialBackoff
protected RMAssertion.InactivityTimeout
inactivityTimeout
-
Constructor Summary
Constructors Constructor Description RMAssertion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RMAssertion.AcknowledgementInterval
getAcknowledgementInterval()
Gets the value of the acknowledgementInterval property.List<Object>
getAny()
Gets the value of the any property.RMAssertion.BaseRetransmissionInterval
getBaseRetransmissionInterval()
Gets the value of the baseRetransmissionInterval property.RMAssertion.ExponentialBackoff
getExponentialBackoff()
Gets the value of the exponentialBackoff property.RMAssertion.InactivityTimeout
getInactivityTimeout()
Gets the value of the inactivityTimeout property.Map<QName,String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.boolean
isSetAcknowledgementInterval()
boolean
isSetAny()
boolean
isSetBaseRetransmissionInterval()
boolean
isSetExponentialBackoff()
boolean
isSetInactivityTimeout()
void
setAcknowledgementInterval(RMAssertion.AcknowledgementInterval value)
Sets the value of the acknowledgementInterval property.void
setBaseRetransmissionInterval(RMAssertion.BaseRetransmissionInterval value)
Sets the value of the baseRetransmissionInterval property.void
setExponentialBackoff(RMAssertion.ExponentialBackoff value)
Sets the value of the exponentialBackoff property.void
setInactivityTimeout(RMAssertion.InactivityTimeout value)
Sets the value of the inactivityTimeout property.void
unsetAny()
-
-
-
Field Detail
-
inactivityTimeout
protected RMAssertion.InactivityTimeout inactivityTimeout
-
baseRetransmissionInterval
protected RMAssertion.BaseRetransmissionInterval baseRetransmissionInterval
-
exponentialBackoff
protected RMAssertion.ExponentialBackoff exponentialBackoff
-
acknowledgementInterval
protected RMAssertion.AcknowledgementInterval acknowledgementInterval
-
-
Method Detail
-
getInactivityTimeout
public RMAssertion.InactivityTimeout getInactivityTimeout()
Gets the value of the inactivityTimeout property.- Returns:
- possible object is
RMAssertion.InactivityTimeout
-
setInactivityTimeout
public void setInactivityTimeout(RMAssertion.InactivityTimeout value)
Sets the value of the inactivityTimeout property.- Parameters:
value
- allowed object isRMAssertion.InactivityTimeout
-
isSetInactivityTimeout
public boolean isSetInactivityTimeout()
-
getBaseRetransmissionInterval
public RMAssertion.BaseRetransmissionInterval getBaseRetransmissionInterval()
Gets the value of the baseRetransmissionInterval property.- Returns:
- possible object is
RMAssertion.BaseRetransmissionInterval
-
setBaseRetransmissionInterval
public void setBaseRetransmissionInterval(RMAssertion.BaseRetransmissionInterval value)
Sets the value of the baseRetransmissionInterval property.- Parameters:
value
- allowed object isRMAssertion.BaseRetransmissionInterval
-
isSetBaseRetransmissionInterval
public boolean isSetBaseRetransmissionInterval()
-
getExponentialBackoff
public RMAssertion.ExponentialBackoff getExponentialBackoff()
Gets the value of the exponentialBackoff property.- Returns:
- possible object is
RMAssertion.ExponentialBackoff
-
setExponentialBackoff
public void setExponentialBackoff(RMAssertion.ExponentialBackoff value)
Sets the value of the exponentialBackoff property.- Parameters:
value
- allowed object isRMAssertion.ExponentialBackoff
-
isSetExponentialBackoff
public boolean isSetExponentialBackoff()
-
getAcknowledgementInterval
public RMAssertion.AcknowledgementInterval getAcknowledgementInterval()
Gets the value of the acknowledgementInterval property.- Returns:
- possible object is
RMAssertion.AcknowledgementInterval
-
setAcknowledgementInterval
public void setAcknowledgementInterval(RMAssertion.AcknowledgementInterval value)
Sets the value of the acknowledgementInterval property.- Parameters:
value
- allowed object isRMAssertion.AcknowledgementInterval
-
isSetAcknowledgementInterval
public boolean isSetAcknowledgementInterval()
-
getAny
public List<Object> getAny()
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
-
isSetAny
public boolean isSetAny()
-
unsetAny
public void unsetAny()
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-