@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public class RegisterPublisher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected Boolean |
demand |
protected XMLGregorianCalendar |
initialTerminationTime |
protected W3CEndpointReference |
publisherReference |
protected List<TopicExpressionType> |
topic |
| Constructor and Description |
|---|
RegisterPublisher() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getInitialTerminationTime()
Gets the value of the initialTerminationTime property.
|
W3CEndpointReference |
getPublisherReference()
Gets the value of the publisherReference property.
|
List<TopicExpressionType> |
getTopic()
Gets the value of the topic property.
|
Boolean |
isDemand()
Gets the value of the demand property.
|
void |
setDemand(Boolean value)
Sets the value of the demand property.
|
void |
setInitialTerminationTime(XMLGregorianCalendar value)
Sets the value of the initialTerminationTime property.
|
void |
setPublisherReference(W3CEndpointReference value)
Sets the value of the publisherReference property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected W3CEndpointReference publisherReference
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected List<TopicExpressionType> topic
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected Boolean demand
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") protected XMLGregorianCalendar initialTerminationTime
@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public W3CEndpointReference getPublisherReference()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setPublisherReference(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 List<TopicExpressionType> getTopic()
TopicExpressionType@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setDemand(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public XMLGregorianCalendar getInitialTerminationTime()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public void setInitialTerminationTime(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
Object@Generated(value="com.sun.tools.xjc.Driver", date="2020-08-20T01:55:25-04:00", comments="JAXB RI v2.3.3") public Boolean isDemand()
Apache CXF