com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl
Class SubscribeResponseImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl.SubscribeResponseImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

public class SubscribeResponseImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse


Constructor Summary
protected SubscribeResponseImpl(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
          Default constructor
protected SubscribeResponseImpl(SubscribeResponse jaxbTypeObj)
           
 
Method Summary
 java.util.Date getCurrentTime()
           
protected  SubscribeResponse getJaxbTypeObj()
           
 com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getSubscriptionReference()
           
 java.util.Date getTerminationTime()
           
 void setCurrentTime(java.util.Date value)
           
 void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)
           
 void setTerminationTime(java.util.Date termTime)
           
static SubscribeResponse toJaxbModel(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse apiTypeObj)
          A way to create a com.ebmwebsourcing.wsstar.notification.base.SubscribeResponse "Jaxb model type" object from a SubscribeResponse "api type" one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribeResponseImpl

protected SubscribeResponseImpl(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
Default constructor


SubscribeResponseImpl

protected SubscribeResponseImpl(SubscribeResponse jaxbTypeObj)
Method Detail

getJaxbTypeObj

protected final SubscribeResponse getJaxbTypeObj()

getCurrentTime

public final java.util.Date getCurrentTime()
Specified by:
getCurrentTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

setCurrentTime

public final void setCurrentTime(java.util.Date value)
Specified by:
setCurrentTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

getSubscriptionReference

public final com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getSubscriptionReference()
Specified by:
getSubscriptionReference in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

setSubscriptionReference

public final void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)
Specified by:
setSubscriptionReference in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

getTerminationTime

public final java.util.Date getTerminationTime()
Specified by:
getTerminationTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

setTerminationTime

public final void setTerminationTime(java.util.Date termTime)
Specified by:
setTerminationTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse

toJaxbModel

public static SubscribeResponse toJaxbModel(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.SubscribeResponse apiTypeObj)
A way to create a com.ebmwebsourcing.wsstar.notification.base.SubscribeResponse "Jaxb model type" object from a SubscribeResponse "api type" one

Parameters:
apiTypeObj -


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