org.jbind.example.soap.soap11
Interface IClientData

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData
All Known Subinterfaces:
IClient
All Known Implementing Classes:
Client

public interface IClientData
extends IAnyTypeData, IComplexCCData

Complex type with complex content model.

Attribute Summary
 String
 (IStringData)
action use: required; propertyName: Action
          
 String
 (IStringData)
file use: required; propertyName: File
          
 String
 (IAnyURIData)
host use: required; propertyName: Host
          
 int
 (IUnsignedShortData)
port use: required; propertyName: Port
          

Attribute Detail

action

type: String (IStringData) use: required; propertyName: Action

file

type: String (IStringData) use: required; propertyName: File

host

type: String (IAnyURIData) use: required; propertyName: Host

port

type: int (IUnsignedShortData) use: required; propertyName: Port

Element Summary
 IEnvelopeHandler envelopeHandler minOccurs: 1; maxOccurs: 1; propertyName: EnvelopeHandler
          

Element Detail

envelopeHandler

type: IEnvelopeHandler minOccurs: 1; maxOccurs: 1; propertyName: EnvelopeHandler


Method Summary
 java.lang.String getAction()
          Gets the action attribute.
 IEnvelopeHandler getEnvelopeHandler()
          Gets the envelopeHandler element.
 java.lang.String getFile()
          Gets the file attribute.
 java.lang.String getHost()
          Gets the host attribute.
 int getPort()
          Gets the port attribute.
 
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

getEnvelopeHandler

public IEnvelopeHandler getEnvelopeHandler()
Gets the envelopeHandler element.

Returns:
(optional) The value.

getAction

public java.lang.String getAction()
Gets the action attribute.

Returns:
(optional) The value.

getFile

public java.lang.String getFile()
Gets the file attribute.

Returns:
(optional) The value.

getHost

public java.lang.String getHost()
Gets the host attribute.

Returns:
(optional) The value.

getPort

public int getPort()
Gets the port attribute.

Returns:
The value.