public interface ReplayType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ReplayType.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 |
---|---|
org.apache.xmlbeans.XmlAnySimpleType |
addNewLive()
Appends and returns a new empty "live" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewMock()
Appends and returns a new empty "mock" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getLive()
Gets the "live" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getMock()
Gets the "mock" element
|
java.lang.String |
getMockQuery()
Gets the "mockQuery" element
|
boolean |
isSetLive()
True if has "live" element
|
boolean |
isSetMock()
True if has "mock" element
|
boolean |
isSetMockQuery()
True if has "mockQuery" element
|
void |
setLive(org.apache.xmlbeans.XmlAnySimpleType live)
Sets the "live" element
|
void |
setMock(org.apache.xmlbeans.XmlAnySimpleType mock)
Sets the "mock" element
|
void |
setMockQuery(java.lang.String mockQuery)
Sets the "mockQuery" element
|
void |
unsetLive()
Unsets the "live" element
|
void |
unsetMock()
Unsets the "mock" element
|
void |
unsetMockQuery()
Unsets the "mockQuery" element
|
org.apache.xmlbeans.XmlString |
xgetMockQuery()
Gets (as xml) the "mockQuery" element
|
void |
xsetMockQuery(org.apache.xmlbeans.XmlString mockQuery)
Sets (as xml) the "mockQuery" element
|
changeType, compareTo, compareValue, copy, 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
org.apache.xmlbeans.XmlAnySimpleType getMock()
boolean isSetMock()
void setMock(org.apache.xmlbeans.XmlAnySimpleType mock)
org.apache.xmlbeans.XmlAnySimpleType addNewMock()
void unsetMock()
java.lang.String getMockQuery()
org.apache.xmlbeans.XmlString xgetMockQuery()
boolean isSetMockQuery()
void setMockQuery(java.lang.String mockQuery)
void xsetMockQuery(org.apache.xmlbeans.XmlString mockQuery)
void unsetMockQuery()
org.apache.xmlbeans.XmlAnySimpleType getLive()
boolean isSetLive()
void setLive(org.apache.xmlbeans.XmlAnySimpleType live)
org.apache.xmlbeans.XmlAnySimpleType addNewLive()
void unsetLive()