org.jbind.example.soap.soap12.envelope
Interface IEnvelopeData
- All Superinterfaces:
- IAnyTypeData, IComplexCCData, IComplexData
- All Known Subinterfaces:
- IEnvelope
- All Known Implementing Classes:
- Envelope
- public interface IEnvelopeData
- extends IAnyTypeData, IComplexCCData
Complex type with complex content model.
Body
type: IBodyData
minOccurs: 1; maxOccurs: 1; propertyName: Body
-
Header
type: IHeaderData
minOccurs: 0; maxOccurs: 1; propertyName: Header
-
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_ |
getBody
public IBodyData getBody()
- Gets the Body element.
- Returns:
- (optional) The value.
getHeader
public IHeaderData getHeader()
- Gets the Header element.
- Returns:
- (optional) The value.