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

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.impl.impl.CurrentTimeImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime

public class CurrentTimeImpl
extends java.lang.Object
implements com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime


Constructor Summary
protected CurrentTimeImpl(CurrentTime jaxbTypeObj)
           
protected CurrentTimeImpl(java.util.Date time)
          Default constructor
 
Method Summary
protected  CurrentTime getJaxbTypeObj()
           
 java.util.Date getValue()
           
 void setValue(java.util.Date value)
           
static CurrentTime toJaxbModel(com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.CurrentTime apiTypeObj)
          A way to create a CurrentTime "Jaxb model type" object from a CurrentTime "api type" one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentTimeImpl

protected CurrentTimeImpl(java.util.Date time)
Default constructor


CurrentTimeImpl

protected CurrentTimeImpl(CurrentTime jaxbTypeObj)
Method Detail

getJaxbTypeObj

protected final CurrentTime getJaxbTypeObj()

getValue

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

setValue

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

toJaxbModel

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

Parameters:
apiTypeObj -


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