public interface TestCaseConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
TestCaseConfig.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 |
---|---|
BreakPointConfig |
addNewBreakPoints()
Appends and returns a new empty value (as xml) as the last "breakPoints" element
|
LoadTestConfig |
addNewLoadTest()
Appends and returns a new empty value (as xml) as the last "loadTest" element
|
PropertiesTypeConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
PropertiesTypeConfig |
addNewReportParameters()
Appends and returns a new empty "reportParameters" element
|
ScriptConfig |
addNewReportScript()
Appends and returns a new empty "reportScript" element
|
ReportTemplateConfig |
addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
RequirementsTypeConfig |
addNewRequirements()
Appends and returns a new empty "requirements" element
|
SecurityTestConfig |
addNewSecurityTest()
Appends and returns a new empty value (as xml) as the last "securityTest" element
|
ScriptConfig |
addNewSetupScript()
Appends and returns a new empty "setupScript" element
|
ScriptConfig |
addNewTearDownScript()
Appends and returns a new empty "tearDownScript" element
|
TestStepConfig |
addNewTestStep()
Appends and returns a new empty value (as xml) as the last "testStep" element
|
boolean |
getAmfAuthorisation()
Gets the "amfAuthorisation" attribute
|
String |
getAmfEndpoint()
Gets the "amfEndpoint" attribute
|
String |
getAmfLogin()
Gets the "amfLogin" attribute
|
String |
getAmfPassword()
Gets the "amfPassword" attribute
|
BreakPointConfig[] |
getBreakPointsArray()
Deprecated.
|
BreakPointConfig |
getBreakPointsArray(int i)
Gets ith "breakPoints" element
|
List<BreakPointConfig> |
getBreakPointsList()
Gets a List of "breakPoints" elements
|
boolean |
getDisabled()
Gets the "disabled" attribute
|
boolean |
getDiscardOkResults()
Gets the "discardOkResults" attribute
|
boolean |
getFailOnError()
Gets the "failOnError" attribute
|
boolean |
getFailTestCaseOnErrors()
Gets the "failTestCaseOnErrors" attribute
|
boolean |
getKeepSession()
Gets the "keepSession" attribute
|
LoadTestConfig[] |
getLoadTestArray()
Deprecated.
|
LoadTestConfig |
getLoadTestArray(int i)
Gets ith "loadTest" element
|
List<LoadTestConfig> |
getLoadTestList()
Gets a List of "loadTest" elements
|
int |
getMaxResults()
Gets the "maxResults" attribute
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
PropertiesTypeConfig |
getReportParameters()
Gets the "reportParameters" element
|
ScriptConfig |
getReportScript()
Gets the "reportScript" element
|
ReportTemplateConfig[] |
getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig |
getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
List<ReportTemplateConfig> |
getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
RequirementsTypeConfig |
getRequirements()
Gets the "requirements" element
|
boolean |
getSearchProperties()
Gets the "searchProperties" attribute
|
SecurityTestConfig[] |
getSecurityTestArray()
Deprecated.
|
SecurityTestConfig |
getSecurityTestArray(int i)
Gets ith "securityTest" element
|
List<SecurityTestConfig> |
getSecurityTestList()
Gets a List of "securityTest" elements
|
ScriptConfig |
getSetupScript()
Gets the "setupScript" element
|
ScriptConfig |
getTearDownScript()
Gets the "tearDownScript" element
|
TestStepConfig[] |
getTestStepArray()
Deprecated.
|
TestStepConfig |
getTestStepArray(int i)
Gets ith "testStep" element
|
List<TestStepConfig> |
getTestStepList()
Gets a List of "testStep" elements
|
long |
getTimeout()
Gets the "timeout" attribute
|
String |
getWsrmAckTo()
Gets the "wsrmAckTo" attribute
|
boolean |
getWsrmEnabled()
Gets the "wsrmEnabled" attribute
|
long |
getWsrmExpires()
Gets the "wsrmExpires" attribute
|
WsrmVersionTypeConfig.Enum |
getWsrmVersion()
Gets the "wsrmVersion" attribute
|
BreakPointConfig |
insertNewBreakPoints(int i)
Inserts and returns a new empty value (as xml) as the ith "breakPoints" element
|
LoadTestConfig |
insertNewLoadTest(int i)
Inserts and returns a new empty value (as xml) as the ith "loadTest" element
|
ReportTemplateConfig |
insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
SecurityTestConfig |
insertNewSecurityTest(int i)
Inserts and returns a new empty value (as xml) as the ith "securityTest" element
|
TestStepConfig |
insertNewTestStep(int i)
Inserts and returns a new empty value (as xml) as the ith "testStep" element
|
boolean |
isSetAmfAuthorisation()
True if has "amfAuthorisation" attribute
|
boolean |
isSetAmfEndpoint()
True if has "amfEndpoint" attribute
|
boolean |
isSetAmfLogin()
True if has "amfLogin" attribute
|
boolean |
isSetAmfPassword()
True if has "amfPassword" attribute
|
boolean |
isSetDisabled()
True if has "disabled" attribute
|
boolean |
isSetDiscardOkResults()
True if has "discardOkResults" attribute
|
boolean |
isSetFailOnError()
True if has "failOnError" attribute
|
boolean |
isSetFailTestCaseOnErrors()
True if has "failTestCaseOnErrors" attribute
|
boolean |
isSetKeepSession()
True if has "keepSession" attribute
|
boolean |
isSetMaxResults()
True if has "maxResults" attribute
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetReportParameters()
True if has "reportParameters" element
|
boolean |
isSetReportScript()
True if has "reportScript" element
|
boolean |
isSetRequirements()
True if has "requirements" element
|
boolean |
isSetSearchProperties()
True if has "searchProperties" attribute
|
boolean |
isSetSetupScript()
True if has "setupScript" element
|
boolean |
isSetTearDownScript()
True if has "tearDownScript" element
|
boolean |
isSetTimeout()
True if has "timeout" attribute
|
boolean |
isSetWsrmAckTo()
True if has "wsrmAckTo" attribute
|
boolean |
isSetWsrmEnabled()
True if has "wsrmEnabled" attribute
|
boolean |
isSetWsrmExpires()
True if has "wsrmExpires" attribute
|
boolean |
isSetWsrmVersion()
True if has "wsrmVersion" attribute
|
void |
removeBreakPoints(int i)
Removes the ith "breakPoints" element
|
void |
removeLoadTest(int i)
Removes the ith "loadTest" element
|
void |
removeReportTemplates(int i)
Removes the ith "reportTemplates" element
|
void |
removeSecurityTest(int i)
Removes the ith "securityTest" element
|
void |
removeTestStep(int i)
Removes the ith "testStep" element
|
void |
setAmfAuthorisation(boolean amfAuthorisation)
Sets the "amfAuthorisation" attribute
|
void |
setAmfEndpoint(String amfEndpoint)
Sets the "amfEndpoint" attribute
|
void |
setAmfLogin(String amfLogin)
Sets the "amfLogin" attribute
|
void |
setAmfPassword(String amfPassword)
Sets the "amfPassword" attribute
|
void |
setBreakPointsArray(BreakPointConfig[] breakPointsArray)
Sets array of all "breakPoints" element
|
void |
setBreakPointsArray(int i,
BreakPointConfig breakPoints)
Sets ith "breakPoints" element
|
void |
setDisabled(boolean disabled)
Sets the "disabled" attribute
|
void |
setDiscardOkResults(boolean discardOkResults)
Sets the "discardOkResults" attribute
|
void |
setFailOnError(boolean failOnError)
Sets the "failOnError" attribute
|
void |
setFailTestCaseOnErrors(boolean failTestCaseOnErrors)
Sets the "failTestCaseOnErrors" attribute
|
void |
setKeepSession(boolean keepSession)
Sets the "keepSession" attribute
|
void |
setLoadTestArray(int i,
LoadTestConfig loadTest)
Sets ith "loadTest" element
|
void |
setLoadTestArray(LoadTestConfig[] loadTestArray)
Sets array of all "loadTest" element
|
void |
setMaxResults(int maxResults)
Sets the "maxResults" attribute
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setReportParameters(PropertiesTypeConfig reportParameters)
Sets the "reportParameters" element
|
void |
setReportScript(ScriptConfig reportScript)
Sets the "reportScript" element
|
void |
setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
setRequirements(RequirementsTypeConfig requirements)
Sets the "requirements" element
|
void |
setSearchProperties(boolean searchProperties)
Sets the "searchProperties" attribute
|
void |
setSecurityTestArray(int i,
SecurityTestConfig securityTest)
Sets ith "securityTest" element
|
void |
setSecurityTestArray(SecurityTestConfig[] securityTestArray)
Sets array of all "securityTest" element
|
void |
setSetupScript(ScriptConfig setupScript)
Sets the "setupScript" element
|
void |
setTearDownScript(ScriptConfig tearDownScript)
Sets the "tearDownScript" element
|
void |
setTestStepArray(int i,
TestStepConfig testStep)
Sets ith "testStep" element
|
void |
setTestStepArray(TestStepConfig[] testStepArray)
Sets array of all "testStep" element
|
void |
setTimeout(long timeout)
Sets the "timeout" attribute
|
void |
setWsrmAckTo(String wsrmAckTo)
Sets the "wsrmAckTo" attribute
|
void |
setWsrmEnabled(boolean wsrmEnabled)
Sets the "wsrmEnabled" attribute
|
void |
setWsrmExpires(long wsrmExpires)
Sets the "wsrmExpires" attribute
|
void |
setWsrmVersion(WsrmVersionTypeConfig.Enum wsrmVersion)
Sets the "wsrmVersion" attribute
|
int |
sizeOfBreakPointsArray()
Returns number of "breakPoints" element
|
int |
sizeOfLoadTestArray()
Returns number of "loadTest" element
|
int |
sizeOfReportTemplatesArray()
Returns number of "reportTemplates" element
|
int |
sizeOfSecurityTestArray()
Returns number of "securityTest" element
|
int |
sizeOfTestStepArray()
Returns number of "testStep" element
|
void |
unsetAmfAuthorisation()
Unsets the "amfAuthorisation" attribute
|
void |
unsetAmfEndpoint()
Unsets the "amfEndpoint" attribute
|
void |
unsetAmfLogin()
Unsets the "amfLogin" attribute
|
void |
unsetAmfPassword()
Unsets the "amfPassword" attribute
|
void |
unsetDisabled()
Unsets the "disabled" attribute
|
void |
unsetDiscardOkResults()
Unsets the "discardOkResults" attribute
|
void |
unsetFailOnError()
Unsets the "failOnError" attribute
|
void |
unsetFailTestCaseOnErrors()
Unsets the "failTestCaseOnErrors" attribute
|
void |
unsetKeepSession()
Unsets the "keepSession" attribute
|
void |
unsetMaxResults()
Unsets the "maxResults" attribute
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetReportParameters()
Unsets the "reportParameters" element
|
void |
unsetReportScript()
Unsets the "reportScript" element
|
void |
unsetRequirements()
Unsets the "requirements" element
|
void |
unsetSearchProperties()
Unsets the "searchProperties" attribute
|
void |
unsetSetupScript()
Unsets the "setupScript" element
|
void |
unsetTearDownScript()
Unsets the "tearDownScript" element
|
void |
unsetTimeout()
Unsets the "timeout" attribute
|
void |
unsetWsrmAckTo()
Unsets the "wsrmAckTo" attribute
|
void |
unsetWsrmEnabled()
Unsets the "wsrmEnabled" attribute
|
void |
unsetWsrmExpires()
Unsets the "wsrmExpires" attribute
|
void |
unsetWsrmVersion()
Unsets the "wsrmVersion" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAmfAuthorisation()
Gets (as xml) the "amfAuthorisation" attribute
|
org.apache.xmlbeans.XmlString |
xgetAmfEndpoint()
Gets (as xml) the "amfEndpoint" attribute
|
org.apache.xmlbeans.XmlString |
xgetAmfLogin()
Gets (as xml) the "amfLogin" attribute
|
org.apache.xmlbeans.XmlString |
xgetAmfPassword()
Gets (as xml) the "amfPassword" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDisabled()
Gets (as xml) the "disabled" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDiscardOkResults()
Gets (as xml) the "discardOkResults" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetFailOnError()
Gets (as xml) the "failOnError" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetFailTestCaseOnErrors()
Gets (as xml) the "failTestCaseOnErrors" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetKeepSession()
Gets (as xml) the "keepSession" attribute
|
org.apache.xmlbeans.XmlInt |
xgetMaxResults()
Gets (as xml) the "maxResults" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSearchProperties()
Gets (as xml) the "searchProperties" attribute
|
org.apache.xmlbeans.XmlLong |
xgetTimeout()
Gets (as xml) the "timeout" attribute
|
org.apache.xmlbeans.XmlString |
xgetWsrmAckTo()
Gets (as xml) the "wsrmAckTo" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetWsrmEnabled()
Gets (as xml) the "wsrmEnabled" attribute
|
org.apache.xmlbeans.XmlLong |
xgetWsrmExpires()
Gets (as xml) the "wsrmExpires" attribute
|
WsrmVersionTypeConfig |
xgetWsrmVersion()
Gets (as xml) the "wsrmVersion" attribute
|
void |
xsetAmfAuthorisation(org.apache.xmlbeans.XmlBoolean amfAuthorisation)
Sets (as xml) the "amfAuthorisation" attribute
|
void |
xsetAmfEndpoint(org.apache.xmlbeans.XmlString amfEndpoint)
Sets (as xml) the "amfEndpoint" attribute
|
void |
xsetAmfLogin(org.apache.xmlbeans.XmlString amfLogin)
Sets (as xml) the "amfLogin" attribute
|
void |
xsetAmfPassword(org.apache.xmlbeans.XmlString amfPassword)
Sets (as xml) the "amfPassword" attribute
|
void |
xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
Sets (as xml) the "disabled" attribute
|
void |
xsetDiscardOkResults(org.apache.xmlbeans.XmlBoolean discardOkResults)
Sets (as xml) the "discardOkResults" attribute
|
void |
xsetFailOnError(org.apache.xmlbeans.XmlBoolean failOnError)
Sets (as xml) the "failOnError" attribute
|
void |
xsetFailTestCaseOnErrors(org.apache.xmlbeans.XmlBoolean failTestCaseOnErrors)
Sets (as xml) the "failTestCaseOnErrors" attribute
|
void |
xsetKeepSession(org.apache.xmlbeans.XmlBoolean keepSession)
Sets (as xml) the "keepSession" attribute
|
void |
xsetMaxResults(org.apache.xmlbeans.XmlInt maxResults)
Sets (as xml) the "maxResults" attribute
|
void |
xsetSearchProperties(org.apache.xmlbeans.XmlBoolean searchProperties)
Sets (as xml) the "searchProperties" attribute
|
void |
xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
Sets (as xml) the "timeout" attribute
|
void |
xsetWsrmAckTo(org.apache.xmlbeans.XmlString wsrmAckTo)
Sets (as xml) the "wsrmAckTo" attribute
|
void |
xsetWsrmEnabled(org.apache.xmlbeans.XmlBoolean wsrmEnabled)
Sets (as xml) the "wsrmEnabled" attribute
|
void |
xsetWsrmExpires(org.apache.xmlbeans.XmlLong wsrmExpires)
Sets (as xml) the "wsrmExpires" attribute
|
void |
xsetWsrmVersion(WsrmVersionTypeConfig wsrmVersion)
Sets (as xml) the "wsrmVersion" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
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
List<TestStepConfig> getTestStepList()
TestStepConfig[] getTestStepArray()
TestStepConfig getTestStepArray(int i)
int sizeOfTestStepArray()
void setTestStepArray(TestStepConfig[] testStepArray)
void setTestStepArray(int i, TestStepConfig testStep)
TestStepConfig insertNewTestStep(int i)
TestStepConfig addNewTestStep()
void removeTestStep(int i)
List<LoadTestConfig> getLoadTestList()
LoadTestConfig[] getLoadTestArray()
LoadTestConfig getLoadTestArray(int i)
int sizeOfLoadTestArray()
void setLoadTestArray(LoadTestConfig[] loadTestArray)
void setLoadTestArray(int i, LoadTestConfig loadTest)
LoadTestConfig insertNewLoadTest(int i)
LoadTestConfig addNewLoadTest()
void removeLoadTest(int i)
ScriptConfig getSetupScript()
boolean isSetSetupScript()
void setSetupScript(ScriptConfig setupScript)
ScriptConfig addNewSetupScript()
void unsetSetupScript()
ScriptConfig getTearDownScript()
boolean isSetTearDownScript()
void setTearDownScript(ScriptConfig tearDownScript)
ScriptConfig addNewTearDownScript()
void unsetTearDownScript()
PropertiesTypeConfig getProperties()
boolean isSetProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
void unsetProperties()
RequirementsTypeConfig getRequirements()
boolean isSetRequirements()
void setRequirements(RequirementsTypeConfig requirements)
RequirementsTypeConfig addNewRequirements()
void unsetRequirements()
List<ReportTemplateConfig> getReportTemplatesList()
ReportTemplateConfig[] getReportTemplatesArray()
ReportTemplateConfig getReportTemplatesArray(int i)
int sizeOfReportTemplatesArray()
void setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
void setReportTemplatesArray(int i, ReportTemplateConfig reportTemplates)
ReportTemplateConfig insertNewReportTemplates(int i)
ReportTemplateConfig addNewReportTemplates()
void removeReportTemplates(int i)
ScriptConfig getReportScript()
boolean isSetReportScript()
void setReportScript(ScriptConfig reportScript)
ScriptConfig addNewReportScript()
void unsetReportScript()
PropertiesTypeConfig getReportParameters()
boolean isSetReportParameters()
void setReportParameters(PropertiesTypeConfig reportParameters)
PropertiesTypeConfig addNewReportParameters()
void unsetReportParameters()
List<SecurityTestConfig> getSecurityTestList()
SecurityTestConfig[] getSecurityTestArray()
SecurityTestConfig getSecurityTestArray(int i)
int sizeOfSecurityTestArray()
void setSecurityTestArray(SecurityTestConfig[] securityTestArray)
void setSecurityTestArray(int i, SecurityTestConfig securityTest)
SecurityTestConfig insertNewSecurityTest(int i)
SecurityTestConfig addNewSecurityTest()
void removeSecurityTest(int i)
List<BreakPointConfig> getBreakPointsList()
BreakPointConfig[] getBreakPointsArray()
BreakPointConfig getBreakPointsArray(int i)
int sizeOfBreakPointsArray()
void setBreakPointsArray(BreakPointConfig[] breakPointsArray)
void setBreakPointsArray(int i, BreakPointConfig breakPoints)
BreakPointConfig insertNewBreakPoints(int i)
BreakPointConfig addNewBreakPoints()
void removeBreakPoints(int i)
boolean getKeepSession()
org.apache.xmlbeans.XmlBoolean xgetKeepSession()
boolean isSetKeepSession()
void setKeepSession(boolean keepSession)
void xsetKeepSession(org.apache.xmlbeans.XmlBoolean keepSession)
void unsetKeepSession()
boolean getFailOnError()
org.apache.xmlbeans.XmlBoolean xgetFailOnError()
boolean isSetFailOnError()
void setFailOnError(boolean failOnError)
void xsetFailOnError(org.apache.xmlbeans.XmlBoolean failOnError)
void unsetFailOnError()
boolean getFailTestCaseOnErrors()
org.apache.xmlbeans.XmlBoolean xgetFailTestCaseOnErrors()
boolean isSetFailTestCaseOnErrors()
void setFailTestCaseOnErrors(boolean failTestCaseOnErrors)
void xsetFailTestCaseOnErrors(org.apache.xmlbeans.XmlBoolean failTestCaseOnErrors)
void unsetFailTestCaseOnErrors()
boolean getDiscardOkResults()
org.apache.xmlbeans.XmlBoolean xgetDiscardOkResults()
boolean isSetDiscardOkResults()
void setDiscardOkResults(boolean discardOkResults)
void xsetDiscardOkResults(org.apache.xmlbeans.XmlBoolean discardOkResults)
void unsetDiscardOkResults()
boolean getSearchProperties()
org.apache.xmlbeans.XmlBoolean xgetSearchProperties()
boolean isSetSearchProperties()
void setSearchProperties(boolean searchProperties)
void xsetSearchProperties(org.apache.xmlbeans.XmlBoolean searchProperties)
void unsetSearchProperties()
boolean getDisabled()
org.apache.xmlbeans.XmlBoolean xgetDisabled()
boolean isSetDisabled()
void setDisabled(boolean disabled)
void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
void unsetDisabled()
long getTimeout()
org.apache.xmlbeans.XmlLong xgetTimeout()
boolean isSetTimeout()
void setTimeout(long timeout)
void xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
void unsetTimeout()
int getMaxResults()
org.apache.xmlbeans.XmlInt xgetMaxResults()
boolean isSetMaxResults()
void setMaxResults(int maxResults)
void xsetMaxResults(org.apache.xmlbeans.XmlInt maxResults)
void unsetMaxResults()
boolean getWsrmEnabled()
org.apache.xmlbeans.XmlBoolean xgetWsrmEnabled()
boolean isSetWsrmEnabled()
void setWsrmEnabled(boolean wsrmEnabled)
void xsetWsrmEnabled(org.apache.xmlbeans.XmlBoolean wsrmEnabled)
void unsetWsrmEnabled()
WsrmVersionTypeConfig.Enum getWsrmVersion()
WsrmVersionTypeConfig xgetWsrmVersion()
boolean isSetWsrmVersion()
void setWsrmVersion(WsrmVersionTypeConfig.Enum wsrmVersion)
void xsetWsrmVersion(WsrmVersionTypeConfig wsrmVersion)
void unsetWsrmVersion()
String getWsrmAckTo()
org.apache.xmlbeans.XmlString xgetWsrmAckTo()
boolean isSetWsrmAckTo()
void setWsrmAckTo(String wsrmAckTo)
void xsetWsrmAckTo(org.apache.xmlbeans.XmlString wsrmAckTo)
void unsetWsrmAckTo()
long getWsrmExpires()
org.apache.xmlbeans.XmlLong xgetWsrmExpires()
boolean isSetWsrmExpires()
void setWsrmExpires(long wsrmExpires)
void xsetWsrmExpires(org.apache.xmlbeans.XmlLong wsrmExpires)
void unsetWsrmExpires()
boolean getAmfAuthorisation()
org.apache.xmlbeans.XmlBoolean xgetAmfAuthorisation()
boolean isSetAmfAuthorisation()
void setAmfAuthorisation(boolean amfAuthorisation)
void xsetAmfAuthorisation(org.apache.xmlbeans.XmlBoolean amfAuthorisation)
void unsetAmfAuthorisation()
String getAmfLogin()
org.apache.xmlbeans.XmlString xgetAmfLogin()
boolean isSetAmfLogin()
void setAmfLogin(String amfLogin)
void xsetAmfLogin(org.apache.xmlbeans.XmlString amfLogin)
void unsetAmfLogin()
String getAmfPassword()
org.apache.xmlbeans.XmlString xgetAmfPassword()
boolean isSetAmfPassword()
void setAmfPassword(String amfPassword)
void xsetAmfPassword(org.apache.xmlbeans.XmlString amfPassword)
void unsetAmfPassword()
String getAmfEndpoint()
org.apache.xmlbeans.XmlString xgetAmfEndpoint()
boolean isSetAmfEndpoint()
void setAmfEndpoint(String amfEndpoint)
void xsetAmfEndpoint(org.apache.xmlbeans.XmlString amfEndpoint)
void unsetAmfEndpoint()
Copyright © 2019. All Rights Reserved.