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

All Known Implementing Classes:
SecurityTImpl

public interface SecurityT

Java content class for security_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 108)

 <complexType name="security_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getCertificate()
          Gets the value of the certificate property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getNote()
          Gets the value of the note property.
 java.lang.String getType()
          Gets the value of the type property.
 void setCertificate(java.lang.String value)
          Sets the value of the certificate property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setType(java.lang.String value)
          Sets the value of the type 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

getCertificate

java.lang.String getCertificate()
Gets the value of the certificate property.

Returns:
possible object is String

setCertificate

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

Parameters:
value - allowed object is String

getNote

java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

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

Parameters:
value - allowed object is String

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String