org.ow2.petals.jbi.descriptor.original.generated
Class Connection

java.lang.Object
  extended by org.ow2.petals.jbi.descriptor.original.generated.Connection

public class Connection
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://java.sun.com/xml/ns/jbi}consumer"/>
         <element ref="{http://java.sun.com/xml/ns/jbi}provider"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Consumer consumer
           
protected  Provider provider
           
 
Constructor Summary
Connection()
           
 
Method Summary
 Consumer getConsumer()
          Gets the value of the consumer property.
 Provider getProvider()
          Gets the value of the provider property.
 void setConsumer(Consumer value)
          Sets the value of the consumer property.
 void setProvider(Provider value)
          Sets the value of the provider property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumer

protected Consumer consumer

provider

protected Provider provider
Constructor Detail

Connection

public Connection()
Method Detail

getConsumer

public Consumer getConsumer()
Gets the value of the consumer property.

Returns:
possible object is Consumer

setConsumer

public void setConsumer(Consumer value)
Sets the value of the consumer property.

Parameters:
value - allowed object is Consumer

getProvider

public Provider getProvider()
Gets the value of the provider property.

Returns:
possible object is Provider

setProvider

public void setProvider(Provider value)
Sets the value of the provider property.

Parameters:
value - allowed object is Provider


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