public class Renderer 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>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
code |
| Constructor and Description |
|---|
Renderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getCode()
Gets the value of the code property.
|
boolean |
isSetClassName() |
boolean |
isSetCode() |
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setCode(String value)
Sets the value of the code property.
|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic boolean isSetClassName()
Copyright © 2023. All rights reserved.