|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jbi.descriptor.original.generated.Connection
public class Connection
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 |
|---|
protected Consumer consumer
protected Provider provider
| Constructor Detail |
|---|
public Connection()
| Method Detail |
|---|
public Consumer getConsumer()
Consumerpublic void setConsumer(Consumer value)
value - allowed object is
Consumerpublic Provider getProvider()
Providerpublic void setProvider(Provider value)
value - allowed object is
Provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||