Uses of Class
org.cxml.City

Packages that use City
Package
Description
 
  • Uses of City in org.cxml

    Fields in org.cxml declared as City
    Modifier and Type
    Field
    Description
    protected City
    PostalAddress.city
     
    Methods in org.cxml that return City
    Modifier and Type
    Method
    Description
    ObjectFactory.createCity()
    Create an instance of City
    PostalAddress.getCity()
    Gets the value of the city property.
    Methods in org.cxml with parameters of type City
    Modifier and Type
    Method
    Description
    void
    PostalAddress.setCity(City value)
    Sets the value of the city property.