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

All Superinterfaces:
com.ebmwebsourcing.wsstar.resource.definition.basefaults.api.BaseFaultType, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
UnacceptableTerminationTimeFaultTypeImpl

public interface UnacceptableTerminationTimeFaultType
extends com.ebmwebsourcing.wsstar.resource.definition.basefaults.api.BaseFaultType


Method Summary
 java.util.Date getMaximumTime()
           
 java.util.Date getMinimumTime()
           
 void setMaximumTime(java.util.Date value)
           
 void setMinimumTime(java.util.Date value)
           
 
Methods inherited from interface com.ebmwebsourcing.wsstar.resource.definition.basefaults.api.BaseFaultType
getDescriptionLanguage, getDescriptionValue, getTimestamp, setDescriptionLanguage, setDescriptionValue, setTimestamp
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getMinimumTime

java.util.Date getMinimumTime()
                              throws WSNotificationException
Throws:
WSNotificationException

getMaximumTime

java.util.Date getMaximumTime()
                              throws WSNotificationException
Throws:
WSNotificationException

setMinimumTime

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

setMaximumTime

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


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