org.ow2.jasmine.deployme.v2.generated
Class WebType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.WebType

public class WebType
extends Object

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

ondemand

protected OndemandType ondemand

connectors

protected ConnectorsType connectors
Constructor Detail

WebType

public WebType()
Method Detail

getOndemand

public OndemandType getOndemand()
Gets the value of the ondemand property.

Returns:
possible object is OndemandType

setOndemand

public void setOndemand(OndemandType value)
Sets the value of the ondemand property.

Parameters:
value - allowed object is OndemandType

getConnectors

public ConnectorsType getConnectors()
Gets the value of the connectors property.

Returns:
possible object is ConnectorsType

setConnectors

public void setConnectors(ConnectorsType value)
Sets the value of the connectors property.

Parameters:
value - allowed object is ConnectorsType


Copyright © 2012 OW2 Consortium. All Rights Reserved.