hudson.plugins.pvcs_scm.changelog
Interface PvcsChangeLogEntry

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PvcsChangeLogEntryImpl

public interface PvcsChangeLogEntry
extends org.apache.xmlbeans.XmlObject

An XML PvcsChangeLogEntry(@urn:changelog.pvcs_scm.plugins.hudson). This is a complex type.


Nested Class Summary
static class PvcsChangeLogEntry.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.lang.String getComment()
          Gets the "comment" element
 java.lang.String getFileName()
          Gets the "fileName" element
 java.util.Calendar getModifiedTime()
          Gets the "modifiedTime" element
 java.lang.String getRevision()
          Gets the "revision" element
 java.lang.String getUserName()
          Gets the "userName" element
 void setComment(java.lang.String comment)
          Sets the "comment" element
 void setFileName(java.lang.String fileName)
          Sets the "fileName" element
 void setModifiedTime(java.util.Calendar modifiedTime)
          Sets the "modifiedTime" element
 void setRevision(java.lang.String revision)
          Sets the "revision" element
 void setUserName(java.lang.String userName)
          Sets the "userName" element
 org.apache.xmlbeans.XmlString xgetComment()
          Gets (as xml) the "comment" element
 org.apache.xmlbeans.XmlString xgetFileName()
          Gets (as xml) the "fileName" element
 org.apache.xmlbeans.XmlDateTime xgetModifiedTime()
          Gets (as xml) the "modifiedTime" element
 org.apache.xmlbeans.XmlString xgetRevision()
          Gets (as xml) the "revision" element
 org.apache.xmlbeans.XmlToken xgetUserName()
          Gets (as xml) the "userName" element
 void xsetComment(org.apache.xmlbeans.XmlString comment)
          Sets (as xml) the "comment" element
 void xsetFileName(org.apache.xmlbeans.XmlString fileName)
          Sets (as xml) the "fileName" element
 void xsetModifiedTime(org.apache.xmlbeans.XmlDateTime modifiedTime)
          Sets (as xml) the "modifiedTime" element
 void xsetRevision(org.apache.xmlbeans.XmlString revision)
          Sets (as xml) the "revision" element
 void xsetUserName(org.apache.xmlbeans.XmlToken userName)
          Sets (as xml) the "userName" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getFileName

java.lang.String getFileName()
Gets the "fileName" element


xgetFileName

org.apache.xmlbeans.XmlString xgetFileName()
Gets (as xml) the "fileName" element


setFileName

void setFileName(java.lang.String fileName)
Sets the "fileName" element


xsetFileName

void xsetFileName(org.apache.xmlbeans.XmlString fileName)
Sets (as xml) the "fileName" element


getRevision

java.lang.String getRevision()
Gets the "revision" element


xgetRevision

org.apache.xmlbeans.XmlString xgetRevision()
Gets (as xml) the "revision" element


setRevision

void setRevision(java.lang.String revision)
Sets the "revision" element


xsetRevision

void xsetRevision(org.apache.xmlbeans.XmlString revision)
Sets (as xml) the "revision" element


getModifiedTime

java.util.Calendar getModifiedTime()
Gets the "modifiedTime" element


xgetModifiedTime

org.apache.xmlbeans.XmlDateTime xgetModifiedTime()
Gets (as xml) the "modifiedTime" element


setModifiedTime

void setModifiedTime(java.util.Calendar modifiedTime)
Sets the "modifiedTime" element


xsetModifiedTime

void xsetModifiedTime(org.apache.xmlbeans.XmlDateTime modifiedTime)
Sets (as xml) the "modifiedTime" element


getComment

java.lang.String getComment()
Gets the "comment" element


xgetComment

org.apache.xmlbeans.XmlString xgetComment()
Gets (as xml) the "comment" element


setComment

void setComment(java.lang.String comment)
Sets the "comment" element


xsetComment

void xsetComment(org.apache.xmlbeans.XmlString comment)
Sets (as xml) the "comment" element


getUserName

java.lang.String getUserName()
Gets the "userName" element


xgetUserName

org.apache.xmlbeans.XmlToken xgetUserName()
Gets (as xml) the "userName" element


setUserName

void setUserName(java.lang.String userName)
Sets the "userName" element


xsetUserName

void xsetUserName(org.apache.xmlbeans.XmlToken userName)
Sets (as xml) the "userName" element



Copyright © 2008. All Rights Reserved.