org.jbind.example.soap.babelFish
Interface IBabelFishData

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData
All Known Implementing Classes:
BabelFishData

public interface IBabelFishData
extends IAnyTypeData, IComplexCCData

Anonymous complex type with complex content model.

Element Summary
 String
 (IStringData)
sourcedata minOccurs: 1; maxOccurs: 1; propertyName: Sourcedata
          
 String
 (IStringData)
translationmode minOccurs: 1; maxOccurs: 1; propertyName: Translationmode
          

Element Detail

sourcedata

type: String (IStringData) minOccurs: 1; maxOccurs: 1; propertyName: Sourcedata

translationmode

type: String (IStringData) minOccurs: 1; maxOccurs: 1; propertyName: Translationmode


Method Summary
 IStringData createSourcedata(java.lang.String aValue)
          Creates a sourcedata element.
 IStringData createTranslationmode(java.lang.String aValue)
          Creates a translationmode element.
 java.lang.String getSourcedata()
          Gets the sourcedata element.
 java.lang.String getTranslationmode()
          Gets the translationmode element.
 
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

getSourcedata

public java.lang.String getSourcedata()
Gets the sourcedata element.

Returns:
(optional) The value.

createSourcedata

public IStringData createSourcedata(java.lang.String aValue)
                             throws XmlException
Creates a sourcedata element.

Parameters:
aValue - (required). The simple content of the element return (required).
Throws:
XmlException - Raised if the element could not be created.

getTranslationmode

public java.lang.String getTranslationmode()
Gets the translationmode element.

Returns:
(optional) The value.

createTranslationmode

public IStringData createTranslationmode(java.lang.String aValue)
                                  throws XmlException
Creates a translationmode element.

Parameters:
aValue - (required). The simple content of the element return (required).
Throws:
XmlException - Raised if the element could not be created.