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

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

public class HttpsType
extends Object

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

port

protected Long port

keystoreFile

protected String keystoreFile

keystorePass

protected String keystorePass
Constructor Detail

HttpsType

public HttpsType()
Method Detail

getPort

public Long getPort()
Gets the value of the port property.

Returns:
possible object is Long

setPort

public void setPort(Long value)
Sets the value of the port property.

Parameters:
value - allowed object is Long

getKeystoreFile

public String getKeystoreFile()
Gets the value of the keystoreFile property.

Returns:
possible object is String

setKeystoreFile

public void setKeystoreFile(String value)
Sets the value of the keystoreFile property.

Parameters:
value - allowed object is String

getKeystorePass

public String getKeystorePass()
Gets the value of the keystorePass property.

Returns:
possible object is String

setKeystorePass

public void setKeystorePass(String value)
Sets the value of the keystorePass property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.