Class 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 Detail

      • domainTemplateRef

        protected TemplateRef domainTemplateRef
      • appdir

        protected String appdir
      • javahome

        protected String javahome
      • mwhome

        protected String mwhome
    • Constructor Detail

      • DomainInfo

        public DomainInfo()
    • 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 is TemplateRef
      • 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 is String
      • 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
      • getMwhome

        public String getMwhome()
        Gets the value of the mwhome property.
        Returns:
        possible object is String
      • setMwhome

        public void setMwhome​(String value)
        Sets the value of the mwhome property.
        Parameters:
        value - allowed object is String