hudson.plugins.pvcs_scm.changelog
Interface PvcsChangeLogSet

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

public interface PvcsChangeLogSet
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class PvcsChangeLogSet.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
 PvcsChangeLogEntry addNewEntry()
          Appends and returns a new empty value (as xml) as the last "entry" element
 java.lang.String getBuildId()
          Gets the "buildId" attribute
 PvcsChangeLogEntry[] getEntryArray()
          Gets array of all "entry" elements
 PvcsChangeLogEntry getEntryArray(int i)
          Gets ith "entry" element
 java.lang.String getLastBuildId()
          Gets the "lastBuildId" attribute
 java.util.Calendar getLastBuildTime()
          Gets the "lastBuildTime" attribute
 PvcsChangeLogEntry insertNewEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "entry" element
 boolean isSetBuildId()
          True if has "buildId" attribute
 boolean isSetLastBuildId()
          True if has "lastBuildId" attribute
 boolean isSetLastBuildTime()
          True if has "lastBuildTime" attribute
 void removeEntry(int i)
          Removes the ith "entry" element
 void setBuildId(java.lang.String buildId)
          Sets the "buildId" attribute
 void setEntryArray(int i, PvcsChangeLogEntry entry)
          Sets ith "entry" element
 void setEntryArray(PvcsChangeLogEntry[] entryArray)
          Sets array of all "entry" element
 void setLastBuildId(java.lang.String lastBuildId)
          Sets the "lastBuildId" attribute
 void setLastBuildTime(java.util.Calendar lastBuildTime)
          Sets the "lastBuildTime" attribute
 int sizeOfEntryArray()
          Returns number of "entry" element
 void unsetBuildId()
          Unsets the "buildId" attribute
 void unsetLastBuildId()
          Unsets the "lastBuildId" attribute
 void unsetLastBuildTime()
          Unsets the "lastBuildTime" attribute
 org.apache.xmlbeans.XmlToken xgetBuildId()
          Gets (as xml) the "buildId" attribute
 org.apache.xmlbeans.XmlToken xgetLastBuildId()
          Gets (as xml) the "lastBuildId" attribute
 org.apache.xmlbeans.XmlDateTime xgetLastBuildTime()
          Gets (as xml) the "lastBuildTime" attribute
 void xsetBuildId(org.apache.xmlbeans.XmlToken buildId)
          Sets (as xml) the "buildId" attribute
 void xsetLastBuildId(org.apache.xmlbeans.XmlToken lastBuildId)
          Sets (as xml) the "lastBuildId" attribute
 void xsetLastBuildTime(org.apache.xmlbeans.XmlDateTime lastBuildTime)
          Sets (as xml) the "lastBuildTime" attribute
 
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

getEntryArray

PvcsChangeLogEntry[] getEntryArray()
Gets array of all "entry" elements


getEntryArray

PvcsChangeLogEntry getEntryArray(int i)
Gets ith "entry" element


sizeOfEntryArray

int sizeOfEntryArray()
Returns number of "entry" element


setEntryArray

void setEntryArray(PvcsChangeLogEntry[] entryArray)
Sets array of all "entry" element


setEntryArray

void setEntryArray(int i,
                   PvcsChangeLogEntry entry)
Sets ith "entry" element


insertNewEntry

PvcsChangeLogEntry insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element


addNewEntry

PvcsChangeLogEntry addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element


removeEntry

void removeEntry(int i)
Removes the ith "entry" element


getBuildId

java.lang.String getBuildId()
Gets the "buildId" attribute


xgetBuildId

org.apache.xmlbeans.XmlToken xgetBuildId()
Gets (as xml) the "buildId" attribute


isSetBuildId

boolean isSetBuildId()
True if has "buildId" attribute


setBuildId

void setBuildId(java.lang.String buildId)
Sets the "buildId" attribute


xsetBuildId

void xsetBuildId(org.apache.xmlbeans.XmlToken buildId)
Sets (as xml) the "buildId" attribute


unsetBuildId

void unsetBuildId()
Unsets the "buildId" attribute


getLastBuildId

java.lang.String getLastBuildId()
Gets the "lastBuildId" attribute


xgetLastBuildId

org.apache.xmlbeans.XmlToken xgetLastBuildId()
Gets (as xml) the "lastBuildId" attribute


isSetLastBuildId

boolean isSetLastBuildId()
True if has "lastBuildId" attribute


setLastBuildId

void setLastBuildId(java.lang.String lastBuildId)
Sets the "lastBuildId" attribute


xsetLastBuildId

void xsetLastBuildId(org.apache.xmlbeans.XmlToken lastBuildId)
Sets (as xml) the "lastBuildId" attribute


unsetLastBuildId

void unsetLastBuildId()
Unsets the "lastBuildId" attribute


getLastBuildTime

java.util.Calendar getLastBuildTime()
Gets the "lastBuildTime" attribute


xgetLastBuildTime

org.apache.xmlbeans.XmlDateTime xgetLastBuildTime()
Gets (as xml) the "lastBuildTime" attribute


isSetLastBuildTime

boolean isSetLastBuildTime()
True if has "lastBuildTime" attribute


setLastBuildTime

void setLastBuildTime(java.util.Calendar lastBuildTime)
Sets the "lastBuildTime" attribute


xsetLastBuildTime

void xsetLastBuildTime(org.apache.xmlbeans.XmlDateTime lastBuildTime)
Sets (as xml) the "lastBuildTime" attribute


unsetLastBuildTime

void unsetLastBuildTime()
Unsets the "lastBuildTime" attribute



Copyright © 2008. All Rights Reserved.