|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Execution
Represents the execution-type complex type that defined in RFC4575.
The following schema fragment specifies the expected content contained within this class.
<complexType name="execution_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="when" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="by" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getBy()Gets the value of the by element. |
String |
getReason()Gets the value of the reason element. |
Calendar |
getWhen()Gets the value of the when element. |
void |
setBy(String value)Sets the value of the by element. |
void |
setReason(String value)Sets the value of the reason property. |
| Method Detail |
|---|
Calendar getWhen()
XMLGregorianCalendarString getReason()
void setReason(String value)
value - the reasonString getBy()
void setBy(String value)
value - a URI string.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.