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

All Known Implementing Classes:
LogTImpl

public interface LogT

Java content class for log_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 245)

 <complexType name="log_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="connector" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="loggin" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getConnector()
          Gets the value of the connector property.
 java.lang.String getLevel()
          Gets the value of the level property.
 java.lang.String getLoggin()
          Gets the value of the loggin property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getPath()
          Gets the value of the path property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setConnector(java.lang.String value)
          Sets the value of the connector property.
 void setLevel(java.lang.String value)
          Sets the value of the level property.
 void setLoggin(java.lang.String value)
          Sets the value of the loggin property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getPassword

java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getPath

java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

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

Parameters:
value - allowed object is String

getUrl

java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String

getConnector

java.lang.String getConnector()
Gets the value of the connector property.

Returns:
possible object is String

setConnector

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

Parameters:
value - allowed object is String

getLevel

java.lang.String getLevel()
Gets the value of the level property.

Returns:
possible object is String

setLevel

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

Parameters:
value - allowed object is String

getLoggin

java.lang.String getLoggin()
Gets the value of the loggin property.

Returns:
possible object is String

setLoggin

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

Parameters:
value - allowed object is String