org.jbind.example.soap.soap12.envelope
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
 IFaultcodeData Code minOccurs: 1; maxOccurs: 1; propertyName: Code
          
 IDetailData Detail minOccurs: 0; maxOccurs: 1; propertyName: Detail
          
 String
 (IAnyURIData)
Node minOccurs: 0; maxOccurs: 1; propertyName: Node
          
 IFaultreasonData Reason minOccurs: 1; maxOccurs: 1; propertyName: Reason
          
 String
 (IAnyURIData)
Role minOccurs: 0; maxOccurs: 1; propertyName: Role
          

Element Detail

Code

type: IFaultcodeData minOccurs: 1; maxOccurs: 1; propertyName: Code

Detail

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

Node

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

Reason

type: IFaultreasonData minOccurs: 1; maxOccurs: 1; propertyName: Reason

Role

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


Method Summary
 IFaultcodeData getCode()
          Gets the Code element.
 IDetailData getDetail()
          Gets the Detail element.
 java.lang.String getNode()
          Gets the Node element.
 IFaultreasonData getReason()
          Gets the Reason element.
 java.lang.String getRole()
          Gets the Role 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

getCode

public IFaultcodeData getCode()
Gets the Code element.

Returns:
(optional) The value.

getDetail

public IDetailData getDetail()
Gets the Detail element.

Returns:
(optional) The value.

getNode

public java.lang.String getNode()
Gets the Node element.

Returns:
(optional) The value.

getReason

public IFaultreasonData getReason()
Gets the Reason element.

Returns:
(optional) The value.

getRole

public java.lang.String getRole()
Gets the Role element.

Returns:
(optional) The value.