public class Delivery extends UnknownDataContainer
| Modifier and Type | Field and Description |
|---|---|
static int |
PUSH_DELIVERY_MODE |
static int |
UNKNOWN_DELIVERY_MODE |
unknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
Delivery() |
Delivery(int mode,
EndpointReference notifyTo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMode() |
EndpointReference |
getNotifyTo() |
void |
setMode(int mode) |
void |
setNotifyTo(EndpointReference notifyTo) |
java.lang.String |
toString() |
addUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic static final int UNKNOWN_DELIVERY_MODE
public static final int PUSH_DELIVERY_MODE
public Delivery()
public Delivery(int mode,
EndpointReference notifyTo)
mode - notifyTo - public java.lang.String toString()
toString in class UnknownDataContainerpublic int getMode()
public void setMode(int mode)
mode - the mode to setpublic EndpointReference getNotifyTo()
public void setNotifyTo(EndpointReference notifyTo)
notifyTo - the notifyTo to set