com.ebmwebsourcing.wsstar.resourceproperties.datatypes.impl.impl
Class UnableToModifyResourcePropertyFaultTypeImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
      extended by com.ebmwebsourcing.wsstar.resourceproperties.datatypes.impl.impl.UnableToModifyResourcePropertyFaultTypeImpl
All Implemented Interfaces:
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType, com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType

public class UnableToModifyResourcePropertyFaultTypeImpl
extends com.ebmwebsourcing.wsstar.basefaults.datatypes.impl.impl.BaseFaultTypeImpl
implements com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType


Nested Class Summary
 
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
 
Constructor Summary
protected UnableToModifyResourcePropertyFaultTypeImpl(java.util.Date timestamp, com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType failure)
          Default constructor Note : According to the xml schema the "timestamp" field is mandatory
protected UnableToModifyResourcePropertyFaultTypeImpl(UnableToModifyResourcePropertyFaultType jaxbTypeObj)
           
 
Method Summary
 com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
           
 void setResourcePropertyChangeFailure(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType failure)
           
static UnableToModifyResourcePropertyFaultType toJaxbModel(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType apiTypeObj)
          A way to create a com.ebmwebsourcing.wsstar.jaxb.resource.resourceproperties.UnableToModifyResourcePropertyFaultTypeImpl "Jaxb model type" object from a UnableToModifyResourcePropertyFaultType api type" one
 
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
 

Constructor Detail

UnableToModifyResourcePropertyFaultTypeImpl

protected UnableToModifyResourcePropertyFaultTypeImpl(java.util.Date timestamp,
                                                      com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType failure)
Default constructor Note : According to the xml schema the "timestamp" field is mandatory

Parameters:
timestamp - the timestamp of the UnableToModifyResourcePropertyFaultType) object that must be {@link Date} representation of an Date xml type.
failure - change failure details as ResourcePropertyChangeFailureType object

UnableToModifyResourcePropertyFaultTypeImpl

protected UnableToModifyResourcePropertyFaultTypeImpl(UnableToModifyResourcePropertyFaultType jaxbTypeObj)
Method Detail

getResourcePropertyChangeFailure

public com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
Specified by:
getResourcePropertyChangeFailure in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType

setResourcePropertyChangeFailure

public void setResourcePropertyChangeFailure(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.ResourcePropertyChangeFailureType failure)
Specified by:
setResourcePropertyChangeFailure in interface com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType

toJaxbModel

public static UnableToModifyResourcePropertyFaultType toJaxbModel(com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.UnableToModifyResourcePropertyFaultType apiTypeObj)
A way to create a com.ebmwebsourcing.wsstar.jaxb.resource.resourceproperties.UnableToModifyResourcePropertyFaultTypeImpl "Jaxb model type" object from a UnableToModifyResourcePropertyFaultType api type" one

Parameters:
apiTypeObj -


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