public class DomainInfo extends Object
Java class for DomainInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain-template-ref" type="{http://xmlns.oracle.com/cie/glassfish/domain-info}TemplateRef"/>
</sequence>
<attribute name="appdir" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="javahome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mwhome" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appdir |
protected TemplateRef |
domainTemplateRef |
protected String |
javahome |
protected String |
mwhome |
| Constructor and Description |
|---|
DomainInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppdir()
Gets the value of the appdir property.
|
TemplateRef |
getDomainTemplateRef()
Gets the value of the domainTemplateRef property.
|
String |
getJavahome()
Gets the value of the javahome property.
|
String |
getMwhome()
Gets the value of the mwhome property.
|
void |
setAppdir(String value)
Sets the value of the appdir property.
|
void |
setDomainTemplateRef(TemplateRef value)
Sets the value of the domainTemplateRef property.
|
void |
setJavahome(String value)
Sets the value of the javahome property.
|
void |
setMwhome(String value)
Sets the value of the mwhome property.
|
protected TemplateRef domainTemplateRef
protected String appdir
protected String javahome
protected String mwhome
public TemplateRef getDomainTemplateRef()
TemplateRefpublic void setDomainTemplateRef(TemplateRef value)
value - allowed object is
TemplateRefpublic String getAppdir()
Stringpublic void setAppdir(String value)
value - allowed object is
Stringpublic String getJavahome()
Stringpublic void setJavahome(String value)
value - allowed object is
Stringpublic String getMwhome()
StringCopyright © 2015. All rights reserved.