com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction
Interface UpdateResourcePropertiesRequestFailedFaultType

All Superinterfaces:
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType

public interface UpdateResourcePropertiesRequestFailedFaultType
extends com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType

Interface related to "UpdateResourcePropertiesRequestFailedFaultType" WS-ResourceProperties type. Thought to be the most "user-friendly" as possible according to WS-ResourceProperties specification (part of WS-ResourceProperies specifications set) content and especially its associated XML Schema

Author:
Thierry Déjean - EBM Websourcing

Nested Class Summary
 
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
 
Method Summary
 ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
          Get the failure details as ResourcePropertyChangeFailureType object
 void setResourcePropertyChangeFailure(ResourcePropertyChangeFailureType failure)
          Set ResourcePropertyChangeFailureType object value
 
Methods inherited from interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
addDescription, getDescriptions, getErrorCode, getFaultCause, getOriginator, getTimestamp, setErrorCode, setFaultCause, setOriginator, setTimestamp
 

Method Detail

getResourcePropertyChangeFailure

ResourcePropertyChangeFailureType getResourcePropertyChangeFailure()
Get the failure details as ResourcePropertyChangeFailureType object

Returns:
ResourcePropertyChangeFailureType object value

setResourcePropertyChangeFailure

void setResourcePropertyChangeFailure(ResourcePropertyChangeFailureType failure)
Set ResourcePropertyChangeFailureType object value

Parameters:
failure - the ResourcePropertyChangeFailureType object to set


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