org.jbind.example.soap.soap11
Interface IFaultData

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

public interface IFaultData
extends IAnyTypeData, IComplexCCData

Complex type with complex content model.

Element Summary
 IDetailData detail minOccurs: 0; maxOccurs: 1; propertyName: Detail
          
 String
 (IAnyURIData)
faultactor minOccurs: 0; maxOccurs: 1; propertyName: Faultactor
          
 IQName
 (IQNameData)
faultcode minOccurs: 1; maxOccurs: 1; propertyName: Faultcode
          
 String
 (IStringData)
faultstring minOccurs: 1; maxOccurs: 1; propertyName: Faultstring
          

Element Detail

detail

type: IDetailData minOccurs: 0; maxOccurs: 1; propertyName: Detail

faultactor

type: String (IAnyURIData) minOccurs: 0; maxOccurs: 1; propertyName: Faultactor

faultcode

type: IQName (IQNameData) minOccurs: 1; maxOccurs: 1; propertyName: Faultcode

faultstring

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


Method Summary
 IDetailData getDetail()
          Gets the detail element.
 java.lang.String getFaultactor()
          Gets the faultactor element.
 IQName getFaultcode()
          Gets the faultcode element.
 java.lang.String getFaultstring()
          Gets the faultstring 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

getDetail

public IDetailData getDetail()
Gets the detail element.

Returns:
(optional) The value.

getFaultactor

public java.lang.String getFaultactor()
Gets the faultactor element.

Returns:
(optional) The value.

getFaultcode

public IQName getFaultcode()
Gets the faultcode element.

Returns:
(optional) The value.

getFaultstring

public java.lang.String getFaultstring()
Gets the faultstring element.

Returns:
(optional) The value.