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

Enclosing interface:
BaseFaultType

public static interface BaseFaultType.Description

Interface related to "BaseFaultType.Description" 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
 java.util.Locale getLang()
          Get the language of the description (based on "ISO 639 code")
 java.lang.String getValue()
          Get the description content
 void setLang(java.util.Locale value)
          Set the language of the description (based on "ISO 639 code")
 void setValue(java.lang.String value)
          Set the description content
 

Method Detail

getLang

java.util.Locale getLang()
Get the language of the description (based on "ISO 639 code")

Returns:
the language value as a Local object

setLang

void setLang(java.util.Locale value)
Set the language of the description (based on "ISO 639 code")

Parameters:
value - the Local object representing the description's language

getValue

java.lang.String getValue()
Get the description content

Returns:
a String representing the description content

setValue

void setValue(java.lang.String value)
Set the description content

Parameters:
value - the String representing the description content


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