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