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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
http
protected Tomcat7HttpType http
https
protected Tomcat7HttpsType https
ajp
protected Tomcat7AjpType ajp
director
protected Tomcat7DirectorType director
Tomcat7ConnectorsType
public Tomcat7ConnectorsType()
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.