net.sf.ahtutils.xml.mail
Class Template

java.lang.Object
  extended by net.sf.ahtutils.xml.mail.Template
All Implemented Interfaces:
Serializable

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">
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String file
           
protected  String lang
           
protected  String type
           
 
Constructor Summary
Template()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 String getLang()
          Gets the value of the lang property.
 String getType()
          Gets the value of the type property.
 boolean isSetFile()
           
 boolean isSetLang()
           
 boolean isSetType()
           
 void setFile(String value)
          Sets the value of the file property.
 void setLang(String value)
          Sets the value of the lang property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

protected String lang

type

protected String type

file

protected String file
Constructor Detail

Template

public Template()
Method Detail

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

isSetFile

public boolean isSetFile()


Copyright © 2011. All Rights Reserved.