net.sf.ahtutils.xml.dbseed
Class Seed

java.lang.Object
  extended by net.sf.ahtutils.xml.dbseed.Seed
All Implemented Interfaces:
Serializable

public class Seed
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">
       <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>
 

See Also:
Serialized Form

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

code

protected String code

template

protected String template

content

protected String content
Constructor Detail

Seed

public Seed()
Method Detail

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

isSetCode

public boolean isSetCode()

getTemplate

public String getTemplate()
Gets the value of the template property.

Returns:
possible object is String

setTemplate

public void setTemplate(String value)
Sets the value of the template property.

Parameters:
value - allowed object is String

isSetTemplate

public boolean isSetTemplate()

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

isSetContent

public boolean isSetContent()


Copyright © 2011. All Rights Reserved.