public class TNotification extends TExtensibleElements
Java class for tNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tNotification">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="interface" type="{http://www.example.org/WS-HT}tNotificationInterface"/>
<element ref="{http://www.example.org/WS-HT}priority" minOccurs="0"/>
<element ref="{http://www.example.org/WS-HT}peopleAssignments"/>
<element name="presentationElements" type="{http://www.example.org/WS-HT}tPresentationElements"/>
<element name="renderings" type="{http://www.example.org/WS-HT}tRenderings" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TNotificationInterface |
_interface |
protected String |
name |
protected TPeopleAssignments |
peopleAssignments |
protected TPresentationElements |
presentationElements |
protected TPriority |
priority |
protected TRenderings |
renderings |
any, documentation| Constructor and Description |
|---|
TNotification() |
| Modifier and Type | Method and Description |
|---|---|
TNotificationInterface |
getInterface()
Gets the value of the interface property.
|
String |
getName()
Gets the value of the name property.
|
TPeopleAssignments |
getPeopleAssignments()
Gets the value of the peopleAssignments property.
|
TPresentationElements |
getPresentationElements()
Gets the value of the presentationElements property.
|
TPriority |
getPriority()
Gets the value of the priority property.
|
TRenderings |
getRenderings()
Gets the value of the renderings property.
|
void |
setInterface(TNotificationInterface value)
Sets the value of the interface property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPeopleAssignments(TPeopleAssignments value)
Sets the value of the peopleAssignments property.
|
void |
setPresentationElements(TPresentationElements value)
Sets the value of the presentationElements property.
|
void |
setPriority(TPriority value)
Sets the value of the priority property.
|
void |
setRenderings(TRenderings value)
Sets the value of the renderings property.
|
getAny, getDocumentation, getOtherAttributesprotected TNotificationInterface _interface
protected TPriority priority
protected TPeopleAssignments peopleAssignments
protected TPresentationElements presentationElements
protected TRenderings renderings
protected String name
public TNotificationInterface getInterface()
TNotificationInterfacepublic void setInterface(TNotificationInterface value)
value - allowed object is
TNotificationInterfacepublic TPriority getPriority()
TPrioritypublic void setPriority(TPriority value)
value - allowed object is
TPrioritypublic TPeopleAssignments getPeopleAssignments()
TPeopleAssignmentspublic void setPeopleAssignments(TPeopleAssignments value)
value - allowed object is
TPeopleAssignmentspublic TPresentationElements getPresentationElements()
TPresentationElementspublic void setPresentationElements(TPresentationElements value)
value - allowed object is
TPresentationElementspublic TRenderings getRenderings()
TRenderingspublic void setRenderings(TRenderings value)
value - allowed object is
TRenderingspublic String getName()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.