org.jbind.example.soap.soap12.envelope
Interface ISubcodeData

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

public interface ISubcodeData
extends IAnyTypeData, IComplexCCData

Complex type with complex content model.

Element Summary
 ISubcodeData Subcode minOccurs: 0; maxOccurs: 1; propertyName: Subcode
          
 IQName
 (IQNameData)
Value minOccurs: 1; maxOccurs: 1; propertyName: Value
          

Element Detail

Subcode

type: ISubcodeData minOccurs: 0; maxOccurs: 1; propertyName: Subcode

Value

type: IQName (IQNameData) minOccurs: 1; maxOccurs: 1; propertyName: Value


Method Summary
 ISubcodeData getSubcode()
          Gets the Subcode element.
 IQName getValue()
          Gets the Value 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

getSubcode

public ISubcodeData getSubcode()
Gets the Subcode element.

Returns:
(optional) The value.

getValue

public IQName getValue()
Gets the Value element.

Returns:
(optional) The value.