com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.impl.impl
Class WsrfrlModelFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.impl.impl.WsrfrlModelFactoryImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

public class WsrfrlModelFactoryImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory


Constructor Summary
WsrfrlModelFactoryImpl()
           
 
Method Summary
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime createWsrfrlModelCurrentTime(java.util.Date value)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.Destroy createWsrfrlModelDestroy()
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.DestroyResponse createWsrfrlModelDestroyResponse()
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.ResourceNotDestroyedFaultType createWsrfrlModelResourceNotDestroyedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.ScheduledResourceTerminationRP createWsrfrlModelScheduledResourceTerminationRP(com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime currTime, com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTime termTime)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTime createWsrfrlModelSetTerminationTime(java.util.Date value)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTime createWsrfrlModelSetTerminationTime(javax.xml.datatype.Duration value)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTimeResponse createWsrfrlModelSetTerminationTimeResponse(java.util.Date currTime, java.util.Date newTermTime)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationNotification createWsrfrlModelTerminationNotification(java.util.Date terminationTime)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTime createWsrfrlModelTerminationTime(java.util.Date value)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTimeChangeRejectedFaultType createWsrfrlModelTerminationTimeChangeRejectedFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.UnableToSetTerminationTimeFaultType createWsrfrlModelUnableToSetTerminationTimeFaultType(java.util.Date timestamp)
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlReader getWsrfrlModelReader()
           
 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlWriter getWsrfrlModelWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrfrlModelFactoryImpl

public WsrfrlModelFactoryImpl()
Method Detail

createWsrfrlModelCurrentTime

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime createWsrfrlModelCurrentTime(java.util.Date value)
Specified by:
createWsrfrlModelCurrentTime in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelDestroy

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.Destroy createWsrfrlModelDestroy()
Specified by:
createWsrfrlModelDestroy in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelDestroyResponse

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.DestroyResponse createWsrfrlModelDestroyResponse()
Specified by:
createWsrfrlModelDestroyResponse in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelResourceNotDestroyedFaultType

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.ResourceNotDestroyedFaultType createWsrfrlModelResourceNotDestroyedFaultType(java.util.Date timestamp)
Specified by:
createWsrfrlModelResourceNotDestroyedFaultType in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelScheduledResourceTerminationRP

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.ScheduledResourceTerminationRP createWsrfrlModelScheduledResourceTerminationRP(com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime currTime,
                                                                                                                                                                 com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTime termTime)
Specified by:
createWsrfrlModelScheduledResourceTerminationRP in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelSetTerminationTime

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTime createWsrfrlModelSetTerminationTime(java.util.Date value)
Specified by:
createWsrfrlModelSetTerminationTime in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelSetTerminationTime

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTime createWsrfrlModelSetTerminationTime(javax.xml.datatype.Duration value)
Specified by:
createWsrfrlModelSetTerminationTime in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelSetTerminationTimeResponse

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.SetTerminationTimeResponse createWsrfrlModelSetTerminationTimeResponse(java.util.Date currTime,
                                                                                                                                                         java.util.Date newTermTime)
Specified by:
createWsrfrlModelSetTerminationTimeResponse in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelTerminationNotification

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationNotification createWsrfrlModelTerminationNotification(java.util.Date terminationTime)
Specified by:
createWsrfrlModelTerminationNotification in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelTerminationTime

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTime createWsrfrlModelTerminationTime(java.util.Date value)
Specified by:
createWsrfrlModelTerminationTime in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelTerminationTimeChangeRejectedFaultType

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.TerminationTimeChangeRejectedFaultType createWsrfrlModelTerminationTimeChangeRejectedFaultType(java.util.Date timestamp)
Specified by:
createWsrfrlModelTerminationTimeChangeRejectedFaultType in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

createWsrfrlModelUnableToSetTerminationTimeFaultType

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.UnableToSetTerminationTimeFaultType createWsrfrlModelUnableToSetTerminationTimeFaultType(java.util.Date timestamp)
Specified by:
createWsrfrlModelUnableToSetTerminationTimeFaultType in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

getWsrfrlModelReader

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlReader getWsrfrlModelReader()
Specified by:
getWsrfrlModelReader in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory

getWsrfrlModelWriter

public final com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlWriter getWsrfrlModelWriter()
Specified by:
getWsrfrlModelWriter in interface com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory


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