com.pushtotest.testmaker.XSTest.PAAS.GSRS
Interface Security

All Superinterfaces:
javax.xml.bind.Element, SecurityType
All Known Implementing Classes:
SecurityImpl

public interface Security
extends javax.xml.bind.Element, SecurityType

Java content class for security element declaration.

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/PAAS/GSRS.xsd line 181)

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


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.SecurityType
getCertificate, getId, getNote, getType, setCertificate, setId, setNote, setType