|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Complex type with complex content model.
Attribute Summary | |
|
area use: optional; propertyName: Area
|
|
countryId use: required; propertyName: CountryId
|
|
countryName use: required; propertyName: CountryName
|
Attribute Detail |
BigInteger
(INonNegativeIntegerData
)
use: optional; propertyName: Area
String
(INMTOKENData
)
use: required; propertyName: CountryId
String
(IStringData
)
use: required; propertyName: CountryName
Element Summary | |
|
city minOccurs: 1; maxOccurs: unbounded; propertyName: City
|
Element Detail |
ICityData
minOccurs: 1; maxOccurs: unbounded; propertyName: City
Method Summary | |
java.math.BigInteger |
getArea()
Gets the area attribute. |
java.lang.String |
getCountryId()
Gets the countryId attribute. |
java.lang.String |
getCountryName()
Gets the countryName attribute. |
java.util.ListIterator |
iterCities()
Iterates the city elements. |
java.lang.String |
stringCountrySummary()
Evaluates the XPath "concat('country ', @countryName, ' has ', count(t:city), ' cities. |
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.util.ListIterator iterCities()
ICityData
.public java.math.BigInteger getArea()
public java.lang.String getCountryId()
public java.lang.String getCountryName()
public java.lang.String stringCountrySummary() throws XmlException
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |