org.jbind.example.soap.soap12.envelope
Interface IFaultreasonData

All Superinterfaces:
IAnySimpleTypeData, IAnyTypeData, IComplexData, IComplexSCData, IHasLength, ISimpleData, IStringData, ITextContentProvider
All Known Implementing Classes:
FaultreasonData

public interface IFaultreasonData
extends IStringData, IComplexSCData

Complex type with simple content model.

Attribute Summary
 ILanguage
 (ILanguageData)
lang use: optional; propertyName: Lang
          

Attribute Detail

lang

type: ILanguage (ILanguageData) use: optional; propertyName: Lang


Method Summary
 ILanguage getLang()
          Gets the lang attribute.
 
Methods inherited from interface org.jbind.xml.core.data.IStringData
getString, setString
 
Methods inherited from interface org.jbind.xml.core.data.IAnySimpleTypeData
getObject, setObject, toString
 
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_
 
Methods inherited from interface org.jbind.xml.core.data.ISimpleData
getCanonicalForm_, getLexicalValue_, getNormalizedValue_, getSimpleStorageObject, setLexicalValue_, simpleStorageValueEquals, simpleStorageValueHashCode
 
Methods inherited from interface org.jbind.xml.core.base.ITextContentProvider
getTextContent_
 
Methods inherited from interface org.jbind.xml.core.data.IHasLength
getLength
 

Method Detail

getLang

public ILanguage getLang()
Gets the lang attribute.

Returns:
(optional) The value.