org.jbind.example.helloWorld
Interface ICityData
- All Superinterfaces:
- IAnyTypeData, IComplexCCData, IComplexData
- All Known Implementing Classes:
- CityData
- public interface ICityData
- extends IAnyTypeData, IComplexCCData
Complex type with empty content model.
cityId
type: String
(INMTOKENData
)
use: required; propertyName: CityId
-
cityName
type: String
(IStringData
)
use: required; propertyName: CityName
-
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_ |
getCityId
public java.lang.String getCityId()
- Gets the cityId attribute.
- Returns:
- (optional) The value.
getCityName
public java.lang.String getCityName()
- Gets the cityName attribute.
- Returns:
- (optional) The value.