ReferenceListType.java revision 5b64d5d44892834ba97f003080f3467299b7c5c5
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:34:07 AM PDT
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster//
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpackage com.sun.identity.saml2.jaxb.xmlenc;
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster/**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Java content class for anonymous 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/saml2/xenc-schema.xsd line 129)
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;complexType>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;complexContent>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;choice maxOccurs="unbounded">
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element name="DataReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;element name="KeyReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/choice>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/restriction>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/complexContent>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * &lt;/complexType>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * </pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster */
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterpublic interface ReferenceListType {
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster /**
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * Gets the value of the DataReferenceOrKeyReference 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 DataReferenceOrKeyReference property.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster *
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <p>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * For example, to add a new item, do as follows:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * <pre>
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster * getDataReferenceOrKeyReference().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
* {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.DataReference}
* {@link com.sun.identity.saml2.jaxb.xmlenc.ReferenceListType.KeyReference}
*
*/
java.util.List getDataReferenceOrKeyReference();
/**
* Java content class for DataReference element declaration.
* <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/saml2/xenc-schema.xsd line 131)
* <p>
* <pre>
* &lt;element name="DataReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
* </pre>
*
*/
public interface DataReference
extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.ReferenceType
{
}
/**
* Java content class for KeyReference element declaration.
* <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/saml2/xenc-schema.xsd line 132)
* <p>
* <pre>
* &lt;element name="KeyReference" type="{http://www.w3.org/2001/04/xmlenc#}ReferenceType"/>
* </pre>
*
*/
public interface KeyReference
extends javax.xml.bind.Element, com.sun.identity.saml2.jaxb.xmlenc.ReferenceType
{
}
}