Class TemplateRef
java.lang.Object
com.sun.enterprise.admin.servermgmt.xml.domaininfo.TemplateRef
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.getName()Gets the value of the name property.Gets the value of the version property.voidsetLocation(String value) Sets the value of the location property.voidSets the value of the name property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
name
-
version
-
location
-
-
Constructor Details
-
TemplateRef
public TemplateRef()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-