Class DomainInfo
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.domaininfo.DomainInfo
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringappdirprotected TemplateRefdomainTemplateRefprotected Stringjavahomeprotected Stringmwhome
-
Constructor Summary
Constructors Constructor Description DomainInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppdir()Gets the value of the appdir property.TemplateRefgetDomainTemplateRef()Gets the value of the domainTemplateRef property.StringgetJavahome()Gets the value of the javahome property.StringgetMwhome()Gets the value of the mwhome property.voidsetAppdir(String value)Sets the value of the appdir property.voidsetDomainTemplateRef(TemplateRef value)Sets the value of the domainTemplateRef property.voidsetJavahome(String value)Sets the value of the javahome property.voidsetMwhome(String value)Sets the value of the mwhome property.
-
-
-
Field Detail
-
domainTemplateRef
protected TemplateRef domainTemplateRef
-
appdir
protected String appdir
-
javahome
protected String javahome
-
mwhome
protected String mwhome
-
-
Method Detail
-
getDomainTemplateRef
public TemplateRef getDomainTemplateRef()
Gets the value of the domainTemplateRef property.- Returns:
- possible object is
TemplateRef
-
setDomainTemplateRef
public void setDomainTemplateRef(TemplateRef value)
Sets the value of the domainTemplateRef property.- Parameters:
value- allowed object isTemplateRef
-
getAppdir
public String getAppdir()
Gets the value of the appdir property.- Returns:
- possible object is
String
-
setAppdir
public void setAppdir(String value)
Sets the value of the appdir property.- Parameters:
value- allowed object isString
-
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 isString
-
getMwhome
public String getMwhome()
Gets the value of the mwhome property.- Returns:
- possible object is
String
-
-