|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.WebType
public class WebType
The
Java class for webType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ondemand" type="{http://jasmine.ow2.org/deployme-2.0}ondemandType" minOccurs="0"/>
<element name="connectors" type="{http://jasmine.ow2.org/deployme-2.0}connectorsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ConnectorsType |
connectors
|
protected OndemandType |
ondemand
|
| Constructor Summary | |
|---|---|
WebType()
|
|
| Method Summary | |
|---|---|
ConnectorsType |
getConnectors()
Gets the value of the connectors property. |
OndemandType |
getOndemand()
Gets the value of the ondemand property. |
void |
setConnectors(ConnectorsType value)
Sets the value of the connectors property. |
void |
setOndemand(OndemandType value)
Sets the value of the ondemand property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OndemandType ondemand
protected ConnectorsType connectors
| Constructor Detail |
|---|
public WebType()
| Method Detail |
|---|
public OndemandType getOndemand()
OndemandTypepublic void setOndemand(OndemandType value)
value - allowed object is
OndemandTypepublic ConnectorsType getConnectors()
ConnectorsTypepublic void setConnectors(ConnectorsType value)
value - allowed object is
ConnectorsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||