com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl
Class RegisterPublisherImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<RegisterPublisher>
      extended by com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl.RegisterPublisherImpl
All Implemented Interfaces:
RegisterPublisher, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement

public class RegisterPublisherImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<RegisterPublisher>
implements RegisterPublisher

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
RegisterPublisherImpl(RegisterPublisher model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addOtherElements(org.w3c.dom.Element elmt)
           
 void addTopic(TopicExpressionType value)
           
 java.util.Date getInitialTerminationTime()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getPublisherReference()
           
 java.util.List<TopicExpressionType> getTopic()
           
 boolean isDemand()
           
 void setDemand(java.lang.Boolean value)
           
 void setInitialTerminationTime(java.util.Date value)
           
 void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

RegisterPublisherImpl

public RegisterPublisherImpl(RegisterPublisher model,
                             org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
                      throws WSNotificationException
Throws:
WSNotificationException
Method Detail

addOtherElements

public void addOtherElements(org.w3c.dom.Element elmt)
Specified by:
addOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement

getOtherElements

public java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Specified by:
getOtherElements in interface org.ow2.easywsdl.schema.api.XMLElement
Throws:
org.ow2.easywsdl.schema.api.XmlException

getPublisherReference

public com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getPublisherReference()
                                                                                                throws WSNotificationException
Specified by:
getPublisherReference in interface RegisterPublisher
Throws:
WSNotificationException

setPublisherReference

public void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
Specified by:
setPublisherReference in interface RegisterPublisher

isDemand

public boolean isDemand()
Specified by:
isDemand in interface RegisterPublisher

setDemand

public void setDemand(java.lang.Boolean value)
Specified by:
setDemand in interface RegisterPublisher

getInitialTerminationTime

public java.util.Date getInitialTerminationTime()
Specified by:
getInitialTerminationTime in interface RegisterPublisher

setInitialTerminationTime

public void setInitialTerminationTime(java.util.Date value)
                               throws WSNotificationException
Specified by:
setInitialTerminationTime in interface RegisterPublisher
Throws:
WSNotificationException

getTopic

public java.util.List<TopicExpressionType> getTopic()
                                             throws WSNotificationException
Specified by:
getTopic in interface RegisterPublisher
Throws:
WSNotificationException

addTopic

public void addTopic(TopicExpressionType value)
Specified by:
addTopic in interface RegisterPublisher


Copyright © 2009 eBM Websourcing. All Rights Reserved.