//
// 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 DemographicsType 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 239)
* <p>
* <pre>
* &lt;complexType name="DemographicsType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}DisplayLanguage" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Language" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Birthday" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Age" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}TimeZone" 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 DemographicsType {
/**
* 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 age property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AgeElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger getAge();
/**
* Sets the value of the age property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AgeElement}
*/
void setAge(com.sun.identity.liberty.ws.idpp.jaxb.DSTInteger value);
/**
* Gets the value of the birthday property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.BirthdayElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTMonthDay}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTMonthDay getBirthday();
/**
* Sets the value of the birthday property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.BirthdayElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTMonthDay}
*/
void setBirthday(com.sun.identity.liberty.ws.idpp.jaxb.DSTMonthDay 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 displayLanguage property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DisplayLanguageElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTString getDisplayLanguage();
/**
* Sets the value of the displayLanguage property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DisplayLanguageElement}
*/
void setDisplayLanguage(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value);
/**
* Gets the value of the Language 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 Language property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLanguage().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LanguageElement}
*
*/
java.util.List getLanguage();
/**
* 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 timeZone property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.TimeZoneElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTString getTimeZone();
/**
* Sets the value of the timeZone property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.TimeZoneElement}
*/
void setTimeZone(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value);
}