|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.jbidescriptor.generated.SUInterceptors
public class SUInterceptors
Java class for SUInterceptors complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SUInterceptors">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="send" type="{http://petals.ow2.org/components/extensions/version-5}Send" minOccurs="0"/>
<element name="accept" type="{http://petals.ow2.org/components/extensions/version-5}Accept" minOccurs="0"/>
<element name="send-response" type="{http://petals.ow2.org/components/extensions/version-5}SendResponse" minOccurs="0"/>
<element name="accept-response" type="{http://petals.ow2.org/components/extensions/version-5}AcceptResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Accept |
accept
|
protected AcceptResponse |
acceptResponse
|
protected Send |
send
|
protected SendResponse |
sendResponse
|
| Constructor Summary | |
|---|---|
SUInterceptors()
|
|
| Method Summary | |
|---|---|
Accept |
getAccept()
Gets the value of the accept property. |
AcceptResponse |
getAcceptResponse()
Gets the value of the acceptResponse property. |
Send |
getSend()
Gets the value of the send property. |
SendResponse |
getSendResponse()
Gets the value of the sendResponse property. |
void |
setAccept(Accept value)
Sets the value of the accept property. |
void |
setAcceptResponse(AcceptResponse value)
Sets the value of the acceptResponse property. |
void |
setSend(Send value)
Sets the value of the send property. |
void |
setSendResponse(SendResponse value)
Sets the value of the sendResponse property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Send send
protected Accept accept
protected SendResponse sendResponse
protected AcceptResponse acceptResponse
| Constructor Detail |
|---|
public SUInterceptors()
| Method Detail |
|---|
public Send getSend()
Sendpublic void setSend(Send value)
value - allowed object is
Sendpublic Accept getAccept()
Acceptpublic void setAccept(Accept value)
value - allowed object is
Acceptpublic SendResponse getSendResponse()
SendResponsepublic void setSendResponse(SendResponse value)
value - allowed object is
SendResponsepublic AcceptResponse getAcceptResponse()
AcceptResponsepublic void setAcceptResponse(AcceptResponse value)
value - allowed object is
AcceptResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||