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

All Superinterfaces:
javax.xml.bind.Element, ServiceType
All Known Implementing Classes:
ServiceImpl

public interface Service
extends javax.xml.bind.Element, ServiceType

Java content class for service 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 62)

 <element name="service">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence minOccurs="0">
           <element ref="{}uri" minOccurs="0"/>
           <element ref="{}wsdl" minOccurs="0"/>
           <element ref="{}description" minOccurs="0"/>
           <element ref="{}status"/>
           <element ref="{}statistics"/>
           <element ref="{}accepts" minOccurs="0"/>
           <element ref="{}security" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.ServiceType
getAccepts, getDescription, getSecurity, getStatistics, getStatus, getUri, getWsdl, setAccepts, setDescription, setSecurity, setStatistics, setStatus, setUri, setWsdl