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

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

public class PublisherRegistrationRPImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<PublisherRegistrationRP>
implements PublisherRegistrationRP

See Also:
Serialized Form

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

Constructor Detail

PublisherRegistrationRPImpl

public PublisherRegistrationRPImpl(PublisherRegistrationRP model,
                                   org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
                            throws WSNotificationException
Throws:
WSNotificationException
Method Detail

getCreationTime

public java.util.Date getCreationTime()
Specified by:
getCreationTime in interface PublisherRegistrationRP

getPublisherReference

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

getTopic

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

addTopic

public void addTopic(TopicExpressionType topic)
Specified by:
addTopic in interface PublisherRegistrationRP

isDemand

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

setCreationTime

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

setDemand

public void setDemand(boolean value)
Specified by:
setDemand in interface PublisherRegistrationRP

setPublisherReference

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


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.