EntityDescriptorType.java revision faaa489e1cc905efd364e01fe09111173c95db68
//
// 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.meta.jaxb;
/**
* Java content class for entityDescriptorType 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-arch-metadata.xsd line 168)
* <p>
* <pre>
* &lt;complexType name="entityDescriptorType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;choice>
* &lt;group ref="{urn:liberty:metadata:2003-08}providerGroup"/>
* &lt;element name="AffiliationDescriptor" type="{urn:liberty:metadata:2003-08}affiliationDescriptorType"/>
* &lt;/choice>
* &lt;element name="ContactPerson" type="{urn:liberty:metadata:2003-08}contactType" minOccurs="0"/>
* &lt;element name="Organization" type="{urn:liberty:metadata:2003-08}organizationType" minOccurs="0"/>
* &lt;element ref="{urn:liberty:metadata:2003-08}Extension" minOccurs="0"/>
* &lt;element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
* &lt;/sequence>
* &lt;attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
* &lt;attribute name="providerID" use="required" type="{urn:liberty:metadata:2003-08}entityIDType" />
* &lt;attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*/
public interface EntityDescriptorType {
/**
* Gets the value of the extension property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.ExtensionElement}
* {@link com.sun.identity.liberty.ws.meta.jaxb.ExtensionType}
*/
com.sun.identity.liberty.ws.meta.jaxb.ExtensionType getExtension();
/**
* Sets the value of the extension property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.ExtensionElement}
* {@link com.sun.identity.liberty.ws.meta.jaxb.ExtensionType}
*/
void setExtension(com.sun.identity.liberty.ws.meta.jaxb.ExtensionType value);
/**
* Gets the value of the validUntil property.
*
* @return
* possible object is
* {@link String}
*/
String getValidUntil();
/**
* Sets the value of the validUntil property.
*
* @param value
* allowed object is
* {@link String}
*/
void setValidUntil(String value);
/**
* Gets the value of the contactPerson property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.ContactType}
*/
com.sun.identity.liberty.ws.meta.jaxb.ContactType getContactPerson();
/**
* Sets the value of the contactPerson property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.ContactType}
*/
void setContactPerson(com.sun.identity.liberty.ws.meta.jaxb.ContactType value);
/**
* Gets the value of the SPDescriptor 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 SPDescriptor property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getSPDescriptor().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorType}
* {@link com.sun.identity.liberty.ws.meta.jaxb.SPDescriptorElement}
*
*/
java.util.List getSPDescriptor();
/**
* Gets the value of the organization property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.OrganizationType}
*/
com.sun.identity.liberty.ws.meta.jaxb.OrganizationType getOrganization();
/**
* Sets the value of the organization property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.OrganizationType}
*/
void setOrganization(com.sun.identity.liberty.ws.meta.jaxb.OrganizationType value);
/**
* Gets the value of the providerID property.
*
* @return
* possible object is
* {@link String}
*/
String getProviderID();
/**
* Sets the value of the providerID property.
*
* @param value
* allowed object is
* {@link String}
*/
void setProviderID(String value);
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String}
*/
String getId();
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String}
*/
void setId(String value);
/**
* Gets the value of the cacheDuration property.
*
* @return
* possible object is
* {@link String}
*/
String getCacheDuration();
/**
* Sets the value of the cacheDuration property.
*
* @param value
* allowed object is
* {@link String}
*/
void setCacheDuration(String value);
/**
* Gets the value of the IDPDescriptor 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 IDPDescriptor property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getIDPDescriptor().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorElement}
* {@link com.sun.identity.liberty.ws.meta.jaxb.IDPDescriptorType}
*
*/
java.util.List getIDPDescriptor();
/**
* Gets the value of the affiliationDescriptor property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.AffiliationDescriptorType}
*/
com.sun.identity.liberty.ws.meta.jaxb.AffiliationDescriptorType getAffiliationDescriptor();
/**
* Sets the value of the affiliationDescriptor property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.meta.jaxb.AffiliationDescriptorType}
*/
void setAffiliationDescriptor(com.sun.identity.liberty.ws.meta.jaxb.AffiliationDescriptorType value);
/**
* Gets the value of the signature property.
*
* @return
* possible object is
* {@link com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureElement}
* {@link com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureType}
*/
com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureType getSignature();
/**
* Sets the value of the signature property.
*
* @param value
* allowed object is
* {@link com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureElement}
* {@link com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureType}
*/
void setSignature(com.sun.identity.liberty.ws.common.jaxb.xmlsig.SignatureType value);
}