com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface BaseFaultType.FaultCause

Enclosing interface:
BaseFaultType

public static interface BaseFaultType.FaultCause

Interface related to "BaseFaultType.FaultCause" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema

Author:
thierry

Method Summary
 org.w3c.dom.Element getAny()
          Get the Fault cause value as an BaseFaultType Object if tha associated xml-schema is defined in the "WS-Resource" xmlSchemas.
 void setAny(org.w3c.dom.Element value)
          Set Element representation of an inherited BaseFaultType type
 

Method Detail

getAny

org.w3c.dom.Element getAny()
Get the Fault cause value as an BaseFaultType Object if tha associated xml-schema is defined in the "WS-Resource" xmlSchemas. Or a Element representing an inherited BaseFaultType type Object

Returns:
Element object representing an inherited type of BaseFaultType

setAny

void setAny(org.w3c.dom.Element value)
Set Element representation of an inherited BaseFaultType type

Parameters:
value - the Element representing an inherited BaseFaultType type


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