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

Enclosing interface:
BaseFaultType

public static interface BaseFaultType.ErrorCode

Interface related to "BaseFaultType.ErrorCode" 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
 void addCode(java.lang.Object code)
          add a Error code the the list
 java.util.List<java.lang.Object> getCodes()
          Get the list of Error code
 java.net.URI getDialect()
          Get the dialect associated to the Error Code used
 void setDialect(java.net.URI dialect)
          Set the dialect associated to the Error Code used
 

Method Detail

getDialect

java.net.URI getDialect()
Get the dialect associated to the Error Code used

Returns:
the dialect as URI object

setDialect

void setDialect(java.net.URI dialect)
Set the dialect associated to the Error Code used

Parameters:
dialect - the URI of the currently used dialect

getCodes

java.util.List<java.lang.Object> getCodes()
Get the list of Error code

Returns:
a list of error code according the used dialect

addCode

void addCode(java.lang.Object code)
add a Error code the the list

Parameters:
code - the error Code to add


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