|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.HttpsType
public class HttpsType
The
Java class for httpsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="httpsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="keystoreFile" type="{http://www.w3.org/2001/XMLSchema}string" default="required" />
<attribute name="keystorePass" type="{http://www.w3.org/2001/XMLSchema}string" default="required" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
keystoreFile
|
protected String |
keystorePass
|
protected Long |
port
|
| Constructor Summary | |
|---|---|
HttpsType()
|
|
| Method Summary | |
|---|---|
String |
getKeystoreFile()
Gets the value of the keystoreFile property. |
String |
getKeystorePass()
Gets the value of the keystorePass property. |
Long |
getPort()
Gets the value of the port property. |
void |
setKeystoreFile(String value)
Sets the value of the keystoreFile property. |
void |
setKeystorePass(String value)
Sets the value of the keystorePass property. |
void |
setPort(Long value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long port
protected String keystoreFile
protected String keystorePass
| Constructor Detail |
|---|
public HttpsType()
| Method Detail |
|---|
public Long getPort()
Longpublic void setPort(Long value)
value - allowed object is
Longpublic String getKeystoreFile()
Stringpublic void setKeystoreFile(String value)
value - allowed object is
Stringpublic String getKeystorePass()
Stringpublic void setKeystorePass(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||