|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PvcsChangeLogSet
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PvcsChangeLogEntry[] getEntryArray()
PvcsChangeLogEntry getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(PvcsChangeLogEntry[] entryArray)
void setEntryArray(int i,
PvcsChangeLogEntry entry)
PvcsChangeLogEntry insertNewEntry(int i)
PvcsChangeLogEntry addNewEntry()
void removeEntry(int i)
java.lang.String getBuildId()
org.apache.xmlbeans.XmlToken xgetBuildId()
boolean isSetBuildId()
void setBuildId(java.lang.String buildId)
void xsetBuildId(org.apache.xmlbeans.XmlToken buildId)
void unsetBuildId()
java.lang.String getLastBuildId()
org.apache.xmlbeans.XmlToken xgetLastBuildId()
boolean isSetLastBuildId()
void setLastBuildId(java.lang.String lastBuildId)
void xsetLastBuildId(org.apache.xmlbeans.XmlToken lastBuildId)
void unsetLastBuildId()
java.util.Calendar getLastBuildTime()
org.apache.xmlbeans.XmlDateTime xgetLastBuildTime()
boolean isSetLastBuildTime()
void setLastBuildTime(java.util.Calendar lastBuildTime)
void xsetLastBuildTime(org.apache.xmlbeans.XmlDateTime lastBuildTime)
void unsetLastBuildTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||