org.ow2.orchestra.ws_ht
Class TEscalation

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

public class TEscalation
extends TExtensibleElements

Java class for tEscalation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tEscalation">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="condition" type="{http://www.example.org/WS-HT}tBoolean-expr" minOccurs="0"/>
         <element name="toParts" type="{http://www.example.org/WS-HT}tToParts" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element ref="{http://www.example.org/WS-HT}notification"/>
           <element name="localNotification" type="{http://www.example.org/WS-HT}tLocalNotification"/>
           <element name="reassignment" type="{http://www.example.org/WS-HT}tReassignment"/>
         </choice>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TBooleanExpr condition
           
protected  TLocalNotification localNotification
           
protected  String name
           
protected  TNotification notification
           
protected  TReassignment reassignment
           
protected  List<TToParts> toParts
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TEscalation()
           
 
Method Summary
 TBooleanExpr getCondition()
          Gets the value of the condition property.
 TLocalNotification getLocalNotification()
          Gets the value of the localNotification property.
 String getName()
          Gets the value of the name property.
 TNotification getNotification()
          Gets the value of the notification property.
 TReassignment getReassignment()
          Gets the value of the reassignment property.
 List<TToParts> getToParts()
          Gets the value of the toParts property.
 void setCondition(TBooleanExpr value)
          Sets the value of the condition property.
 void setLocalNotification(TLocalNotification value)
          Sets the value of the localNotification property.
 void setName(String value)
          Sets the value of the name property.
 void setNotification(TNotification value)
          Sets the value of the notification property.
 void setReassignment(TReassignment value)
          Sets the value of the reassignment 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

condition

protected TBooleanExpr condition

toParts

protected List<TToParts> toParts

notification

protected TNotification notification

localNotification

protected TLocalNotification localNotification

reassignment

protected TReassignment reassignment

name

protected String name
Constructor Detail

TEscalation

public TEscalation()
Method Detail

getCondition

public TBooleanExpr getCondition()
Gets the value of the condition property.

Returns:
possible object is TBooleanExpr

setCondition

public void setCondition(TBooleanExpr value)
Sets the value of the condition property.

Parameters:
value - allowed object is TBooleanExpr

getToParts

public List<TToParts> getToParts()
Gets the value of the toParts property.

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 toParts property.

For example, to add a new item, do as follows:

    getToParts().add(newItem);
 

Objects of the following type(s) are allowed in the list TToParts


getNotification

public TNotification getNotification()
Gets the value of the notification property.

Returns:
possible object is TNotification

setNotification

public void setNotification(TNotification value)
Sets the value of the notification property.

Parameters:
value - allowed object is TNotification

getLocalNotification

public TLocalNotification getLocalNotification()
Gets the value of the localNotification property.

Returns:
possible object is TLocalNotification

setLocalNotification

public void setLocalNotification(TLocalNotification value)
Sets the value of the localNotification property.

Parameters:
value - allowed object is TLocalNotification

getReassignment

public TReassignment getReassignment()
Gets the value of the reassignment property.

Returns:
possible object is TReassignment

setReassignment

public void setReassignment(TReassignment value)
Sets the value of the reassignment property.

Parameters:
value - allowed object is TReassignment

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.