// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2006.05.09 at 04:37:35 CDT // package org.tgslc.advweb.crc.state.v1.FFEL; /** * Java content class for FFELBaseAddressType complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Advweb_main/P645-CRC/AdvWeb/build/crc/v1/FFELAlternative_v1.1.0.xsd line 258) *

*

 * <complexType name="FFELBaseAddressType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <group ref="{urn:org:pesc:sector:Aid-Delivery-FFEL:v1.1.0}FFELGeneralAddressGroup"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface FFELBaseAddressType { /** * Gets the value of the postalCode property. * * @return * possible object is * {@link java.lang.String} * {@link java.lang.String} */ java.lang.String getPostalCode(); /** * Sets the value of the postalCode property. * * @param value * allowed object is * {@link java.lang.String} * {@link java.lang.String} */ void setPostalCode(java.lang.String value); boolean isSetPostalCode(); void unsetPostalCode(); /** * Gets the value of the stateProvinceCode property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getStateProvinceCode(); /** * Sets the value of the stateProvinceCode property. * * @param value * allowed object is * {@link java.lang.String} */ void setStateProvinceCode(java.lang.String value); boolean isSetStateProvinceCode(); void unsetStateProvinceCode(); /** * Gets the value of the stateProvince property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getStateProvince(); /** * Sets the value of the stateProvince property. * * @param value * allowed object is * {@link java.lang.String} */ void setStateProvince(java.lang.String value); boolean isSetStateProvince(); void unsetStateProvince(); /** * Gets the value of the AddressLine property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the AddressLine property. * *

* For example, to add a new item, do as follows: *

     *    getAddressLine().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link java.lang.String} * */ java.util.List getAddressLine(); boolean isSetAddressLine(); void unsetAddressLine(); /** * Gets the value of the city property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getCity(); /** * Sets the value of the city property. * * @param value * allowed object is * {@link java.lang.String} */ void setCity(java.lang.String value); boolean isSetCity(); void unsetCity(); /** * Gets the value of the countryCode property. * * @return * possible object is * {@link java.lang.String} * {@link java.lang.String} */ java.lang.String getCountryCode(); /** * Sets the value of the countryCode property. * * @param value * allowed object is * {@link java.lang.String} * {@link java.lang.String} */ void setCountryCode(java.lang.String value); boolean isSetCountryCode(); void unsetCountryCode(); }