com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
Interface RenewResponse

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
RenewResponseImpl

public interface RenewResponse
extends org.ow2.easywsdl.schema.api.SchemaElement


Method Summary
 java.util.Date getCurrentTime()
           
 java.util.Date getTerminationTime()
           
 void setCurrentTime(java.util.Date value)
           
 void setTerminationTime(java.util.Date value)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getCurrentTime

java.util.Date getCurrentTime()

setCurrentTime

void setCurrentTime(java.util.Date value)
                    throws WSNotificationException
Throws:
WSNotificationException

getTerminationTime

java.util.Date getTerminationTime()

setTerminationTime

void setTerminationTime(java.util.Date value)
                        throws WSNotificationException
Throws:
WSNotificationException


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