VariableDefinition.java revision 4c0f084e476c05989eb702c500a763ef09ba044e
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster//
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster// Any modifications to this file will be lost upon recompilation of the source schema.
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk// Generated on: 2013.01.14 at 08:50:29 AM PST
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster//
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Fosterpackage com.sun.identity.entitlement.xacml3.core;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Fosterimport javax.xml.bind.JAXBElement;
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenkimport javax.xml.bind.annotation.*;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster/**
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * <p>Java class for VariableDefinitionType complex type.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * <p>The following schema fragment specifies the expected content contained within this class.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * <pre>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;complexType name="VariableDefinitionType">
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;complexContent>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;sequence>
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * &lt;element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Expression"/>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;/sequence>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;attribute name="VariableId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;/restriction>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;/complexContent>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * &lt;/complexType>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * </pre>
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster */
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster@XmlAccessorType(XmlAccessType.FIELD)
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster@XmlType(name = "VariableDefinitionType", propOrder = {
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster "expression"
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster})
fb98811412f1a61efdc30b38091bf4708148a806Allan Fosterpublic class VariableDefinition {
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk @XmlElementRef(name = "Expression", namespace = "urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", type = JAXBElement.class)
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster protected JAXBElement<?> expression;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster @XmlAttribute(name = "VariableId", required = true)
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster protected String variableId;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster /**
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * Gets the value of the expression property.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * @return
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * possible object is
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeSelector }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Function }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link VariableReference }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Apply }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Expression }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeValue }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeDesignator }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster */
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster public JAXBElement<?> getExpression() {
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster return expression;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster /**
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * Sets the value of the expression property.
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * @param value
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * allowed object is
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeSelector }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Function }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link VariableReference }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Apply }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link Expression }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeValue }{@code >}
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk * {@link javax.xml.bind.JAXBElement }{@code <}{@link AttributeDesignator }{@code >}
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster */
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster public void setExpression(JAXBElement<?> value) {
4c0f084e476c05989eb702c500a763ef09ba044ejeff.schenk this.expression = ((JAXBElement<?>) value);
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster /**
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * Gets the value of the variableId property.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * @return
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * possible object is
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * {@link String }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster */
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster public String getVariableId() {
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster return variableId;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster /**
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * Sets the value of the variableId property.
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * @param value
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * allowed object is
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster * {@link String }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster *
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster */
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster public void setVariableId(String value) {
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster this.variableId = value;
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster }
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster
fb98811412f1a61efdc30b38091bf4708148a806Allan Foster}