org.jbind.example.helloWorld
Interface IPerson

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData, IPersonData, ISetupAndTearDown
All Known Implementing Classes:
Person

public interface IPerson
extends IPersonData, ISetupAndTearDown


Method Summary
 java.lang.String sayHello()
           
 
Methods inherited from interface org.jbind.example.helloWorld.IPersonData
getCityId, getCountryId, getExtraterrestrial, getPersonName, refCity
 
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_
 
Methods inherited from interface org.jbind.xml.code.ISetupAndTearDown
setup, tearDown
 

Method Detail

sayHello

public java.lang.String sayHello()