|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessagePendingType
Java class for MessagePendingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessagePendingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="pending" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
Map<QName,String> |
getOtherAttributes()
|
Boolean |
isPending()
Gets the value of the pending property. |
void |
setPending(Boolean value)
Sets the value of the pending property. |
| Method Detail |
|---|
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
Boolean isPending()
Booleanvoid setPending(Boolean value)
value - allowed object is
BooleanMap<QName,String> getOtherAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||