// // 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 MsgContactType 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 192) *

*

 * <complexType name="MsgContactType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}Nick" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}LNick" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}LComment" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgType" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgMethod" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgTechnology" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgProvider" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgAccount" minOccurs="0"/>
 *         <element ref="{urn:liberty:id-sis-pp:2003-08}MsgSubaccount" 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 MsgContactType { /** * Gets the value of the MsgMethod 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 MsgMethod property. * *

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

     *    getMsgMethod().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgMethodElement} * */ java.util.List getMsgMethod(); /** * 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 msgAccount property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgAccountElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getMsgAccount(); /** * Sets the value of the msgAccount property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgAccountElement} */ void setMsgAccount(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the msgProvider property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgProviderElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getMsgProvider(); /** * Sets the value of the msgProvider property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgProviderElement} */ void setMsgProvider(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 LNick 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 LNick property. * *

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

     *    getLNick().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.LNickElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString} * */ java.util.List getLNick(); /** * Gets the value of the msgSubaccount property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgSubaccountElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getMsgSubaccount(); /** * Sets the value of the msgSubaccount property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgSubaccountElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ void setMsgSubaccount(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 MsgTechnology 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 MsgTechnology property. * *

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

     *    getMsgTechnology().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgTechnologyElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgTechnologyType} * */ java.util.List getMsgTechnology(); /** * Gets the value of the MsgType 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 MsgType property. * *

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

     *    getMsgType().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgTypeElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI} * */ java.util.List getMsgType(); /** * Gets the value of the lComment property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.LCommentElement} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getLComment(); /** * Sets the value of the lComment property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} * {@link com.sun.identity.liberty.ws.idpp.jaxb.LCommentElement} */ void setLComment(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); /** * Gets the value of the nick property. * * @return * possible object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.NickElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ com.sun.identity.liberty.ws.idpp.jaxb.DSTString getNick(); /** * Sets the value of the nick property. * * @param value * allowed object is * {@link com.sun.identity.liberty.ws.idpp.jaxb.NickElement} * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString} */ void setNick(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value); }