public interface AMFRequestTestStepConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | AMFRequestTestStepConfig.FactoryA 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 | 
|---|---|
| TestAssertionConfig | addNewAssertion()Appends and returns a new empty value (as xml) as the last "assertion" element | 
| PropertiesTypeConfig | addNewProperties()Appends and returns a new empty "properties" element | 
| ScriptConfig | addNewScript()Appends and returns a new empty "script" element | 
| String | getAmfCall()Gets the "amfCall" element | 
| TestAssertionConfig[] | getAssertionArray()Deprecated.   | 
| TestAssertionConfig | getAssertionArray(int i)Gets ith "assertion" element | 
| List<TestAssertionConfig> | getAssertionList()Gets a List of "assertion" elements | 
| String | getEndpoint()Gets the "endpoint" element | 
| PropertiesTypeConfig | getProperties()Gets the "properties" element | 
| ScriptConfig | getScript()Gets the "script" element | 
| TestAssertionConfig | insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "assertion" element | 
| void | removeAssertion(int i)Removes the ith "assertion" element | 
| void | setAmfCall(String amfCall)Sets the "amfCall" element | 
| void | setAssertionArray(int i,
                 TestAssertionConfig assertion)Sets ith "assertion" element | 
| void | setAssertionArray(TestAssertionConfig[] assertionArray)Sets array of all "assertion" element | 
| void | setEndpoint(String endpoint)Sets the "endpoint" element | 
| void | setProperties(PropertiesTypeConfig properties)Sets the "properties" element | 
| void | setScript(ScriptConfig script)Sets the "script" element | 
| int | sizeOfAssertionArray()Returns number of "assertion" element | 
| org.apache.xmlbeans.XmlString | xgetAmfCall()Gets (as xml) the "amfCall" element | 
| org.apache.xmlbeans.XmlString | xgetEndpoint()Gets (as xml) the "endpoint" element | 
| void | xsetAmfCall(org.apache.xmlbeans.XmlString amfCall)Sets (as xml) the "amfCall" element | 
| void | xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)Sets (as xml) the "endpoint" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextPropertiesTypeConfig getProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
List<TestAssertionConfig> getAssertionList()
TestAssertionConfig[] getAssertionArray()
TestAssertionConfig getAssertionArray(int i)
int sizeOfAssertionArray()
void setAssertionArray(TestAssertionConfig[] assertionArray)
void setAssertionArray(int i,
                       TestAssertionConfig assertion)
TestAssertionConfig insertNewAssertion(int i)
TestAssertionConfig addNewAssertion()
void removeAssertion(int i)
String getEndpoint()
org.apache.xmlbeans.XmlString xgetEndpoint()
void setEndpoint(String endpoint)
void xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
ScriptConfig getScript()
void setScript(ScriptConfig script)
ScriptConfig addNewScript()
String getAmfCall()
org.apache.xmlbeans.XmlString xgetAmfCall()
void setAmfCall(String amfCall)
void xsetAmfCall(org.apache.xmlbeans.XmlString amfCall)
Copyright © 2019. All Rights Reserved.