public interface PvcsChangeLogSet
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PvcsChangeLogSet.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
PvcsChangeLogEntry |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
String |
getBuildId()
Gets the "buildId" attribute
|
PvcsChangeLogEntry[] |
getEntryArray()
Gets array of all "entry" elements
|
PvcsChangeLogEntry |
getEntryArray(int i)
Gets ith "entry" element
|
String |
getLastBuildId()
Gets the "lastBuildId" attribute
|
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(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(String lastBuildId)
Sets the "lastBuildId" attribute
|
void |
setLastBuildTime(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
|
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
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
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)
String getBuildId()
org.apache.xmlbeans.XmlToken xgetBuildId()
boolean isSetBuildId()
void setBuildId(String buildId)
void xsetBuildId(org.apache.xmlbeans.XmlToken buildId)
void unsetBuildId()
String getLastBuildId()
org.apache.xmlbeans.XmlToken xgetLastBuildId()
boolean isSetLastBuildId()
void setLastBuildId(String lastBuildId)
void xsetLastBuildId(org.apache.xmlbeans.XmlToken lastBuildId)
void unsetLastBuildId()
Calendar getLastBuildTime()
org.apache.xmlbeans.XmlDateTime xgetLastBuildTime()
boolean isSetLastBuildTime()
void setLastBuildTime(Calendar lastBuildTime)
void xsetLastBuildTime(org.apache.xmlbeans.XmlDateTime lastBuildTime)
void unsetLastBuildTime()
Copyright © 2016–2018. All rights reserved.