Class RMAssertion
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RMAssertion.AcknowledgementIntervalprotected RMAssertion.BaseRetransmissionIntervalprotected RMAssertion.ExponentialBackoffprotected RMAssertion.InactivityTimeout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acknowledgementInterval property.getAny()Gets the value of the any property.Gets the value of the baseRetransmissionInterval property.Gets the value of the exponentialBackoff property.Gets the value of the inactivityTimeout property.Gets a map that contains attributes that aren't bound to any typed property on this class.booleanbooleanisSetAny()booleanbooleanbooleanvoidSets the value of the acknowledgementInterval property.voidSets the value of the baseRetransmissionInterval property.voidSets the value of the exponentialBackoff property.voidSets the value of the inactivityTimeout property.voidunsetAny()
-
Field Details
-
inactivityTimeout
-
baseRetransmissionInterval
-
exponentialBackoff
-
acknowledgementInterval
-
any
-
-
Constructor Details
-
RMAssertion
public RMAssertion()
-
-
Method Details
-
getInactivityTimeout
Gets the value of the inactivityTimeout property.- Returns:
- possible object is
RMAssertion.InactivityTimeout
-
setInactivityTimeout
Sets the value of the inactivityTimeout property.- Parameters:
value- allowed object isRMAssertion.InactivityTimeout
-
isSetInactivityTimeout
public boolean isSetInactivityTimeout() -
getBaseRetransmissionInterval
Gets the value of the baseRetransmissionInterval property.- Returns:
- possible object is
RMAssertion.BaseRetransmissionInterval
-
setBaseRetransmissionInterval
Sets the value of the baseRetransmissionInterval property.- Parameters:
value- allowed object isRMAssertion.BaseRetransmissionInterval
-
isSetBaseRetransmissionInterval
public boolean isSetBaseRetransmissionInterval() -
getExponentialBackoff
Gets the value of the exponentialBackoff property.- Returns:
- possible object is
RMAssertion.ExponentialBackoff
-
setExponentialBackoff
Sets the value of the exponentialBackoff property.- Parameters:
value- allowed object isRMAssertion.ExponentialBackoff
-
isSetExponentialBackoff
public boolean isSetExponentialBackoff() -
getAcknowledgementInterval
Gets the value of the acknowledgementInterval property.- Returns:
- possible object is
RMAssertion.AcknowledgementInterval
-
setAcknowledgementInterval
Sets the value of the acknowledgementInterval property.- Parameters:
value- allowed object isRMAssertion.AcknowledgementInterval
-
isSetAcknowledgementInterval
public boolean isSetAcknowledgementInterval() -
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 Jakarta XML Binding 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
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
-