|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.ConnectorsType
public class ConnectorsType
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 |
|---|
protected HttpType http
protected HttpsType https
protected AjpType ajp
| Constructor Detail |
|---|
public ConnectorsType()
| Method Detail |
|---|
public HttpType getHttp()
HttpTypepublic void setHttp(HttpType value)
value - allowed object is
HttpTypepublic HttpsType getHttps()
HttpsTypepublic void setHttps(HttpsType value)
value - allowed object is
HttpsTypepublic AjpType getAjp()
AjpTypepublic void setAjp(AjpType value)
value - allowed object is
AjpType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||