Class DomainInfo
java.lang.Object
com.sun.enterprise.admin.servermgmt.xml.domaininfo.DomainInfo
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected TemplateRefprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the appdir property.Gets the value of the domainTemplateRef property.Gets the value of the javahome property.Gets the value of the mwhome property.voidSets 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.voidSets the value of the mwhome property.
-
Field Details
-
domainTemplateRef
-
appdir
-
javahome
-
mwhome
-
-
Constructor Details
-
DomainInfo
public DomainInfo()
-
-
Method Details
-
getDomainTemplateRef
Gets the value of the domainTemplateRef property.- Returns:
- possible object is
TemplateRef
-
setDomainTemplateRef
Sets the value of the domainTemplateRef property.- Parameters:
value- allowed object isTemplateRef
-
getAppdir
Gets the value of the appdir property.- Returns:
- possible object is
String
-
setAppdir
Sets the value of the appdir property.- Parameters:
value- allowed object isString
-
getJavahome
Gets the value of the javahome property.- Returns:
- possible object is
String
-
setJavahome
Sets the value of the javahome property.- Parameters:
value- allowed object isString
-
getMwhome
Gets the value of the mwhome property.- Returns:
- possible object is
String
-
setMwhome
Sets the value of the mwhome property.- Parameters:
value- allowed object isString
-