com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl
Class SubscribeResponseImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscribeResponseImpl
protected SubscribeResponseImpl(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType subscriptionRef)
- Default constructor
SubscribeResponseImpl
protected SubscribeResponseImpl(SubscribeResponse jaxbTypeObj)
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.