LegalIdentityType.java revision dbcf55756e293292dfbfbb75fe317dd094b0585f
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster// Generated on: 2012.06.11 at 10:33:54 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.liberty.ws.idpp.jaxb;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster/**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Java content class for LegalIdentityType complex type.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <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 94)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;complexType name="LegalIdentityType">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;complexContent>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;sequence>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LegalName" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LLegalName" maxOccurs="unbounded" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}AnalyzedName" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}VAT" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}AltID" maxOccurs="unbounded" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}DOB" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Gender" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MaritalStatus" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Extension" minOccurs="0"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/sequence>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;attGroup ref="{urn:liberty:id-sis-pp:2003-08}commonAttributes"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/restriction>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/complexContent>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/complexType>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * </pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic interface LegalIdentityType {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Gets the value of the LLegalName property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * This accessor method returns a reference to the live list,
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * not a snapshot. Therefore any modification you make to the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * returned list will be present inside the JAXB object.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * This is why there is not a <CODE>set</CODE> method for the LLegalName property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * For example, to add a new item, do as follows:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * getLLegalName().add(newItem);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * </pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Objects of the following type(s) are allowed in the list
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.LLegalNameElement}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster java.util.List getLLegalName();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Gets the value of the extension property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * @return
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * possible object is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionElement}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType getExtension();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Sets the value of the extension property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * @param value
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * allowed object is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionElement}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster void setExtension(com.sun.identity.liberty.ws.idpp.jaxb.ExtensionType value);
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Gets the value of the legalName property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * @return
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * possible object is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalNameElement}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster com.sun.identity.liberty.ws.idpp.jaxb.DSTString getLegalName();
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Sets the value of the legalName property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * @param value
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * allowed object is
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalNameElement}
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster void setLegalName(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value);
/**
* Gets the value of the dob property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTDate}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DOBElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTDate getDOB();
/**
* Sets the value of the dob property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTDate}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DOBElement}
*/
void setDOB(com.sun.identity.liberty.ws.idpp.jaxb.DSTDate 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 gender property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.GenderElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTURI getGender();
/**
* Sets the value of the gender property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.GenderElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI}
*/
void setGender(com.sun.identity.liberty.ws.idpp.jaxb.DSTURI value);
/**
* Gets the value of the AltID 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 AltID property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAltID().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AltIDType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AltIDElement}
*
*/
java.util.List getAltID();
/**
* Gets the value of the maritalStatus property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.MaritalStatusElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTURI getMaritalStatus();
/**
* Sets the value of the maritalStatus property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.MaritalStatusElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTURI}
*/
void setMaritalStatus(com.sun.identity.liberty.ws.idpp.jaxb.DSTURI value);
/**
* Gets the value of the vat property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.VATElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.VATType}
*/
com.sun.identity.liberty.ws.idpp.jaxb.VATType getVAT();
/**
* Sets the value of the vat property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.VATElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.VATType}
*/
void setVAT(com.sun.identity.liberty.ws.idpp.jaxb.VATType value);
/**
* Gets the value of the analyzedName property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameType getAnalyzedName();
/**
* Sets the value of the analyzedName property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameElement}
*/
void setAnalyzedName(com.sun.identity.liberty.ws.idpp.jaxb.AnalyzedNameType 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);
}