@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public class SubscribeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected XMLGregorianCalendar |
currentTime |
protected W3CEndpointReference |
subscriptionReference |
protected XMLGregorianCalendar |
terminationTime |
| Constructor and Description |
|---|
SubscribeResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getCurrentTime()
Gets the value of the currentTime property.
|
W3CEndpointReference |
getSubscriptionReference()
Gets the value of the subscriptionReference property.
|
XMLGregorianCalendar |
getTerminationTime()
Gets the value of the terminationTime property.
|
void |
setCurrentTime(XMLGregorianCalendar value)
Sets the value of the currentTime property.
|
void |
setSubscriptionReference(W3CEndpointReference value)
Sets the value of the subscriptionReference property.
|
void |
setTerminationTime(XMLGregorianCalendar value)
Sets the value of the terminationTime property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected W3CEndpointReference subscriptionReference
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected XMLGregorianCalendar currentTime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected XMLGregorianCalendar terminationTime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public W3CEndpointReference getSubscriptionReference()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setSubscriptionReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public XMLGregorianCalendar getCurrentTime()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setCurrentTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public XMLGregorianCalendar getTerminationTime()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setTerminationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public List<Object> getAny()
Element
ObjectApache CXF