public class Template extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/wiki}markup"/>
<element ref="{http://www.openfuxml.org/wiki}templateKv" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected Boolean |
external |
protected String |
id |
protected Markup |
markup |
protected String |
name |
protected String |
source |
protected List<TemplateKv> |
templateKv |
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getId()
Gets the value of the id property.
|
Markup |
getMarkup()
Gets the value of the markup property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSource()
Gets the value of the source property.
|
List<TemplateKv> |
getTemplateKv()
Gets the value of the templateKv property.
|
boolean |
isExternal()
Gets the value of the external property.
|
boolean |
isSetClazz() |
boolean |
isSetExternal() |
boolean |
isSetId() |
boolean |
isSetMarkup() |
boolean |
isSetName() |
boolean |
isSetSource() |
boolean |
isSetTemplateKv() |
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setExternal(boolean value)
Sets the value of the external property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMarkup(Markup value)
Sets the value of the markup property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetExternal() |
void |
unsetTemplateKv() |
protected Markup markup
protected List<TemplateKv> templateKv
protected String id
protected String name
protected String clazz
protected Boolean external
protected String source
public Markup getMarkup()
Markuppublic void setMarkup(Markup value)
value - allowed object is
Markuppublic boolean isSetMarkup()
public List<TemplateKv> getTemplateKv()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the templateKv property.
For example, to add a new item, do as follows:
getTemplateKv().add(newItem);
Objects of the following type(s) are allowed in the list
TemplateKv
public boolean isSetTemplateKv()
public void unsetTemplateKv()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public boolean isExternal()
Booleanpublic void setExternal(boolean value)
value - allowed object is
Booleanpublic boolean isSetExternal()
public void unsetExternal()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
Copyright © 2023. All rights reserved.