org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7ConnectorsType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.ConnectorsType
      extended by org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7ConnectorsType

public class Tomcat7ConnectorsType
extends ConnectorsType

Java class for tomcat7ConnectorsType complex type.

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

 <complexType name="tomcat7ConnectorsType">
   <complexContent>
     <extension base="{http://jasmine.ow2.org/deployme-2.0}connectorsType">
       <sequence>
         <element name="http" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7HttpType" minOccurs="0"/>
         <element name="https" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7HttpsType" minOccurs="0"/>
         <element name="ajp" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7AjpType" minOccurs="0"/>
         <element name="director" type="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}tomcat7DirectorType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Tomcat7AjpType ajp
           
protected  Tomcat7DirectorType director
           
protected  Tomcat7HttpType http
           
protected  Tomcat7HttpsType https
           
 
Constructor Summary
Tomcat7ConnectorsType()
           
 
Method Summary
 Tomcat7AjpType getAjp()
          Gets the value of the ajp property.
 Tomcat7DirectorType getDirector()
          Gets the value of the director property.
 Tomcat7HttpType getHttp()
          Gets the value of the http property.
 Tomcat7HttpsType getHttps()
          Gets the value of the https property.
 void setAjp(Tomcat7AjpType value)
          Sets the value of the ajp property.
 void setDirector(Tomcat7DirectorType value)
          Sets the value of the director property.
 void setHttp(Tomcat7HttpType value)
          Sets the value of the http property.
 void setHttps(Tomcat7HttpsType value)
          Sets the value of the https property.
 
Methods inherited from class org.ow2.jasmine.deployme.v2.generated.ConnectorsType
setAjp, setHttp, setHttps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

http

protected Tomcat7HttpType http

https

protected Tomcat7HttpsType https

ajp

protected Tomcat7AjpType ajp

director

protected Tomcat7DirectorType director
Constructor Detail

Tomcat7ConnectorsType

public Tomcat7ConnectorsType()
Method Detail

getHttp

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

Overrides:
getHttp in class ConnectorsType
Returns:
possible object is Tomcat7HttpType

setHttp

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

Parameters:
value - allowed object is Tomcat7HttpType

getHttps

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

Overrides:
getHttps in class ConnectorsType
Returns:
possible object is Tomcat7HttpsType

setHttps

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

Parameters:
value - allowed object is Tomcat7HttpsType

getAjp

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

Overrides:
getAjp in class ConnectorsType
Returns:
possible object is Tomcat7AjpType

setAjp

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

Parameters:
value - allowed object is Tomcat7AjpType

getDirector

public Tomcat7DirectorType getDirector()
Gets the value of the director property.

Returns:
possible object is Tomcat7DirectorType

setDirector

public void setDirector(Tomcat7DirectorType value)
Sets the value of the director property.

Parameters:
value - allowed object is Tomcat7DirectorType


Copyright © 2012 OW2 Consortium. All Rights Reserved.