public class TemplateKv 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"/>
</sequence>
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Markup |
markup |
| Constructor and Description |
|---|
TemplateKv() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
Markup |
getMarkup()
Gets the value of the markup property.
|
boolean |
isSetKey() |
boolean |
isSetMarkup() |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMarkup(Markup value)
Sets the value of the markup property.
|
public Markup getMarkup()
Markuppublic void setMarkup(Markup value)
value - allowed object is
Markuppublic boolean isSetMarkup()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
Copyright © 2023. All rights reserved.