org.ow2.orchestra.ws_ht
Class TLocalNotification

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TLocalNotification

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>
 


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

priority

protected TPriority priority

peopleAssignments

protected TPeopleAssignments peopleAssignments

reference

protected QName reference
Constructor Detail

TLocalNotification

public TLocalNotification()
Method Detail

getPriority

public TPriority getPriority()
Gets the value of the priority property.

Returns:
possible object is TPriority

setPriority

public void setPriority(TPriority value)
Sets the value of the priority property.

Parameters:
value - allowed object is TPriority

getPeopleAssignments

public TPeopleAssignments getPeopleAssignments()
Gets the value of the peopleAssignments property.

Returns:
possible object is TPeopleAssignments

setPeopleAssignments

public void setPeopleAssignments(TPeopleAssignments value)
Sets the value of the peopleAssignments property.

Parameters:
value - allowed object is TPeopleAssignments

getReference

public QName getReference()
Gets the value of the reference property.

Returns:
possible object is QName

setReference

public void setReference(QName value)
Sets the value of the reference property.

Parameters:
value - allowed object is QName


Copyright © 2012 OW2 Consortium. All Rights Reserved.