org.jbind.example.soap.babelFish
Interface IBabelFishEnvelopeHandlerData

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData, IEnvelopeHandler, IEnvelopeHandlerData
All Known Subinterfaces:
IBabelFishEnvelopeHandler
All Known Implementing Classes:
BabelFishEnvelopeHandler

public interface IBabelFishEnvelopeHandlerData
extends IEnvelopeHandler

Complex type with empty content model.

Attribute Summary
 String
 (IStringData)
textToTranslate use: required; propertyName: TextToTranslate
          
 String
 (IBabelFishEnvelopeHandlerData.ITranslationModeData)
translationMode use: required; propertyName: TranslationMode
          

Attribute Detail

textToTranslate

type: String (IStringData) use: required; propertyName: TextToTranslate

translationMode

type: String (IBabelFishEnvelopeHandlerData.ITranslationModeData) use: required; propertyName: TranslationMode


Nested Class Summary
static interface IBabelFishEnvelopeHandlerData.ITranslationModeData
          Anonymous simple type
 
Method Summary
 java.lang.String getTextToTranslate()
          Gets the textToTranslate attribute.
 java.lang.String getTranslationMode()
          Gets the translationMode attribute.
 
Methods inherited from interface org.jbind.example.soap.soap11.IEnvelopeHandler
acceptResult, fillEnvelope
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

getTextToTranslate

public java.lang.String getTextToTranslate()
Gets the textToTranslate attribute.

Returns:
(optional) The value.

getTranslationMode

public java.lang.String getTranslationMode()
Gets the translationMode attribute.

Returns:
(optional) The value.