com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
Class SubscribeResponseImpl

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

public class SubscribeResponseImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<SubscribeResponse>
implements SubscribeResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
SubscribeResponseImpl(SubscribeResponse model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
           
 
Method Summary
 void addOtherElements(org.w3c.dom.Element elmt)
           
 java.util.Date getCurrentTime()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getSubscriptionReference()
           
 java.util.Date getTerminationTime()
           
 void setCurrentTime(java.util.Date value)
           
 void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 void setTerminationTime(java.util.Date value)
           
 
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

SubscribeResponseImpl

public SubscribeResponseImpl(SubscribeResponse 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

getCurrentTime

public java.util.Date getCurrentTime()
Specified by:
getCurrentTime in interface SubscribeResponse

getSubscriptionReference

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

getTerminationTime

public java.util.Date getTerminationTime()
Specified by:
getTerminationTime in interface SubscribeResponse

setCurrentTime

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

setSubscriptionReference

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

setTerminationTime

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


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