|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.rmp.v200502.RMAssertion
public 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 | |
---|---|
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 | |
---|---|
protected RMAssertion.AcknowledgementInterval |
acknowledgementInterval
|
protected List<Object> |
any
|
protected RMAssertion.BaseRetransmissionInterval |
baseRetransmissionInterval
|
protected RMAssertion.ExponentialBackoff |
exponentialBackoff
|
protected RMAssertion.InactivityTimeout |
inactivityTimeout
|
Constructor Summary | |
---|---|
RMAssertion()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RMAssertion.InactivityTimeout inactivityTimeout
protected RMAssertion.BaseRetransmissionInterval baseRetransmissionInterval
protected RMAssertion.ExponentialBackoff exponentialBackoff
protected RMAssertion.AcknowledgementInterval acknowledgementInterval
protected List<Object> any
Constructor Detail |
---|
public RMAssertion()
Method Detail |
---|
public RMAssertion.InactivityTimeout getInactivityTimeout()
RMAssertion.InactivityTimeout
public void setInactivityTimeout(RMAssertion.InactivityTimeout value)
value
- allowed object is
RMAssertion.InactivityTimeout
public boolean isSetInactivityTimeout()
public RMAssertion.BaseRetransmissionInterval getBaseRetransmissionInterval()
RMAssertion.BaseRetransmissionInterval
public void setBaseRetransmissionInterval(RMAssertion.BaseRetransmissionInterval value)
value
- allowed object is
RMAssertion.BaseRetransmissionInterval
public boolean isSetBaseRetransmissionInterval()
public RMAssertion.ExponentialBackoff getExponentialBackoff()
RMAssertion.ExponentialBackoff
public void setExponentialBackoff(RMAssertion.ExponentialBackoff value)
value
- allowed object is
RMAssertion.ExponentialBackoff
public boolean isSetExponentialBackoff()
public RMAssertion.AcknowledgementInterval getAcknowledgementInterval()
RMAssertion.AcknowledgementInterval
public void setAcknowledgementInterval(RMAssertion.AcknowledgementInterval value)
value
- allowed object is
RMAssertion.AcknowledgementInterval
public boolean isSetAcknowledgementInterval()
public List<Object> getAny()
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
public boolean isSetAny()
public void unsetAny()
public Map<QName,String> getOtherAttributes()
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.
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |