com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface DplDefTypeT

All Known Implementing Classes:
DplDefTypeTImpl

public interface DplDefTypeT

Java content class for dplDefType_t complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 386)

 <complexType name="dplDefType_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="library" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getClassname()
          Gets the value of the classname property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.String getLibrary()
          Gets the value of the library property.
 java.lang.String getName()
          Gets the value of the name property.
 void setClassname(java.lang.String value)
          Sets the value of the classname property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setLibrary(java.lang.String value)
          Sets the value of the library property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getClassname

java.lang.String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

void setClassname(java.lang.String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String

getLibrary

java.lang.String getLibrary()
Gets the value of the library property.

Returns:
possible object is String

setLibrary

void setLibrary(java.lang.String value)
Sets the value of the library property.

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String