PPType.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 PPType 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 32)
* <p>
* <pre>
* &lt;complexType name="PPType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}InformalName" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LInformalName" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}CommonName" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LegalIdentity" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}EmploymentIdentity" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}AddressCard" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}MsgContact" maxOccurs="unbounded" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Facade" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}Demographics" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}SignKey" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}EncryptKey" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}EmergencyContact" minOccurs="0"/>
* &lt;element ref="{urn:liberty:id-sis-pp:2003-08}LEmergencyContact" maxOccurs="unbounded" 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 PPType {
/**
* Gets the value of the commonName property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.CommonNameType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.CommonNameElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.CommonNameType getCommonName();
/**
* Sets the value of the commonName property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.CommonNameType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.CommonNameElement}
*/
void setCommonName(com.sun.identity.liberty.ws.idpp.jaxb.CommonNameType value);
/**
* Gets the value of the AddressCard 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 AddressCard property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getAddressCard().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AddressCardElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.AddressCardType}
*
*/
java.util.List getAddressCard();
/**
* 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 MsgContact 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 MsgContact property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getMsgContact().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgContactElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.MsgContactType}
*
*/
java.util.List getMsgContact();
/**
* Gets the value of the legalIdentity property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityType}
*/
com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityType getLegalIdentity();
/**
* Sets the value of the legalIdentity property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityType}
*/
void setLegalIdentity(com.sun.identity.liberty.ws.idpp.jaxb.LegalIdentityType value);
/**
* Gets the value of the informalName property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.InformalNameElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTString getInformalName();
/**
* Sets the value of the informalName property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.InformalNameElement}
*/
void setInformalName(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value);
/**
* Gets the value of the emergencyContact property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmergencyContactElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DSTString getEmergencyContact();
/**
* Sets the value of the emergencyContact property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTString}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmergencyContactElement}
*/
void setEmergencyContact(com.sun.identity.liberty.ws.idpp.jaxb.DSTString value);
/**
* Gets the value of the demographics property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DemographicsElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType getDemographics();
/**
* Sets the value of the demographics property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DemographicsElement}
*/
void setDemographics(com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType value);
/**
* 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 signKey property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.SignKeyElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType}
*/
com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType getSignKey();
/**
* Sets the value of the signKey property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.SignKeyElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType}
*/
void setSignKey(com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType value);
/**
* Gets the value of the LEmergencyContact 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 LEmergencyContact property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLEmergencyContact().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LEmergencyContactElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString}
*
*/
java.util.List getLEmergencyContact();
/**
* Gets the value of the LInformalName 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 LInformalName property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getLInformalName().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.idpp.jaxb.LInformalNameElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.DSTLocalizedString}
*
*/
java.util.List getLInformalName();
/**
* 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 employmentIdentity property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityType getEmploymentIdentity();
/**
* Sets the value of the employmentIdentity property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityElement}
*/
void setEmploymentIdentity(com.sun.identity.liberty.ws.idpp.jaxb.EmploymentIdentityType value);
/**
* Gets the value of the facade property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.FacadeElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.FacadeType}
*/
com.sun.identity.liberty.ws.idpp.jaxb.FacadeType getFacade();
/**
* Sets the value of the facade property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.FacadeElement}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.FacadeType}
*/
void setFacade(com.sun.identity.liberty.ws.idpp.jaxb.FacadeType value);
/**
* Gets the value of the encryptKey property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EncryptKeyElement}
*/
com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType getEncryptKey();
/**
* Sets the value of the encryptKey property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType}
* {@link com.sun.identity.liberty.ws.idpp.jaxb.EncryptKeyElement}
*/
void setEncryptKey(com.sun.identity.liberty.ws.idpp.jaxb.KeyInfoType value);
}