|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.PingRS
public class PingRS
The OTA_PingRS message is a response to a client message used for testing application connectivity. Specific text sent by the client is to be echoed back in this response. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OTA_PingRS"> <xs:complexType> <xs:choice> <xs:sequence maxOccurs="2"> <!-- Reference to inner class Sequence --> </xs:sequence> <xs:element type="ns:ErrorsType" name="Errors"/> </xs:choice> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
PingRS.Sequence
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
PingRS()
|
Method Summary | |
---|---|
void |
addSuccess(PingRS.Sequence item)
Add a sequence item. |
void |
clearChoiceSelect()
Clear the choice selection. |
void |
clearSuccesses()
Remove all sequence items. |
Errors |
getErrors()
Get the 'Errors' element value. |
OTAPayloadStdAttributes |
getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
PingRS.Sequence |
getSuccess(int index)
Get sequence item by position. |
java.util.List<PingRS.Sequence> |
getSuccesses()
Get the list of sequence items. |
boolean |
ifErrors()
Check if Errors is current selection for choice. |
boolean |
ifSuccess()
Check if Successes is current selection for choice. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setSuccesses(java.util.List<PingRS.Sequence> list)
Set the list of sequence items. |
int |
sizeSuccesses()
Get the number of sequence items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PingRS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic java.util.List<PingRS.Sequence> getSuccesses()
public void setSuccesses(java.util.List<PingRS.Sequence> list)
list
- public int sizeSuccesses()
public void addSuccess(PingRS.Sequence item)
item
- public PingRS.Sequence getSuccess(int index)
index
-
public void clearSuccesses()
public boolean ifErrors()
true
if selection, false
if notpublic Errors getErrors()
public void setErrors(Errors errors)
errors
- public OTAPayloadStdAttributes getPayloadStdAttributes()
public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
payloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |