EvidenceType.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync//
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync// Any modifications to this file will be lost upon recompilation of the source schema.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync// Generated on: 2012.06.11 at 10:33:54 AM PDT
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync//
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncpackage com.sun.identity.liberty.ws.common.jaxb.assertion;
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync/**
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * Java content class for EvidenceType complex type.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <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/cs-sstc-schema-assertion-01.xsd line 198)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <p>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <pre>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;complexType name="EvidenceType">
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;complexContent>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;choice maxOccurs="unbounded">
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionIDReference"/>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Assertion"/>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;/choice>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;/restriction>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;/complexContent>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * &lt;/complexType>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * </pre>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync */
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncpublic interface EvidenceType {
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync /**
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * Gets the value of the AssertionIDReferenceOrAssertion property.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <p>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * This accessor method returns a reference to the live list,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * not a snapshot. Therefore any modification you make to the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * returned list will be present inside the JAXB object.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * This is why there is not a <CODE>set</CODE> method for the AssertionIDReferenceOrAssertion property.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <p>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * For example, to add a new item, do as follows:
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <pre>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * getAssertionIDReferenceOrAssertion().add(newItem);
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * </pre>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * <p>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * Objects of the following type(s) are allowed in the list
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.AssertionIDReferenceElement}
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync * {@link com.sun.identity.liberty.ws.common.jaxb.assertion.AssertionElement}
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync *
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync */
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync java.util.List getAssertionIDReferenceOrAssertion();
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync}
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync