|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplayType
An XML ReplayType(@http://www.apache.org/ode/pmapi/types/2006/08/02/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ReplayType.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 | |
---|---|
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 |
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 |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |