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.

Attribute Summary
 String
 (INMTOKENData)
cityId use: required; propertyName: CityId
          
 String
 (IStringData)
cityName use: required; propertyName: CityName
          

Attribute Detail

cityId

type: String (INMTOKENData) use: required; propertyName: CityId

cityName

type: String (IStringData) use: required; propertyName: CityName


Method Summary
 java.lang.String getCityId()
          Gets the cityId attribute.
 java.lang.String getCityName()
          Gets the cityName attribute.
 
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

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.