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()
Templatepublic void setBaseTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetBaseTemplate()
public Integer getVersionNumber()
Integerpublic void setVersionNumber(Integer value)
value - allowed object is
Integerpublic boolean isSetVersionNumber()
public String getVersionName()
Stringpublic void setVersionName(String value)
value - allowed object is
Stringpublic boolean isSetVersionName()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0