public class TemplateVersion extends Object
Java class for TemplateVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateVersion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="base_template" type="{}Template" minOccurs="0"/> <element name="version_number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="version_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TemplateVersion() |
Modifier and Type | Method and Description |
---|---|
Template |
getBaseTemplate()
Gets the value of the baseTemplate property.
|
String |
getVersionName()
Gets the value of the versionName property.
|
Integer |
getVersionNumber()
Gets the value of the versionNumber property.
|
boolean |
isSetBaseTemplate() |
boolean |
isSetVersionName() |
boolean |
isSetVersionNumber() |
void |
setBaseTemplate(Template value)
Sets the value of the baseTemplate property.
|
void |
setVersionName(String value)
Sets the value of the versionName property.
|
void |
setVersionNumber(Integer value)
Sets the value of the versionNumber property.
|
public Template getBaseTemplate()
Template
public void setBaseTemplate(Template value)
value
- allowed object is
Template
public boolean isSetBaseTemplate()
public Integer getVersionNumber()
Integer
public void setVersionNumber(Integer value)
value
- allowed object is
Integer
public boolean isSetVersionNumber()
public String getVersionName()
String
public void setVersionName(String value)
value
- allowed object is
String
public boolean isSetVersionName()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0