Package org.cxml

Class GetPendingRequest

java.lang.Object
org.cxml.GetPendingRequest

public class GetPendingRequest extends Object
  • Field Details

    • maxMessages

      protected String maxMessages
    • lastReceivedTimestamp

      protected String lastReceivedTimestamp
    • messageType

      protected List<MessageType> messageType
  • Constructor Details

    • GetPendingRequest

      public GetPendingRequest()
  • Method Details

    • getMaxMessages

      public String getMaxMessages()
      Gets the value of the maxMessages property.
      Returns:
      possible object is String
    • setMaxMessages

      public void setMaxMessages(String value)
      Sets the value of the maxMessages property.
      Parameters:
      value - allowed object is String
    • getLastReceivedTimestamp

      public String getLastReceivedTimestamp()
      Gets the value of the lastReceivedTimestamp property.
      Returns:
      possible object is String
    • setLastReceivedTimestamp

      public void setLastReceivedTimestamp(String value)
      Sets the value of the lastReceivedTimestamp property.
      Parameters:
      value - allowed object is String
    • getMessageType

      public List<MessageType> getMessageType()
      Gets the value of the messageType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageType property.

      For example, to add a new item, do as follows:

          getMessageType().add(newItem);
       

      Objects of the following type(s) are allowed in the list MessageType