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 classRMAssertion.AcknowledgementIntervalJava class for anonymous complex type.static classRMAssertion.BaseRetransmissionIntervalJava class for anonymous complex type.static classRMAssertion.ExponentialBackoffJava class for anonymous complex type.static classRMAssertion.InactivityTimeoutJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected RMAssertion.AcknowledgementIntervalacknowledgementIntervalprotected List<Object>anyprotected RMAssertion.BaseRetransmissionIntervalbaseRetransmissionIntervalprotected RMAssertion.ExponentialBackoffexponentialBackoffprotected RMAssertion.InactivityTimeoutinactivityTimeout
-
Constructor Summary
Constructors Constructor Description RMAssertion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RMAssertion.AcknowledgementIntervalgetAcknowledgementInterval()Gets the value of the acknowledgementInterval property.List<Object>getAny()Gets the value of the any property.RMAssertion.BaseRetransmissionIntervalgetBaseRetransmissionInterval()Gets the value of the baseRetransmissionInterval property.RMAssertion.ExponentialBackoffgetExponentialBackoff()Gets the value of the exponentialBackoff property.RMAssertion.InactivityTimeoutgetInactivityTimeout()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.booleanisSetAcknowledgementInterval()booleanisSetAny()booleanisSetBaseRetransmissionInterval()booleanisSetExponentialBackoff()booleanisSetInactivityTimeout()voidsetAcknowledgementInterval(RMAssertion.AcknowledgementInterval value)Sets the value of the acknowledgementInterval property.voidsetBaseRetransmissionInterval(RMAssertion.BaseRetransmissionInterval value)Sets the value of the baseRetransmissionInterval property.voidsetExponentialBackoff(RMAssertion.ExponentialBackoff value)Sets the value of the exponentialBackoff property.voidsetInactivityTimeout(RMAssertion.InactivityTimeout value)Sets the value of the inactivityTimeout property.voidunsetAny()
-
-
-
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
setmethod 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
ObjectElement
-
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
-
-