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>
| Modifier and Type | Field and Description |
|---|---|
protected TBooleanExpr |
condition |
protected TLocalNotification |
localNotification |
protected String |
name |
protected TNotification |
notification |
protected TReassignment |
reassignment |
protected List<TToParts> |
toParts |
any, documentation| Constructor and Description |
|---|
TEscalation() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected TBooleanExpr condition
protected TNotification notification
protected TLocalNotification localNotification
protected TReassignment reassignment
protected String name
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()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.