org.jbind.example.soap.soap12.upgrade
Interface IEnvTypeData

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

public interface IEnvTypeData
extends IAnyTypeData, IComplexCCData

Complex type with empty content model.

Attribute Summary
 IQName
 (IQNameData)
qname use: required; propertyName: Qname
          

Attribute Detail

qname

type: IQName (IQNameData) use: required; propertyName: Qname


Method Summary
 IQName getQname()
          Gets the qname 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

getQname

public IQName getQname()
Gets the qname attribute.

Returns:
(optional) The value.