public class TNotifications extends TExtensibleElements
Java class for tNotifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tNotifications">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element ref="{http://www.example.org/WS-HT}notification" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TNotification> |
notification |
any, documentation| Constructor and Description |
|---|
TNotifications() |
| Modifier and Type | Method and Description |
|---|---|
List<TNotification> |
getNotification()
Gets the value of the notification property.
|
getAny, getDocumentation, getOtherAttributesprotected List<TNotification> notification
public List<TNotification> getNotification()
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 notification property.
For example, to add a new item, do as follows:
getNotification().add(newItem);
Objects of the following type(s) are allowed in the list
TNotification
Copyright © 2012 OW2 Consortium. All Rights Reserved.