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

All Known Subinterfaces:
Comment
All Known Implementing Classes:
CommentImpl, CommentTypeImpl

public interface CommentType

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 157)

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


Method Summary
 AuthorType getAuthor()
          Gets the value of the author property.
 java.lang.String getKeywords()
          Gets the value of the keywords property.
 java.lang.String getNote()
          Gets the value of the note property.
 java.lang.String getWhen()
          Gets the value of the when property.
 void setAuthor(AuthorType value)
          Sets the value of the author property.
 void setKeywords(java.lang.String value)
          Sets the value of the keywords property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setWhen(java.lang.String value)
          Sets the value of the when property.
 

Method Detail

getWhen

java.lang.String getWhen()
Gets the value of the when property.

Returns:
possible object is String

setWhen

void setWhen(java.lang.String value)
Sets the value of the when 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

getKeywords

java.lang.String getKeywords()
Gets the value of the keywords property.

Returns:
possible object is String

setKeywords

void setKeywords(java.lang.String value)
Sets the value of the keywords property.

Parameters:
value - allowed object is String

getAuthor

AuthorType getAuthor()
Gets the value of the author property.

Returns:
possible object is Author AuthorType

setAuthor

void setAuthor(AuthorType value)
Sets the value of the author property.

Parameters:
value - allowed object is Author AuthorType