|
||||||||||
| 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.TEscalation
public class TEscalation
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 |
|---|
protected TBooleanExpr condition
protected List<TToParts> toParts
protected TNotification notification
protected TLocalNotification localNotification
protected TReassignment reassignment
protected String name
| Constructor Detail |
|---|
public TEscalation()
| Method Detail |
|---|
public TBooleanExpr getCondition()
TBooleanExprpublic void setCondition(TBooleanExpr value)
value - allowed object is
TBooleanExprpublic List<TToParts> getToParts()
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
public TNotification getNotification()
TNotificationpublic void setNotification(TNotification value)
value - allowed object is
TNotificationpublic TLocalNotification getLocalNotification()
TLocalNotificationpublic void setLocalNotification(TLocalNotification value)
value - allowed object is
TLocalNotificationpublic TReassignment getReassignment()
TReassignmentpublic void setReassignment(TReassignment value)
value - allowed object is
TReassignmentpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||