public class TLocalNotification extends TExtensibleElements
Java class for tLocalNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLocalNotification">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<choice>
<sequence>
<element ref="{http://www.example.org/WS-HT}priority" minOccurs="0"/>
<element ref="{http://www.example.org/WS-HT}peopleAssignments" minOccurs="0"/>
</sequence>
</choice>
<attribute name="reference" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TPeopleAssignments |
peopleAssignments |
protected TPriority |
priority |
protected QName |
reference |
any, documentation| Constructor and Description |
|---|
TLocalNotification() |
| Modifier and Type | Method and Description |
|---|---|
TPeopleAssignments |
getPeopleAssignments()
Gets the value of the peopleAssignments property.
|
TPriority |
getPriority()
Gets the value of the priority property.
|
QName |
getReference()
Gets the value of the reference property.
|
void |
setPeopleAssignments(TPeopleAssignments value)
Sets the value of the peopleAssignments property.
|
void |
setPriority(TPriority value)
Sets the value of the priority property.
|
void |
setReference(QName value)
Sets the value of the reference property.
|
getAny, getDocumentation, getOtherAttributesprotected TPriority priority
protected TPeopleAssignments peopleAssignments
protected QName reference
public TPriority getPriority()
TPrioritypublic void setPriority(TPriority value)
value - allowed object is
TPrioritypublic TPeopleAssignments getPeopleAssignments()
TPeopleAssignmentspublic void setPeopleAssignments(TPeopleAssignments value)
value - allowed object is
TPeopleAssignmentspublic QName getReference()
QNameCopyright © 2012 OW2 Consortium. All Rights Reserved.