ReferenceType.java revision 4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest//
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest// Any modifications to this file will be lost upon recompilation of the source schema.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest// Generated on: 2012.06.11 at 10:33:54 AM PDT
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest//
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrestpackage com.sun.identity.liberty.ws.common.jaxb.xmlenc;
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest/**
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * Java content class for ReferenceType complex type.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <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/xenc-schema.xsd line 137)
e6c3a72a023407f5d1fface64356e1cc81f1af31Phill Cunnington * <p>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <pre>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;complexType name="ReferenceType">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;complexContent>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;sequence>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;any/>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;/sequence>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;/restriction>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;/complexContent>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * &lt;/complexType>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * </pre>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest */
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrestpublic interface ReferenceType {
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest /**
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * Gets the value of the Any property.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <p>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * This accessor method returns a reference to the live list,
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * not a snapshot. Therefore any modification you make to the
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * returned list will be present inside the JAXB object.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * This is why there is not a <CODE>set</CODE> method for the Any property.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <p>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * For example, to add a new item, do as follows:
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <pre>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * getAny().add(newItem);
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * </pre>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * <p>
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * Objects of the following type(s) are allowed in the list
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * {@link java.lang.Object}
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest */
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest java.util.List getAny();
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest /**
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * Gets the value of the uri property.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * @return
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * possible object is
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * {@link java.lang.String}
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest */
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest java.lang.String getURI();
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest /**
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * Sets the value of the uri property.
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest *
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * @param value
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * allowed object is
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest * {@link java.lang.String}
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest */
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest void setURI(java.lang.String value);
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest}
ea65b6bac936db133a660beef9d75f044dd7ce84Andrew Forrest