Package org.cxml
Class GetPendingRequest
- java.lang.Object
-
- org.cxml.GetPendingRequest
-
public class GetPendingRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringlastReceivedTimestampprotected java.lang.StringmaxMessagesprotected java.util.List<MessageType>messageType
-
Constructor Summary
Constructors Constructor Description GetPendingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLastReceivedTimestamp()Gets the value of the lastReceivedTimestamp property.java.lang.StringgetMaxMessages()Gets the value of the maxMessages property.java.util.List<MessageType>getMessageType()Gets the value of the messageType property.voidsetLastReceivedTimestamp(java.lang.String value)Sets the value of the lastReceivedTimestamp property.voidsetMaxMessages(java.lang.String value)Sets the value of the maxMessages property.
-
-
-
Field Detail
-
maxMessages
protected java.lang.String maxMessages
-
lastReceivedTimestamp
protected java.lang.String lastReceivedTimestamp
-
messageType
protected java.util.List<MessageType> messageType
-
-
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 isString
-
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 isString
-
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
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
-
-