// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at 10:33:54 AM PDT // package com.sun.identity.liberty.ws.idpp.jaxb; /** * Java content class for AddressType complex type. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-id-sis-pp.xsd line 166) *

*

 * <complexType name="AddressType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}PostalAddress" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}LPostalAddress" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}PostalCode" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}L" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}LL" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}St" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}LSt" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}C" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}Extension" minOccurs="0"/>
 *       </sequence>
 *       <attGroup ref="{urn:liberty:id-sis-pp:2003-08}commonAttributes"/>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface AddressType { /** * Gets the value of the extension property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType} */ com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType getExtension(); /** * Sets the value of the extension property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType} */ void setExtension(com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType value); /** * Gets the value of the LPostalAddress 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 LPostalAddress property. * *

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

     *    getLPostalAddress().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.LPostalAddressElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString} * */ java.util.List getLPostalAddress(); /** * Gets the value of the postalCode property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.PostalCodeElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getPostalCode(); /** * Sets the value of the postalCode property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.PostalCodeElement} */ void setPostalCode(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the modificationTime property. * * @return * possible object is * {@link java.util.Calendar} */ java.util.Calendar getModificationTime(); /** * Sets the value of the modificationTime property. * * @param value * allowed object is * {@link java.util.Calendar} */ void setModificationTime(java.util.Calendar value); /** * Gets the value of the c property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.CElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getC(); /** * Sets the value of the c property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.CElement} */ void setC(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the l property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.LElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getL(); /** * Sets the value of the l property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.LElement} */ void setL(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the postalAddress property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.PostalAddressElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getPostalAddress(); /** * Sets the value of the postalAddress property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.PostalAddressElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ void setPostalAddress(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the id property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getId(); /** * Sets the value of the id property. * * @param value * allowed object is * {@link java.lang.String} */ void setId(java.lang.String value); /** * Gets the value of the LL 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 LL property. * *

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

     *    getLL().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.LLElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString} * */ java.util.List getLL(); /** * Gets the value of the st property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.StElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getSt(); /** * Sets the value of the st property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.StElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ void setSt(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the LSt 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 LSt property. * *

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

     *    getLSt().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.LStElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString} * */ java.util.List getLSt(); }