|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TLocalNotification
public class TLocalNotification
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>
| Field Summary | |
|---|---|
protected TPeopleAssignments |
peopleAssignments
|
protected TPriority |
priority
|
protected QName |
reference
|
| Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TLocalNotification()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements |
|---|
getAny, getDocumentation, getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TPriority priority
protected TPeopleAssignments peopleAssignments
protected QName reference
| Constructor Detail |
|---|
public TLocalNotification()
| Method Detail |
|---|
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()
QNamepublic void setReference(QName value)
value - allowed object is
QName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||