|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.dbseed.Seed
public class Seed
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">
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
code
|
protected String |
content
|
protected String |
template
|
| Constructor Summary | |
|---|---|
Seed()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
String |
getContent()
Gets the value of the content property. |
String |
getTemplate()
Gets the value of the template property. |
boolean |
isSetCode()
|
boolean |
isSetContent()
|
boolean |
isSetTemplate()
|
void |
setCode(String value)
Sets the value of the code property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setTemplate(String value)
Sets the value of the template property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String code
protected String template
protected String content
| Constructor Detail |
|---|
public Seed()
| Method Detail |
|---|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public String getTemplate()
Stringpublic void setTemplate(String value)
value - allowed object is
Stringpublic boolean isSetTemplate()
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||