Class TemplateRef
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.domaininfo.TemplateRef
-
public class TemplateRef extends Object
Java class for TemplateRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" use="required" type="{http://xmlns.oracle.com/cie/glassfish/domain-template}Version" /> <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TemplateRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()Gets the value of the location property.StringgetName()Gets the value of the name property.StringgetVersion()Gets the value of the version property.voidsetLocation(String value)Sets the value of the location property.voidsetName(String value)Sets the value of the name property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
-