MsgContactType.java revision dbcf55756e293292dfbfbb75fe317dd094b0585f
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 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.
* <p>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)
* <p>
* <pre>
* &lt;complexType name="MsgContactType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Nick" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LNick" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LComment" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgType" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgMethod" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgTechnology" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgProvider" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgAccount" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgSubaccount" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Extension" minOccurs="0"/>
* &lt;/sequence>
* &lt;attGroup ref="{urn:liberty:id-sis-pp:2003-08}commonAttributes"/>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*/
public interface MsgContactType {
/**
* Gets the value of the MsgMethod property.
*
* <p>
* 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 <CODE>set</CODE> method for the MsgMethod property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getMsgMethod().add(newItem);
* </pre>
*
*
* <p>
* 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.
*
* <p>
* 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 <CODE>set</CODE> method for the LNick property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLNick().add(newItem);
* </pre>
*
*
* <p>
* 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.
*
* <p>
* 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 <CODE>set</CODE> method for the MsgTechnology property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getMsgTechnology().add(newItem);
* </pre>
*
*
* <p>
* 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.
*
* <p>
* 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 <CODE>set</CODE> method for the MsgType property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getMsgType().add(newItem);
* </pre>
*
*
* <p>
* 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);
}