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

All Known Subinterfaces:
Function
All Known Implementing Classes:
FunctionImpl, FunctionTypeImpl

public interface FunctionType

Java content class for anonymous 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/PAAS/GSRS.xsd line 142)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}comments"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 CommentsType getComments()
          Gets the value of the comments property.
 void setComments(CommentsType value)
          Sets the value of the comments property.
 

Method Detail

getComments

CommentsType getComments()
Gets the value of the comments property.

Returns:
possible object is Comments CommentsType

setComments

void setComments(CommentsType value)
Sets the value of the comments property.

Parameters:
value - allowed object is Comments CommentsType