|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.WrapperType
public class WrapperType
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 |
|---|
protected String javaHome
protected String wrapperHome
protected String serviceName
protected String serviceDescription
protected Boolean verbosity
protected String logfile
protected String logfileRollmode
| Constructor Detail |
|---|
public WrapperType()
| Method Detail |
|---|
public String getJavaHome()
Stringpublic void setJavaHome(String value)
value - allowed object is
Stringpublic String getWrapperHome()
Stringpublic void setWrapperHome(String value)
value - allowed object is
Stringpublic String getServiceName()
Stringpublic void setServiceName(String value)
value - allowed object is
Stringpublic String getServiceDescription()
Stringpublic void setServiceDescription(String value)
value - allowed object is
Stringpublic Boolean isVerbosity()
Booleanpublic void setVerbosity(Boolean value)
value - allowed object is
Booleanpublic String getLogfile()
Stringpublic void setLogfile(String value)
value - allowed object is
Stringpublic String getLogfileRollmode()
Stringpublic void setLogfileRollmode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||