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

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

public class WrapperType
extends Object

The

Java class for wrapperType complex type.

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

 <complexType name="wrapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="javaHome" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="wrapperHome" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="serviceName" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="serviceDescription" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="verbosity" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="logfile" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="logfileRollmode">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="JVM"/>
             <enumeration value="DATE"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String javaHome
           
protected  String logfile
           
protected  String logfileRollmode
           
protected  String serviceDescription
           
protected  String serviceName
           
protected  Boolean verbosity
           
protected  String wrapperHome
           
 
Constructor Summary
WrapperType()
           
 
Method Summary
 String getJavaHome()
          Gets the value of the javaHome property.
 String getLogfile()
          Gets the value of the logfile property.
 String getLogfileRollmode()
          Gets the value of the logfileRollmode property.
 String getServiceDescription()
          Gets the value of the serviceDescription property.
 String getServiceName()
          Gets the value of the serviceName property.
 String getWrapperHome()
          Gets the value of the wrapperHome property.
 Boolean isVerbosity()
          Gets the value of the verbosity property.
 void setJavaHome(String value)
          Sets the value of the javaHome property.
 void setLogfile(String value)
          Sets the value of the logfile property.
 void setLogfileRollmode(String value)
          Sets the value of the logfileRollmode property.
 void setServiceDescription(String value)
          Sets the value of the serviceDescription property.
 void setServiceName(String value)
          Sets the value of the serviceName property.
 void setVerbosity(Boolean value)
          Sets the value of the verbosity property.
 void setWrapperHome(String value)
          Sets the value of the wrapperHome property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaHome

protected String javaHome

wrapperHome

protected String wrapperHome

serviceName

protected String serviceName

serviceDescription

protected String serviceDescription

verbosity

protected Boolean verbosity

logfile

protected String logfile

logfileRollmode

protected String logfileRollmode
Constructor Detail

WrapperType

public WrapperType()
Method Detail

getJavaHome

public String getJavaHome()
Gets the value of the javaHome property.

Returns:
possible object is String

setJavaHome

public void setJavaHome(String value)
Sets the value of the javaHome property.

Parameters:
value - allowed object is String

getWrapperHome

public String getWrapperHome()
Gets the value of the wrapperHome property.

Returns:
possible object is String

setWrapperHome

public void setWrapperHome(String value)
Sets the value of the wrapperHome property.

Parameters:
value - allowed object is String

getServiceName

public String getServiceName()
Gets the value of the serviceName property.

Returns:
possible object is String

setServiceName

public void setServiceName(String value)
Sets the value of the serviceName property.

Parameters:
value - allowed object is String

getServiceDescription

public String getServiceDescription()
Gets the value of the serviceDescription property.

Returns:
possible object is String

setServiceDescription

public void setServiceDescription(String value)
Sets the value of the serviceDescription property.

Parameters:
value - allowed object is String

isVerbosity

public Boolean isVerbosity()
Gets the value of the verbosity property.

Returns:
possible object is Boolean

setVerbosity

public void setVerbosity(Boolean value)
Sets the value of the verbosity property.

Parameters:
value - allowed object is Boolean

getLogfile

public String getLogfile()
Gets the value of the logfile property.

Returns:
possible object is String

setLogfile

public void setLogfile(String value)
Sets the value of the logfile property.

Parameters:
value - allowed object is String

getLogfileRollmode

public String getLogfileRollmode()
Gets the value of the logfileRollmode property.

Returns:
possible object is String

setLogfileRollmode

public void setLogfileRollmode(String value)
Sets the value of the logfileRollmode property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.