cgl.narada.wsinfra.schemas.wsr
Interface PollRequestType

All Superinterfaces:
HeaderBaseType, XmlObject, XmlTokenSource
All Known Implementing Classes:
PollRequestTypeImpl

public interface PollRequestType
extends HeaderBaseType

An XML PollRequestType(@http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd). This is a complex type.


Nested Class Summary
static class PollRequestType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 RefToMessageIdsType addNewRefToMessageIds()
          Appends and returns a new empty value (as xml) as the last "RefToMessageIds" element
 ServiceRefType addNewReplyTo()
          Appends and returns a new empty "ReplyTo" element
 RefToMessageIdsType[] getRefToMessageIdsArray()
          Gets array of all "RefToMessageIds" elements
 RefToMessageIdsType getRefToMessageIdsArray(int i)
          Gets ith "RefToMessageIds" element
 ServiceRefType getReplyTo()
          Gets the "ReplyTo" element
 RefToMessageIdsType insertNewRefToMessageIds(int i)
          Inserts and returns a new empty value (as xml) as the ith "RefToMessageIds" element
 boolean isSetReplyTo()
          True if has "ReplyTo" element
 void removeRefToMessageIds(int i)
          Removes the ith "RefToMessageIds" element
 void setRefToMessageIdsArray(int i, RefToMessageIdsType refToMessageIds)
          Sets ith "RefToMessageIds" element
 void setRefToMessageIdsArray(RefToMessageIdsType[] refToMessageIdsArray)
          Sets array of all "RefToMessageIds" element
 void setReplyTo(ServiceRefType replyTo)
          Sets the "ReplyTo" element
 int sizeOfRefToMessageIdsArray()
          Returns number of "RefToMessageIds" element
 void unsetReplyTo()
          Unsets the "ReplyTo" 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

type

public static final SchemaType type
Method Detail

getRefToMessageIdsArray

public RefToMessageIdsType[] getRefToMessageIdsArray()
Gets array of all "RefToMessageIds" elements


getRefToMessageIdsArray

public RefToMessageIdsType getRefToMessageIdsArray(int i)
Gets ith "RefToMessageIds" element


sizeOfRefToMessageIdsArray

public int sizeOfRefToMessageIdsArray()
Returns number of "RefToMessageIds" element


setRefToMessageIdsArray

public void setRefToMessageIdsArray(RefToMessageIdsType[] refToMessageIdsArray)
Sets array of all "RefToMessageIds" element


setRefToMessageIdsArray

public void setRefToMessageIdsArray(int i,
                                    RefToMessageIdsType refToMessageIds)
Sets ith "RefToMessageIds" element


insertNewRefToMessageIds

public RefToMessageIdsType insertNewRefToMessageIds(int i)
Inserts and returns a new empty value (as xml) as the ith "RefToMessageIds" element


addNewRefToMessageIds

public RefToMessageIdsType addNewRefToMessageIds()
Appends and returns a new empty value (as xml) as the last "RefToMessageIds" element


removeRefToMessageIds

public void removeRefToMessageIds(int i)
Removes the ith "RefToMessageIds" element


getReplyTo

public ServiceRefType getReplyTo()
Gets the "ReplyTo" element


isSetReplyTo

public boolean isSetReplyTo()
True if has "ReplyTo" element


setReplyTo

public void setReplyTo(ServiceRefType replyTo)
Sets the "ReplyTo" element


addNewReplyTo

public ServiceRefType addNewReplyTo()
Appends and returns a new empty "ReplyTo" element


unsetReplyTo

public void unsetReplyTo()
Unsets the "ReplyTo" element