org.jbind.example.soap.soap11
Interface IFactoryData

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

public interface IFactoryData
extends IAnyTypeData, IComplexCCData

Complex type with complex content model.

Element Summary
 IEnvelopeData Envelope minOccurs: 1; maxOccurs: 1; propertyName: Envelope
          

Element Detail

Envelope

type: IEnvelopeData minOccurs: 1; maxOccurs: 1; propertyName: Envelope


Method Summary
 IEnvelopeData createEnvelope()
          Creates a Envelope element.
 IEnvelopeData getEnvelope()
          Gets the Envelope 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

getEnvelope

public IEnvelopeData getEnvelope()
Gets the Envelope element.

Returns:
(optional) The value.

createEnvelope

public IEnvelopeData createEnvelope()
                             throws XmlException
Creates a Envelope element. return (required).

Throws:
XmlException - Raised if the element could not be created.