org.ow2.petals.component.framework.jbidescriptor.generated
Class SUInterceptors

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.SUInterceptors

public class SUInterceptors
extends Object

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

send

protected Send send

accept

protected Accept accept

sendResponse

protected SendResponse sendResponse

acceptResponse

protected AcceptResponse acceptResponse
Constructor Detail

SUInterceptors

public SUInterceptors()
Method Detail

getSend

public Send getSend()
Gets the value of the send property.

Returns:
possible object is Send

setSend

public void setSend(Send value)
Sets the value of the send property.

Parameters:
value - allowed object is Send

getAccept

public Accept getAccept()
Gets the value of the accept property.

Returns:
possible object is Accept

setAccept

public void setAccept(Accept value)
Sets the value of the accept property.

Parameters:
value - allowed object is Accept

getSendResponse

public SendResponse getSendResponse()
Gets the value of the sendResponse property.

Returns:
possible object is SendResponse

setSendResponse

public void setSendResponse(SendResponse value)
Sets the value of the sendResponse property.

Parameters:
value - allowed object is SendResponse

getAcceptResponse

public AcceptResponse getAcceptResponse()
Gets the value of the acceptResponse property.

Returns:
possible object is AcceptResponse

setAcceptResponse

public void setAcceptResponse(AcceptResponse value)
Sets the value of the acceptResponse property.

Parameters:
value - allowed object is AcceptResponse


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.