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

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

public class ConnectorsType
extends Object

The

Java class for connectorsType complex type.

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

 <complexType name="connectorsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="http" type="{http://jasmine.ow2.org/deployme-2.0}httpType" minOccurs="0"/>
         <element name="https" type="{http://jasmine.ow2.org/deployme-2.0}httpsType" minOccurs="0"/>
         <element name="ajp" type="{http://jasmine.ow2.org/deployme-2.0}ajpType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AjpType ajp
           
protected  HttpType http
           
protected  HttpsType https
           
 
Constructor Summary
ConnectorsType()
           
 
Method Summary
 AjpType getAjp()
          Gets the value of the ajp property.
 HttpType getHttp()
          Gets the value of the http property.
 HttpsType getHttps()
          Gets the value of the https property.
 void setAjp(AjpType value)
          Sets the value of the ajp property.
 void setHttp(HttpType value)
          Sets the value of the http property.
 void setHttps(HttpsType value)
          Sets the value of the https property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

http

protected HttpType http

https

protected HttpsType https

ajp

protected AjpType ajp
Constructor Detail

ConnectorsType

public ConnectorsType()
Method Detail

getHttp

public HttpType getHttp()
Gets the value of the http property.

Returns:
possible object is HttpType

setHttp

public void setHttp(HttpType value)
Sets the value of the http property.

Parameters:
value - allowed object is HttpType

getHttps

public HttpsType getHttps()
Gets the value of the https property.

Returns:
possible object is HttpsType

setHttps

public void setHttps(HttpsType value)
Sets the value of the https property.

Parameters:
value - allowed object is HttpsType

getAjp

public AjpType getAjp()
Gets the value of the ajp property.

Returns:
possible object is AjpType

setAjp

public void setAjp(AjpType value)
Sets the value of the ajp property.

Parameters:
value - allowed object is AjpType


Copyright © 2012 OW2 Consortium. All Rights Reserved.