Package org.cxml
Class GetPendingRequest
java.lang.Object
org.cxml.GetPendingRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lastReceivedTimestamp property.Gets the value of the maxMessages property.Gets the value of the messageType property.voidsetLastReceivedTimestamp(String value) Sets the value of the lastReceivedTimestamp property.voidsetMaxMessages(String value) Sets the value of the maxMessages property.
-
Field Details
-
maxMessages
-
lastReceivedTimestamp
-
messageType
-
-
Constructor Details
-
GetPendingRequest
public GetPendingRequest()
-
-
Method Details
-
getMaxMessages
Gets the value of the maxMessages property.- Returns:
- possible object is
String
-
setMaxMessages
Sets the value of the maxMessages property.- Parameters:
value- allowed object isString
-
getLastReceivedTimestamp
Gets the value of the lastReceivedTimestamp property.- Returns:
- possible object is
String
-
setLastReceivedTimestamp
Sets the value of the lastReceivedTimestamp property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-