Package org.cxml

Class GetPendingRequest


  • public class GetPendingRequest
    extends java.lang.Object
    • Field Detail

      • maxMessages

        protected java.lang.String maxMessages
      • lastReceivedTimestamp

        protected java.lang.String lastReceivedTimestamp
      • messageType

        protected java.util.List<MessageType> messageType
    • Constructor Detail

      • GetPendingRequest

        public GetPendingRequest()
    • Method Detail

      • getMaxMessages

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

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

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

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

        public java.util.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