com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl
Class UnacceptableInitialTerminationTimeFaultTypeImpl
java.lang.Object
com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
com.ebmwebsourcing.wsstar.basenotification.datatypes.impl.impl.UnacceptableInitialTerminationTimeFaultTypeImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType, com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
public class UnacceptableInitialTerminationTimeFaultTypeImpl
- extends com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
- implements com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
| Nested classes/interfaces inherited from class com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl |
com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.DescriptionImpl, com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.ErrorCodeImpl, com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl.FaultCauseImpl |
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType |
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description, com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode, com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.FaultCause |
| Methods inherited from class com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl |
addDescription, getDescriptions, getErrorCode, getFaultCause, getJaxbTypeObj, getLogger, getOriginator, getTimestamp, setErrorCode, setFaultCause, setJaxbTypeObj, setLogger, setOriginator, setTimestamp, toJaxbModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType |
addDescription, getDescriptions, getErrorCode, getFaultCause, getOriginator, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp |
UnacceptableInitialTerminationTimeFaultTypeImpl
protected UnacceptableInitialTerminationTimeFaultTypeImpl(java.util.Date timestamp,
java.util.Date minTermTime)
- Default constructor
Note : According to the xml schema the "timestamp" field is mandatory
- Parameters:
timestamp - the timestamp of the UnacceptableInitialTerminationTimeFaultType) object that must
be {@link Date} representation of an Date xml type.minTerminationTime - TODO
UnacceptableInitialTerminationTimeFaultTypeImpl
protected UnacceptableInitialTerminationTimeFaultTypeImpl(UnacceptableInitialTerminationTimeFaultType jaxbTypeObj)
getMaximumTime
public final java.util.Date getMaximumTime()
- Specified by:
getMaximumTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
getMinimumTime
public final java.util.Date getMinimumTime()
- Specified by:
getMinimumTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
setMaximumTime
public final void setMaximumTime(java.util.Date value)
- Specified by:
setMaximumTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
setMinimumTime
public final void setMinimumTime(java.util.Date value)
- Specified by:
setMinimumTime in interface com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType
toJaxbModel
public static UnacceptableInitialTerminationTimeFaultType toJaxbModel(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.UnacceptableInitialTerminationTimeFaultType apiTypeObj)
- A way to create a
UnacceptableInitialTerminationTimeFaultType
"Jaxb model type" object from a UnacceptableInitialTerminationTimeFaultType "api type" one
- Parameters:
apiTypeObj -
Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.