public class Html 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://exlp.sf.net/io}dir" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/renderer/html}renderer" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/renderer/html}template" maxOccurs="unbounded"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
code |
protected List<net.sf.exlp.xml.io.Dir> |
dir |
protected List<Renderer> |
renderer |
protected List<Template> |
template |
| Constructor and Description |
|---|
Html() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<net.sf.exlp.xml.io.Dir> |
getDir()
Gets the value of the dir property.
|
List<Renderer> |
getRenderer()
Gets the value of the renderer property.
|
List<Template> |
getTemplate()
Gets the value of the template property.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isSetActive() |
boolean |
isSetCode() |
boolean |
isSetDir() |
boolean |
isSetRenderer() |
boolean |
isSetTemplate() |
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
unsetActive() |
void |
unsetDir() |
void |
unsetRenderer() |
void |
unsetTemplate() |
protected List<net.sf.exlp.xml.io.Dir> dir
protected String code
protected Boolean active
public List<net.sf.exlp.xml.io.Dir> getDir()
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 dir property.
For example, to add a new item, do as follows:
getDir().add(newItem);
Objects of the following type(s) are allowed in the list
Dir
public boolean isSetDir()
public void unsetDir()
public List<Renderer> getRenderer()
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 renderer property.
For example, to add a new item, do as follows:
getRenderer().add(newItem);
Objects of the following type(s) are allowed in the list
Renderer
public boolean isSetRenderer()
public void unsetRenderer()
public List<Template> getTemplate()
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 template property.
For example, to add a new item, do as follows:
getTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
Template
public boolean isSetTemplate()
public void unsetTemplate()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public boolean isActive()
Booleanpublic void setActive(boolean value)
value - allowed object is
Booleanpublic boolean isSetActive()
public void unsetActive()
Copyright © 2023. All rights reserved.