|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A person has the method "sayHello".
Complex type with empty content model.
Attribute Summary | |
|
cityId use: optional; propertyName: CityId
|
|
countryId use: optional; propertyName: CountryId
|
boolean |
extraterrestrial use: optional; default: false; propertyName: Extraterrestrial
|
|
personName use: required; propertyName: PersonName
|
Attribute Detail |
String
(INMTOKENData
)
use: optional; propertyName: CityId
String
(INMTOKENData
)
use: optional; propertyName: CountryId
boolean (IBooleanData
)
use: optional; default: false; propertyName: Extraterrestrial
String
(IStringData
)
use: required; propertyName: PersonName
Method Summary | |
java.lang.String |
getCityId()
Gets the cityId attribute. |
java.lang.String |
getCountryId()
Gets the countryId attribute. |
boolean |
getExtraterrestrial()
Gets the extraterrestrial attribute. |
java.lang.String |
getPersonName()
Gets the personName attribute. |
ICityData |
refCity()
Gets the data object referenced by the "keyRef (city)" reference constraint. |
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 |
public java.lang.String getCityId()
public java.lang.String getCountryId()
public boolean getExtraterrestrial()
public java.lang.String getPersonName()
public ICityData refCity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |