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